package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. {
  2. "name": "coriolis-web",
  3. "version": "2.0.0",
  4. "license": "AGPL-3.0",
  5. "packageManager": "yarn@3.6.3",
  6. "engines": {
  7. "node": ">=16.0.0"
  8. },
  9. "scripts": {
  10. "start": "node ./server",
  11. "build:dev": "webpack --config webpack.dev.js",
  12. "build:prod": "webpack --config webpack.prod.js",
  13. "client-dev": "webpack-dev-server --config webpack.dev.js",
  14. "server-dev": "nodemon -e ts,js -w server/**/ -w .env",
  15. "server-debug": "node --inspect server",
  16. "tsc": "npx tsc --skipLibCheck",
  17. "eslint": "npx eslint \"src/**\" \"server/**\"",
  18. "format": "prettier --check src/**/*.{js,jsx,ts,tsx,css,md,json} --config ./.prettierrc",
  19. "test": "jest",
  20. "e2e": "cypress run",
  21. "test-release": "node ./tests/testRelease",
  22. "storybook": "start-storybook"
  23. },
  24. "devDependencies": {
  25. "@storybook/react": "^6.4.13",
  26. "@testing-library/dom": "^8.11.1",
  27. "@testing-library/react": "^12.1.2",
  28. "@testing-library/user-event": "^13.5.0",
  29. "@types/connect": "^3.4.33",
  30. "@types/express": "^4.17.6",
  31. "@types/file-saver": "^2.0.1",
  32. "@types/jest": "^27.0.2",
  33. "@types/js-cookie": "^2.2.6",
  34. "@types/luxon": "^3.3.3",
  35. "@types/moment-timezone": "^0.5.13",
  36. "@types/react": "^16.13.1",
  37. "@types/react-collapse": "^5.0.0",
  38. "@types/react-dom": "^16.9.8",
  39. "@types/react-modal": "^3.10.5",
  40. "@types/react-notification-system": "^0.2.39",
  41. "@types/react-router-dom": "^5.1.2",
  42. "@types/react-tooltip": "^4.2.4",
  43. "@types/styled-components": "^5.1.27",
  44. "@typescript-eslint/eslint-plugin": "^5.36.2",
  45. "@typescript-eslint/parser": "^5.36.2",
  46. "cross-spawn": "^7.0.3",
  47. "cypress": "13.3.1",
  48. "eslint": "^8.23.0",
  49. "eslint-config-prettier": "^8.5.0",
  50. "eslint-plugin-coriolis-web": "file:./src/utils/eslint-plugin-coriolis-web",
  51. "eslint-plugin-prettier": "^4.2.1",
  52. "eslint-plugin-react": "^7.31.7",
  53. "jest": "^27.3.1",
  54. "jest-canvas-mock": "^2.5.2",
  55. "nodemon": "^2.0.4",
  56. "prettier": "^2.7.1"
  57. },
  58. "dependencies": {
  59. "@babel/core": "^7.7.2",
  60. "@babel/plugin-proposal-class-properties": "^7.7.0",
  61. "@babel/plugin-proposal-decorators": "^7.7.0",
  62. "@babel/plugin-proposal-object-rest-spread": "^7.6.2",
  63. "@babel/plugin-proposal-optional-chaining": "^7.8.3",
  64. "@babel/preset-env": "^7.7.1",
  65. "@babel/preset-react": "^7.7.0",
  66. "@babel/preset-typescript": "^7.16.0",
  67. "@babel/register": "^7.7.0",
  68. "ansi-to-html": "^0.6.14",
  69. "autobind-decorator": "^2.1.0",
  70. "axios": "^0.21.2",
  71. "babel-loader": "^8.0.6",
  72. "babel-plugin-styled-components": "^1.10.6",
  73. "body-parser": "^1.18.2",
  74. "clean-webpack-plugin": "^4.0.0",
  75. "copy-webpack-plugin": "^13.0.0",
  76. "dotenv": "^8.2.0",
  77. "express": "^4.17.3",
  78. "file-loader": "^4.2.0",
  79. "file-saver": "^2.0.2",
  80. "fs": "^0.0.1-security",
  81. "html-webpack-plugin": "^5.6.3",
  82. "js-base64": "^3.5.2",
  83. "js-cookie": "^2.2.1",
  84. "jszip": "^3.8.0",
  85. "lodash": "^4.17.19",
  86. "luxon": "^3.4.3",
  87. "mobx": "^5.15.4",
  88. "mobx-react": "^6.2.2",
  89. "moment-timezone": "^0.5.35",
  90. "ms-rest-azure": "^2.4.5",
  91. "path": "^0.12.7",
  92. "react": "^16.13.1",
  93. "react-collapse": "^5.0.1",
  94. "react-datetime": "^3.1.1",
  95. "react-dom": "^16.13.1",
  96. "react-hot-loader": "^4.12.17",
  97. "react-idle-timer": "^4.3.6",
  98. "react-modal": "^3.11.2",
  99. "react-motion": "^0.5.2",
  100. "react-notification-system": "^0.4.0",
  101. "react-router-dom": "^5.1.2",
  102. "react-tooltip": "^4.5.1",
  103. "react-transition-group": "1.x",
  104. "request": "^2.88.0",
  105. "require-without-cache": "^0.0.6",
  106. "rimraf": "^2.6.2",
  107. "styled-components": "^4.4.1",
  108. "tai-password-strength": "^1.1.2",
  109. "ts-node": "^10.4.0",
  110. "typescript": "^4.5.3",
  111. "url-loader": "^4.1.0",
  112. "webpack": "^5.94.0",
  113. "webpack-cli": "^6.0.1",
  114. "webpack-dev-server": "^5.2.0",
  115. "webpack-merge": "^6.0.1"
  116. },
  117. "resolutions": {
  118. "ansi-regex": "^5.0.1",
  119. "async": "^2.6.4",
  120. "base64url": "^3.0.0",
  121. "eventsource": "^2.0.2",
  122. "glob-parent": "^5.1.2",
  123. "hosted-git-info": "^2.8.9",
  124. "is-svg": "^4.2.2",
  125. "json-schema": "^0.4.0",
  126. "loader-utils": "^2.0.3",
  127. "minimist": "^1.2.6",
  128. "node-fetch": "^2.6.1",
  129. "node-forge": "^1.0.0",
  130. "node-notifier": "^8.0.1",
  131. "normalize-url": "^4.5.1",
  132. "nth-check": "^2.0.1",
  133. "prismjs": "^1.27.0",
  134. "postcss": "^8.2.13",
  135. "lodash": "^4.17.21",
  136. "tar": "^4.4.18",
  137. "trim": "^0.0.3",
  138. "ua-parser-js": "^0.7.24",
  139. "underscore": "^1.12.1",
  140. "y18n": "^3.2.2",
  141. "yargs-parser": "^20.2.9"
  142. }
  143. }