47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "houhou",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^2.0.19",
|
|
"@chakra-ui/react": "^2.7.0",
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@tauri-apps/api": "^1.3.0",
|
|
"classnames": "^2.3.2",
|
|
"date-fns": "^2.30.0",
|
|
"flowbite": "^1.6.5",
|
|
"framer-motion": "^10.12.16",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router": "^6.11.2",
|
|
"react-router-dom": "^6.11.2",
|
|
"react-timeago": "^7.1.0",
|
|
"swr": "^2.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.3.1",
|
|
"@types/lodash-es": "^4.17.7",
|
|
"@types/node": "^18.7.10",
|
|
"@types/react": "^18.0.15",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/react-timeago": "^4.1.3",
|
|
"@vitejs/plugin-react": "^3.0.0",
|
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
|
"autoprefixer": "^10.4.14",
|
|
"postcss": "^8.4.24",
|
|
"prettier": "^2.8.8",
|
|
"sass": "^1.62.1",
|
|
"tailwindcss": "^3.3.2",
|
|
"typescript": "^4.9.5",
|
|
"vite": "^4.2.1"
|
|
}
|
|
}
|