|
13 | 13 | "@mui/x-data-grid": "^5.17.12", |
14 | 14 | "axios": "^0.30.2", |
15 | 15 | "classnames": "^2.2.6", |
16 | | - "cra-template": "1.1.3", |
17 | 16 | "react": "^17.0.2", |
18 | 17 | "react-dom": "^17.0.2", |
19 | | - "react-scripts": "^5.0.0", |
20 | | - "swr": "^1.3.0" |
| 18 | + "swr": "^1.3.0", |
| 19 | + "uuid": "^8.3.2" |
21 | 20 | }, |
22 | 21 | "scripts": { |
23 | | - "start": "react-scripts start", |
24 | | - "build": "react-scripts build", |
25 | | - "test": "react-scripts test", |
26 | | - "eject": "react-scripts eject", |
27 | | - "lint": "eslint --ext js,ts,tsx src" |
28 | | - }, |
29 | | - "eslintConfig": { |
30 | | - "extends": [ |
31 | | - "react-app", |
32 | | - "react-app/jest" |
33 | | - ] |
| 22 | + "dev": "node ./scripts/esbuild.dev.mjs", |
| 23 | + "build": "node ./scripts/esbuild.build.mjs", |
| 24 | + "lint": "eslint --ext js,ts,tsx src", |
| 25 | + "typecheck": "tsc --noEmit" |
34 | 26 | }, |
35 | 27 | "devDependencies": { |
36 | 28 | "@babel/eslint-parser": "^7.19.1", |
37 | 29 | "@docker/extension-api-client-types": "^0.3.0", |
38 | | - "@types/jest": "^27.5.1", |
| 30 | + "@esbuild-plugins/node-modules-polyfill": "^0.1.4", |
39 | 31 | "@types/node": "^17.0.35", |
40 | 32 | "@types/react-dom": "^17.0.2", |
41 | 33 | "@typescript-eslint/eslint-plugin": "^5.38.1", |
| 34 | + "@typescript-eslint/parser": "^5.38.1", |
| 35 | + "dotenv": "^11.0.0", |
| 36 | + "esbuild": "^0.19.12", |
| 37 | + "esbuild-plugin-clean": "^1.0.1", |
| 38 | + "esbuild-plugin-svgr": "^1.0.0", |
42 | 39 | "eslint": "^8.24.0", |
43 | 40 | "eslint-config-airbnb": "^19.0.4", |
44 | 41 | "eslint-config-airbnb-base": "^15.0.0", |
45 | | - "eslint-config-prettier": "^8.5.0", |
46 | | - "eslint-config-standard-with-typescript": "^23.0.0", |
47 | | - "eslint-plugin-import": "^2.23.4", |
48 | | - "eslint-plugin-jsx-a11y": "^6.6.1", |
49 | | - "eslint-plugin-n": "^15.2.5", |
50 | | - "eslint-plugin-promise": "^6.0.1", |
51 | | - "eslint-plugin-react": "^7.31.0", |
| 42 | + "eslint-config-prettier": "^8.10.0", |
| 43 | + "eslint-import-resolver-typescript": "^3.6.1", |
| 44 | + "eslint-plugin-import": "^2.27.5", |
| 45 | + "eslint-plugin-jsx-a11y": "^6.8.0", |
| 46 | + "eslint-plugin-react": "^7.34.1", |
52 | 47 | "eslint-plugin-react-hooks": "^4.6.0", |
53 | 48 | "typescript": "^4.6.4" |
54 | 49 | } |
|
0 commit comments