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

53 lines
1.7 KiB

5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
5 years ago
5 years ago
  1. {
  2. "name": "flexor-apps",
  3. "description": "Default set of Flexor Apps.",
  4. "version": "1.0.2",
  5. "private": true,
  6. "browserslist": [
  7. "defaults"
  8. ],
  9. "engines": {
  10. "node": ">=10.0.0"
  11. },
  12. "scripts": {
  13. "start": "node dist/server/index.js",
  14. "build:server": "tsc",
  15. "build:text-app": "webpack --config src/apps/text-app/composer/webpack.config.ts",
  16. "build:gif-app": "webpack --config src/apps/gif-app/composer/webpack.config.ts",
  17. "build": "run-s build:server build:text-app build:gif-app"
  18. },
  19. "devDependencies": {
  20. "@types/html-webpack-plugin": "^3.2.1",
  21. "@types/mini-css-extract-plugin": "^0.8.0",
  22. "@types/react": "^16.9.17",
  23. "@types/react-dom": "^16.9.4",
  24. "@types/request": "^2.48.4",
  25. "@types/webpack": "^4.41.0",
  26. "css-loader": "^3.4.0",
  27. "file-loader": "^5.0.2",
  28. "html-webpack-plugin": "^3.2.0",
  29. "mini-css-extract-plugin": "^0.9.0",
  30. "npm-run-all": "^4.1.5",
  31. "pino-pretty": "^3.5.0",
  32. "postcss-normalize": "^8.0.1",
  33. "style-loader": "^1.1.1",
  34. "ts-loader": "^6.2.1",
  35. "ts-node": "^8.5.4",
  36. "typescript": "^3.7.4",
  37. "webpack": "^4.41.4",
  38. "webpack-cli": "^3.3.10"
  39. },
  40. "dependencies": {
  41. "@fortawesome/fontawesome-svg-core": "^1.2.26",
  42. "@fortawesome/free-solid-svg-icons": "^5.12.0",
  43. "@fortawesome/react-fontawesome": "^0.1.8",
  44. "dotenv": "^8.2.0",
  45. "fastify": "^2.11.0",
  46. "fastify-static": "^2.5.1",
  47. "postcss-loader": "^3.0.0",
  48. "postcss-preset-env": "^6.7.0",
  49. "react": "^16.12.0",
  50. "react-dom": "^16.12.0",
  51. "request": "^2.88.0"
  52. }
  53. }