[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.

70 lines
2.4 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
4 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
4 years ago
4 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "name": "flexor-web",
  3. "description": "Flexor API server.",
  4. "version": "1.0.3",
  5. "private": true,
  6. "browserslist": [
  7. "defaults"
  8. ],
  9. "scripts": {
  10. "start": "node dist/server.js",
  11. "prestart": "npm run build",
  12. "build": "run-p build:app build:server build:communicator",
  13. "build:app": "webpack --mode production --config src/app/webpack.config.ts",
  14. "build:server": "tsc -p src/server/tsconfig.json",
  15. "build:communicator": "webpack --mode production --config src/communicator/webpack.config.ts"
  16. },
  17. "devDependencies": {
  18. "@types/copy-webpack-plugin": "^5.0.0",
  19. "@types/html-webpack-plugin": "^3.2.1",
  20. "@types/lodash": "^4.14.149",
  21. "@types/react": "^16.9.17",
  22. "@types/react-dom": "^16.9.4",
  23. "@types/react-redux": "^7.1.5",
  24. "@types/react-router-dom": "^5.1.3",
  25. "@types/redux-logger": "^3.0.7",
  26. "@types/uuid": "^3.4.6",
  27. "@types/webpack": "^4.41.0",
  28. "@types/webpack-bundle-analyzer": "^2.13.3",
  29. "@types/zxcvbn": "^4.4.0",
  30. "copy-webpack-plugin": "^5.1.1",
  31. "css-loader": "^3.4.0",
  32. "file-loader": "^5.0.2",
  33. "html-webpack-plugin": "^3.2.0",
  34. "normalize.css": "^8.0.1",
  35. "npm-run-all": "^4.1.5",
  36. "pino-pretty": "^3.5.0",
  37. "style-loader": "^1.1.2",
  38. "ts-loader": "^6.2.1",
  39. "ts-node": "^8.5.4",
  40. "typescript": "^3.7.4",
  41. "webpack": "^4.41.5",
  42. "webpack-bundle-analyzer": "^3.6.0",
  43. "webpack-cli": "^3.3.10"
  44. },
  45. "dependencies": {
  46. "@azure/storage-blob": "^12.0.1",
  47. "@fortawesome/fontawesome-common-types": "^0.2.26",
  48. "@fortawesome/fontawesome-svg-core": "^1.2.26",
  49. "@fortawesome/free-solid-svg-icons": "^5.12.0",
  50. "@fortawesome/react-fontawesome": "^0.1.8",
  51. "dotenv": "^8.2.0",
  52. "fastify": "^2.11.0",
  53. "fastify-http-proxy": "^2.3.0",
  54. "fastify-static": "^2.5.1",
  55. "history": "^4.10.1",
  56. "lodash": "^4.17.15",
  57. "moment": "^2.24.0",
  58. "react": "^16.12.0",
  59. "react-avatar-editor": "^12.0.0-beta.0",
  60. "react-dom": "^16.12.0",
  61. "react-redux": "^7.1.3",
  62. "react-router-dom": "^5.1.2",
  63. "redux": "^4.0.5",
  64. "redux-logger": "^3.0.6",
  65. "redux-thunk": "^2.3.0",
  66. "reselect": "^4.0.0",
  67. "uuid": "^3.3.3",
  68. "zxcvbn": "^4.4.2"
  69. }
  70. }