v01
This commit is contained in:
@ -4,12 +4,8 @@
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "^6.0.0",
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/jest-dom": "^6.7.0",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@testing-library/user-event": "^13.5.0",
|
||||
"@ant-design/v5-patch-for-react-19": "^1.0.3",
|
||||
"@types/jest": "^27.5.2",
|
||||
"@types/node": "^16.18.126",
|
||||
"@types/react": "^19.1.10",
|
||||
"@types/react-dom": "^19.1.7",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
@ -18,24 +14,30 @@
|
||||
"react": "^19.1.1",
|
||||
"react-dom": "^19.1.1",
|
||||
"react-router-dom": "^7.8.1",
|
||||
"react-scripts": "5.0.1",
|
||||
"typescript": "^4.9.5",
|
||||
"web-vitals": "^2.1.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"env-cmd": "^10.1.0"
|
||||
"@testing-library/dom": "^10.4.1",
|
||||
"@testing-library/jest-dom": "^6.7.0",
|
||||
"@testing-library/react": "^16.3.0",
|
||||
"@testing-library/user-event": "^14.6.1",
|
||||
"@types/node": "^24.3.0",
|
||||
"@vitejs/plugin-react": "^4.7.0",
|
||||
"env-cmd": "^10.1.0",
|
||||
"typescript": "^5.9.2",
|
||||
"vite": "^5.4.19"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"start:dev": "env-cmd -f .env.development react-scripts start",
|
||||
"start:prod": "env-cmd -f .env.production react-scripts start",
|
||||
"start:test": "env-cmd -f .env.test react-scripts start",
|
||||
"build": "env-cmd -f .env.production react-scripts build",
|
||||
"build:dev": "env-cmd -f .env.development react-scripts build",
|
||||
"build:prod": "env-cmd -f .env.production react-scripts build",
|
||||
"build:test": "env-cmd -f .env.test react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject"
|
||||
"start": "vite",
|
||||
"dev": "env-cmd -f .env.development vite",
|
||||
"prod": "env-cmd -f .env.production vite",
|
||||
"start:test": "env-cmd -f .env.test vite",
|
||||
"build": "env-cmd -f .env.production vite build",
|
||||
"build:dev": "env-cmd -f .env.development vite build",
|
||||
"build:prod": "env-cmd -f .env.production vite build",
|
||||
"build:test": "env-cmd -f .env.test vite build",
|
||||
"test": "vitest",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
||||
Reference in New Issue
Block a user