-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
44
45
46
{
"name": "boilerplate-react-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.7.12",
"@hookform/resolvers": "^2.9.10",
"@types/js-cookie": "^3.0.2",
"@types/react-router-hash-link": "^2.4.5",
"axios": "^1.0.0",
"js-cookie": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.39.5",
"react-hot-toast": "^2.4.0",
"react-input-mask": "^2.0.4",
"react-router-dom": "6",
"react-router-hash-link": "^2.4.3",
"sass": "^1.53.0",
"swiper": "^8.3.1",
"swr": "^2.0.0",
"typescript": "^4.9.4",
"vite-tsconfig-paths": "^4.0.5",
"zod": "^3.20.2",
"zustand": "^4.3.2"
},
"devDependencies": {
"@iconify/react": "^4.0.1",
"@total-typescript/ts-reset": "^0.3.7",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.2",
"tailwindcss": "^3.1.6",
"vite": "^3.0.0"
}
}