houhou/package.json

57 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2023-06-06 03:55:34 +00:00
{
"name": "houhou",
"private": true,
2023-06-15 06:08:52 +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",
2023-06-16 01:18:38 +00:00
"test": "vitest",
2023-06-06 03:55:34 +00:00
"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
"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 04:29:59 +00:00
"@eslint/js": "^8.42.0",
2023-06-16 01:18:38 +00:00
"@swc/core": "^1.3.64",
2023-06-15 01:07:22 +00:00
"@tauri-apps/cli": "^1.4.0",
2023-06-16 01:18:38 +00:00
"@testing-library/react": "^14.0.0",
2023-06-11 20:08:18 +00:00
"@types/lodash-es": "^4.17.7",
2023-06-16 01:18:38 +00:00
"@types/node": "^20.3.1",
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-15 04:29:59 +00:00
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
2023-06-16 01:18:38 +00:00
"@vitejs/plugin-react": "^4.0.0",
2023-06-11 20:08:19 +00:00
"@vitejs/plugin-react-swc": "^3.3.2",
2023-06-16 01:18:38 +00:00
"@vitest/coverage-v8": "^0.32.0",
2023-06-11 20:08:15 +00:00
"autoprefixer": "^10.4.14",
2023-06-15 04:29:59 +00:00
"eslint": "^8.42.0",
"eslint-plugin-react": "^7.32.2",
2023-06-11 20:08:15 +00:00
"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-16 01:18:38 +00:00
"typescript": "^5.1.3",
"vite": "^4.2.1",
"vitest": "^0.32.0"
2023-06-06 03:55:34 +00:00
}
2023-06-11 20:08:15 +00:00
}