|
11 | 11 | "@hello-pangea/dnd": "^16.0.0", |
12 | 12 | "@paciolan/remote-component": "^2.11.0", |
13 | 13 | "@reduxjs/toolkit": "^1.6.1", |
14 | | - "@testing-library/jest-dom": "^5.11.4", |
15 | | - "@testing-library/react": "^11.1.0", |
16 | | - "@testing-library/user-event": "^12.1.10", |
| 14 | + "@vitejs/plugin-react": "^4.3.0", |
17 | 15 | "bootstrap": "^5.0.2", |
18 | 16 | "dayjs": "^1.10.7", |
19 | 17 | "dompurify": "^2.3.3", |
20 | | - "eslint-plugin-jsdoc": "^35.4.3", |
21 | 18 | "focus-trap-react": "^10.2.1", |
22 | 19 | "i18next": "^21.6.14", |
23 | | - "lodash.find": "^4.2.0", |
24 | 20 | "lodash.get": "^4.4.2", |
25 | 21 | "lodash.set": "^4.3.2", |
26 | 22 | "lodash.uniqwith": "^4.5.0", |
27 | | - "os2display-grid-generator": "^1.0.8", |
| 23 | + "os2display-grid-generator": "^1.0.10", |
28 | 24 | "prop-types": "^15.7.2", |
29 | 25 | "query-string": "^7.1.1", |
30 | 26 | "react": "^18.2.0", |
31 | | - "react-app-rewired": "^2.1.8", |
32 | 27 | "react-bootstrap": "^1.6.1", |
33 | 28 | "react-color-palette": "^6.1.0", |
34 | 29 | "react-dayjs": "^0.3.2", |
|
47 | 42 | "react-toastify": "^8.1.0", |
48 | 43 | "rrule": "^2.7.2", |
49 | 44 | "typescript": "^4.4.2", |
50 | | - "ulid": "^2.3.0" |
| 45 | + "ulid": "^2.3.0", |
| 46 | + "vite": "^5.2.11" |
51 | 47 | }, |
52 | 48 | "scripts": { |
53 | 49 | "lint:js": "eslint --ext .js --ext .jsx ./src", |
|
56 | 52 | "lint:scss:fix": "stylelint --fix \"./src/**/*.scss\"", |
57 | 53 | "check-coding-standards": "yarn lint:js && yarn lint:scss", |
58 | 54 | "apply-coding-standards": "yarn lint:js:fix && yarn lint:scss:fix", |
59 | | - "start": "react-app-rewired start", |
60 | | - "build": "react-app-rewired build", |
61 | | - "test": "react-app-rewired test", |
62 | | - "eject": "react-scripts eject" |
| 55 | + "start": "vite --host 0.0.0.0", |
| 56 | + "build": "vite build", |
| 57 | + "preview": "vite preview" |
63 | 58 | }, |
64 | 59 | "eslintConfig": { |
65 | 60 | "extends": [ |
|
80 | 75 | ] |
81 | 76 | }, |
82 | 77 | "devDependencies": { |
| 78 | + "eslint": "7.32.0", |
| 79 | + "eslint-plugin-jsdoc": "^35.4.3", |
83 | 80 | "babel-eslint": "^10.1.0", |
84 | 81 | "eslint-config-airbnb": "^18.2.1", |
85 | 82 | "eslint-config-prettier": "8.3.0", |
|
92 | 89 | "eslint-plugin-react-hooks": "^4.2.0", |
93 | 90 | "prettier": "2.3.2", |
94 | 91 | "prettier-plugin-jsdoc": "^0.3.24", |
95 | | - "react-scripts": "4.0.3", |
96 | | - "sass": "^1.35.2", |
| 92 | + "sass": "^1.77.2", |
97 | 93 | "stylelint": "^13.13.1", |
98 | 94 | "stylelint-config-prettier": "^8.0.2", |
99 | 95 | "stylelint-config-recommended-scss": "^4.3.0", |
|
0 commit comments