houhou/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2023-06-06 03:55:34 +00:00
{
"name": "houhou",
"private": true,
2023-06-11 20:08:16 +00:00
"version": "0.1.0",
2023-06-06 03:55:34 +00:00
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
2023-06-11 20:08:17 +00:00
"@chakra-ui/icons": "^2.0.19",
2023-06-11 20:08:15 +00:00
"@chakra-ui/react": "^2.7.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
2023-06-15 01:07:22 +00:00
"@tauri-apps/api": "^1.4.0",
2023-06-15 00:47:43 +00:00
"chakra-react-select": "^4.6.0",
2023-06-11 20:08:15 +00:00
"classnames": "^2.3.2",
2023-06-11 20:08:17 +00:00
"date-fns": "^2.30.0",
2023-06-11 20:08:15 +00:00
"flowbite": "^1.6.5",
"framer-motion": "^10.12.16",
2023-06-11 20:08:18 +00:00
"lodash-es": "^4.17.21",
2023-06-06 03:55:34 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.11.2",
2023-06-11 20:08:15 +00:00
"react-router-dom": "^6.11.2",
2023-06-11 20:08:17 +00:00
"react-timeago": "^7.1.0",
2023-06-11 20:08:15 +00:00
"swr": "^2.1.5"
2023-06-06 03:55:34 +00:00
},
"devDependencies": {
2023-06-15 01:07:22 +00:00
"@tauri-apps/cli": "^1.4.0",
2023-06-11 20:08:18 +00:00
"@types/lodash-es": "^4.17.7",
2023-06-11 20:08:19 +00:00
"@types/node": "^18.7.10",
2023-06-06 03:55:34 +00:00
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
2023-06-11 20:08:17 +00:00
"@types/react-timeago": "^4.1.3",
2023-06-06 03:55:34 +00:00
"@vitejs/plugin-react": "^3.0.0",
2023-06-11 20:08:19 +00:00
"@vitejs/plugin-react-swc": "^3.3.2",
2023-06-11 20:08:15 +00:00
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
2023-06-11 20:08:16 +00:00
"prettier": "^2.8.8",
2023-06-06 03:55:34 +00:00
"sass": "^1.62.1",
2023-06-11 20:08:15 +00:00
"tailwindcss": "^3.3.2",
2023-06-06 03:55:34 +00:00
"typescript": "^4.9.5",
"vite": "^4.2.1"
}
2023-06-11 20:08:15 +00:00
}