31 lines
667 B
JSON
31 lines
667 B
JSON
|
|
{
|
||
|
|
"name": "forge-client",
|
||
|
|
"private": true,
|
||
|
|
"version": "2.3.2",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build",
|
||
|
|
"preview": "vite preview",
|
||
|
|
"test": "vitest run",
|
||
|
|
"test:watch": "vitest"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"classnames": "^2.5.1",
|
||
|
|
"fflate": "^0.8.3",
|
||
|
|
"react": "^18.3.1",
|
||
|
|
"react-dom": "^18.3.1",
|
||
|
|
"react-router-dom": "^7.14.1",
|
||
|
|
"sass": "^1.99.0",
|
||
|
|
"write-excel-file": "^2.3.10"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/react": "^18.3.12",
|
||
|
|
"@types/react-dom": "^18.3.1",
|
||
|
|
"@vitejs/plugin-react": "^4.3.1",
|
||
|
|
"typescript": "^6.0.3",
|
||
|
|
"vite": "^5.4.0",
|
||
|
|
"vitest": "^2.1.9"
|
||
|
|
}
|
||
|
|
}
|