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

49 lines
1.7 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
  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/classnames": "^2.2.9",
  15. "@types/html-webpack-plugin": "^3.2.1",
  16. "@types/mini-css-extract-plugin": "^0.8.0",
  17. "@types/react": "^16.9.9",
  18. "@types/react-dom": "^16.9.2",
  19. "@types/request": "^2.48.3",
  20. "@types/webpack": "^4.39.5",
  21. "bulma": "^0.8.0",
  22. "css-loader": "^3.2.0",
  23. "file-loader": "^4.2.0",
  24. "html-webpack-plugin": "^3.2.0",
  25. "mini-css-extract-plugin": "^0.8.0",
  26. "node-sass": "^4.12.0",
  27. "npm-run-all": "^4.1.5",
  28. "pino-pretty": "^3.2.2",
  29. "sass-loader": "^8.0.0",
  30. "style-loader": "^1.0.0",
  31. "ts-loader": "^6.2.0",
  32. "ts-node": "^8.4.1",
  33. "typescript": "^3.6.4",
  34. "webpack": "^4.41.2",
  35. "webpack-cli": "^3.3.9"
  36. },
  37. "dependencies": {
  38. "@fortawesome/fontawesome-svg-core": "^1.2.25",
  39. "@fortawesome/free-solid-svg-icons": "^5.11.2",
  40. "@fortawesome/react-fontawesome": "^0.1.7",
  41. "classnames": "^2.2.6",
  42. "dotenv": "^8.2.0",
  43. "fastify": "^2.10.0",
  44. "fastify-static": "^2.5.0",
  45. "react": "^16.10.2",
  46. "react-dom": "^16.10.2",
  47. "request": "^2.88.0"
  48. }
  49. }