-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "fisand-home-seed",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "vite-react-ssg build",
"dev": "vite-react-ssg dev",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@unocss/reset": "^0.64.1",
"clsx": "^2.1.1",
"framer-motion": "^11.11.17",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"tailwind-merge": "^2.5.4"
},
"devDependencies": {
"@iconify-json/material-symbols": "^1.2.7",
"@nabla/vite-plugin-eslint": "^2.0.4",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@unocss/eslint-config": "^0.64.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.15.0",
"eslint-config-hyoban": "^3.1.13",
"rollup": "4.27.3",
"typescript": "^5.6.3",
"unocss": "^0.64.1",
"unplugin-auto-import": "^0.18.5",
"unplugin-icons": "^0.20.1",
"vite": "^5.4.11",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-pages": "^0.32.3",
"vite-react-ssg": "^0.8.1"
}
}