[ABANDONED] React/Redux front end for the Flexor social network.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

72 lines
2.8 KiB

{
"name": "flexor-web",
"description": "Flexor API server.",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "webpack-dev-server --config webpack.config.ts",
"build": "npm run build:dev",
"build:dev": "webpack --config webpack.config.ts",
"build:prod": "webpack --mode production --config webpack.config.ts",
"deploy:batch:dev": "az storage blob upload-batch -s ./dist/ -d $web --account-name flexordev",
"deploy:batch:prod": "az storage blob upload-batch -s ./dist/ -d $web --account-name flexor",
"deploy:config:dev": "az storage blob upload -f ./config/dev.json -c flexordev -n config.json",
"deploy:config:prod": "az storage blob upload -f ./config/prod.json -c flexor -n config.json",
"deploy:dev": "run-s deploy:batch:dev deploy:config:dev",
"deploy:prod": "run-s deploy:batch:prod deploy:config:prod"
},
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/html-webpack-plugin": "^3.2.1",
"@types/lodash": "^4.14.138",
"@types/mini-css-extract-plugin": "^0.8.0",
"@types/react": "^16.9.2",
"@types/react-avatar-editor": "^10.3.4",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.2",
"@types/react-router-dom": "^4.3.5",
"@types/redux-logger": "^3.0.7",
"@types/uuid": "^3.4.5",
"@types/webpack": "^4.39.1",
"@types/webpack-bundle-analyzer": "^2.13.3",
"@types/webpack-dev-server": "^3.1.7",
"@types/zxcvbn": "^4.4.0",
"bulma": "^0.7.5",
"css-loader": "^3.2.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"npm-run-all": "^4.1.5",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"ts-loader": "^6.1.2",
"ts-node": "^8.4.1",
"typescript": "^3.6.3",
"webpack": "^4.40.2",
"webpack-bundle-analyzer": "^3.5.1",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "^0.2.24",
"@fortawesome/fontawesome-svg-core": "^1.2.24",
"@fortawesome/free-solid-svg-icons": "^5.11.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"classnames": "^2.2.6",
"history": "^4.10.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"normalizr": "^3.4.1",
"react": "^16.9.0",
"react-avatar-editor": "^11.0.7",
"react-dom": "^16.9.0",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"uuid": "^3.3.3",
"zxcvbn": "^4.4.2"
}
}