0d20e1413f
- 安装 @appica/ui-react、@appica/icons-react、tailwindcss、@tailwindcss/vite - vite.config 添加 tailwindcss 插件 - 新增 src/styles/global.css 引入 Tailwind 与 Appica 设计令牌 - main.jsx 包裹 ThemeProvider(主题防闪烁)
33 lines
772 B
JSON
33 lines
772 B
JSON
{
|
|
"name": "dpm",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@appica/icons-react": "^1.0.0",
|
|
"@appica/ui-react": "^1.1.0",
|
|
"@react-three/drei": "^10.7.8",
|
|
"@react-three/fiber": "^9.7.0",
|
|
"@tailwindcss/vite": "^4.3.3",
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-autostart": "^2.5.1",
|
|
"@tauri-apps/plugin-opener": "^2",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-router-dom": "^7.15.0",
|
|
"tailwindcss": "^4.3.3",
|
|
"three": "^0.185.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"vite": "^7.0.4"
|
|
}
|
|
}
|