-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.73 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "latest",
"@hookform/resolvers": "^3.3.2",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-query": "latest",
"@tanstack/react-query-devtools": "^5.8.4",
"@vitejs/plugin-react-refresh": "^1.3.6",
"axios": "^1.6.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"localforage": "^1.10.0",
"lucide-react": "^0.292.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.4.1",
"react-loader-spinner": "^5.4.5",
"react-router-dom": "^6.19.0",
"sort-by": "^1.2.0",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"vite-tsconfig-paths": "^3.4.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.9.1",
"@types/react": "^17.0.33",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.16",
"bun-types": "latest",
"eslint": "^8.53.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"tailwindcss": "^3.3.5",
"typescript": "^4.9.5",
"vite": "^2.9.0"
},
"module": "index.ts",
"type": "module"
}