[#21] changed react-script to rebuild
This commit is contained in:
+9
-4
@@ -29,10 +29,11 @@
|
||||
"web-vitals": "^2.1.4"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "PORT=5000 react-scripts start",
|
||||
"build": "react-scripts build",
|
||||
"start": "PORT=5000 rsbuild dev",
|
||||
"build": "rsbuild build",
|
||||
"preview": "rsbuild preview",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
"lint": "eslint src"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
@@ -53,15 +54,19 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rsbuild/core": "^1.4.3",
|
||||
"@rsbuild/plugin-react": "^1.3.3",
|
||||
"@rsbuild/plugin-svgr": "^1.2.0",
|
||||
"@testing-library/dom": "^10.4.0",
|
||||
"@testing-library/jest-dom": "^6.6.3",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"@types/jest": "^27.5.2",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-react-app": "^7.0.1",
|
||||
"i18next-resources-for-ts": "1.4.0",
|
||||
"jest": "^27.5.1",
|
||||
"jest-preview": "^0.3.1",
|
||||
"react-scripts": "^5.0.1",
|
||||
"typescript": "^4.9.5"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user