nf-disk/frontend/package.json

31 lines
713 B
JSON
Raw Normal View History

2024-09-26 17:54:14 +08:00
{
"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",
2024-10-08 14:29:36 +08:00
"lodash": "^4.17.21",
2024-09-26 17:54:14 +08:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.26.2",
2024-10-11 18:03:09 +08:00
"use-debounce": "^10.0.3",
"zustand": "^5.0.0-rc.2"
2024-09-26 17:54:14 +08:00
},
"devDependencies": {
2024-10-08 14:29:36 +08:00
"@types/lodash": "^4.17.10",
2024-09-26 17:54:14 +08:00
"@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"
}
}