|
11 | 11 | "@hello-pangea/dnd": "^16.0.0",
|
12 | 12 | "@paciolan/remote-component": "^2.11.0",
|
13 | 13 | "@reduxjs/toolkit": "^1.6.1",
|
| 14 | + "@vitejs/plugin-react": "^4.3.0", |
14 | 15 | "bootstrap": "^5.0.2",
|
15 | 16 | "dayjs": "^1.10.7",
|
16 | 17 | "dompurify": "^2.3.3",
|
|
21 | 22 | "prop-types": "^15.7.2",
|
22 | 23 | "query-string": "^7.1.1",
|
23 | 24 | "react": "^18.2.0",
|
24 |
| - "react-app-rewired": "^2.1.8", |
25 | 25 | "react-bootstrap": "^1.6.1",
|
26 | 26 | "react-color-palette": "^6.1.0",
|
27 | 27 | "react-dayjs": "^0.3.2",
|
|
40 | 40 | "react-toastify": "^8.1.0",
|
41 | 41 | "rrule": "^2.7.2",
|
42 | 42 | "typescript": "^4.4.2",
|
43 |
| - "ulid": "^2.3.0" |
| 43 | + "ulid": "^2.3.0", |
| 44 | + "vite": "^5.2.11" |
44 | 45 | },
|
45 | 46 | "scripts": {
|
46 | 47 | "lint:js": "eslint --ext .js --ext .jsx ./src",
|
|
49 | 50 | "lint:scss:fix": "stylelint --fix \"./src/**/*.scss\"",
|
50 | 51 | "check-coding-standards": "yarn lint:js && yarn lint:scss",
|
51 | 52 | "apply-coding-standards": "yarn lint:js:fix && yarn lint:scss:fix",
|
52 |
| - "start": "react-app-rewired start", |
53 |
| - "build": "react-app-rewired build", |
54 |
| - "test": "react-app-rewired test", |
55 |
| - "eject": "react-scripts eject" |
| 53 | + "start": "vite --host 0.0.0.0", |
| 54 | + "build": "vite build", |
| 55 | + "preview": "vite preview" |
56 | 56 | },
|
57 | 57 | "eslintConfig": {
|
58 | 58 | "extends": [
|
|
85 | 85 | "eslint-plugin-react-hooks": "^4.2.0",
|
86 | 86 | "prettier": "2.3.2",
|
87 | 87 | "prettier-plugin-jsdoc": "^0.3.24",
|
88 |
| - "react-scripts": "4.0.3", |
89 |
| - "sass": "^1.35.2", |
| 88 | + "sass": "^1.77.2", |
90 | 89 | "stylelint": "^13.13.1",
|
91 | 90 | "stylelint-config-prettier": "^8.0.2",
|
92 | 91 | "stylelint-config-recommended-scss": "^4.3.0",
|
|
0 commit comments