30 lines
682 B
JSON
30 lines
682 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@fluentui/react-components": "^9.54.16",
|
|
"@fluentui/react-icons": "^2.0.258",
|
|
"jotai": "^2.10.0",
|
|
"lodash": "^4.17.21",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.26.2",
|
|
"zustand": "^5.0.0-rc.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.17.10",
|
|
"@types/react": "^18.0.17",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@vitejs/plugin-react": "^2.0.1",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^3.0.7"
|
|
}
|
|
}
|