-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1005 Bytes
/
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
{
"name": "pikuseru",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "npx prettier --write ."
},
"dependencies": {
"clsx": "^1.1.1",
"framer-motion": "^9.0.4",
"immer": "^9.0.19",
"jotai": "^1.4.8",
"jotai-immer": "^0.2.0",
"lucide-react": "^0.294.0",
"postcss-nesting": "^10.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.1.1",
"react-router-dom": "^6.1.1",
"ua-parser-js": "^1.0.33",
"vite-tsconfig-paths": "^3.3.17"
},
"devDependencies": {
"@honkhonk/vite-plugin-svgr": "^1.1.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/ua-parser-js": "^0.7.36",
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.31",
"postcss-import": "^14.0.2",
"prettier": "^2.8.1",
"tailwindcss": "^3.0.6",
"typescript": "^4.4.4",
"vite": "^2.9.16"
}
}