[ABANDONDED] Set of "apps" 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.

46 lines
1.6 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 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-apps",
  3. "description": "Default set of Flexor Apps.",
  4. "version": "1.0.0",
  5. "private": true,
  6. "scripts": {
  7. "start": "node dist/server/index.js",
  8. "build:server": "tsc",
  9. "build:text-app": "webpack --config src/apps/text-app/composer/webpack.config.ts",
  10. "build:gif-app": "webpack --config src/apps/gif-app/composer/webpack.config.ts",
  11. "build": "run-s build:server build:text-app build:gif-app"
  12. },
  13. "devDependencies": {
  14. "@types/html-webpack-plugin": "^3.2.1",
  15. "@types/mini-css-extract-plugin": "^0.8.0",
  16. "@types/react": "^16.9.11",
  17. "@types/react-dom": "^16.9.4",
  18. "@types/request": "^2.48.3",
  19. "@types/webpack": "^4.39.8",
  20. "css-loader": "^3.2.0",
  21. "file-loader": "^4.2.0",
  22. "html-webpack-plugin": "^3.2.0",
  23. "mini-css-extract-plugin": "^0.8.0",
  24. "npm-run-all": "^4.1.5",
  25. "pino-pretty": "^3.3.0",
  26. "style-loader": "^1.0.0",
  27. "ts-loader": "^6.2.1",
  28. "ts-node": "^8.5.0",
  29. "typescript": "^3.7.2",
  30. "webpack": "^4.41.2",
  31. "webpack-cli": "^3.3.10"
  32. },
  33. "dependencies": {
  34. "@fortawesome/fontawesome-svg-core": "^1.2.25",
  35. "@fortawesome/free-solid-svg-icons": "^5.11.2",
  36. "@fortawesome/react-fontawesome": "^0.1.7",
  37. "dotenv": "^8.2.0",
  38. "fastify": "^2.10.0",
  39. "fastify-static": "^2.5.0",
  40. "postcss-loader": "^3.0.0",
  41. "postcss-preset-env": "^6.7.0",
  42. "react": "^16.11.0",
  43. "react-dom": "^16.11.0",
  44. "request": "^2.88.0"
  45. }
  46. }