You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
980 B
JSON
36 lines
980 B
JSON
|
4 hours ago
|
{
|
||
|
|
"name": "client-release-manager",
|
||
|
|
"private": true,
|
||
|
|
"version": "1.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "tsc -b && vite build",
|
||
|
|
"preview": "vite preview",
|
||
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
||
|
|
"test": "vitest",
|
||
|
|
"server": "npm --prefix ../backend run start:dev"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"react": "^18.3.1",
|
||
|
|
"react-dom": "^18.3.1",
|
||
|
|
"xlsx": "^0.18.5"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@typescript-eslint/eslint-plugin": "^8.7.0",
|
||
|
|
"@typescript-eslint/parser": "^8.7.0",
|
||
|
|
"@types/react": "^18.3.5",
|
||
|
|
"@types/react-dom": "^18.3.2",
|
||
|
|
"@vitejs/plugin-react": "^4.3.2",
|
||
|
|
"eslint": "^9.9.0",
|
||
|
|
"eslint-config-prettier": "^9.1.0",
|
||
|
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
||
|
|
"eslint-plugin-react": "^7.35.0",
|
||
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
||
|
|
"globals": "^15.8.0",
|
||
|
|
"typescript": "^5.5.4",
|
||
|
|
"vite": "^5.3.4",
|
||
|
|
"vitest": "^2.1.1"
|
||
|
|
}
|
||
|
|
}
|