-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.4 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
{
"name": "shadow-vite-app",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"shadow-dev": "npx shadow-cljs watch app",
"vite-dev": "vite",
"dev": "shadow-cljs -A:dev watch app & vite",
"vite-build": "vite build",
"vite-preview": "vite preview"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-query": "^5.21.7",
"@vitejs/plugin-react": "^4.2.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"i18next": "^23.11.3",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.5.1",
"json-server": "^0.17.4",
"lucide-react": "^0.359.0",
"react": "^18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.1",
"react-router-dom": "^6.22.3",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/js": "^9.3.0",
"autoprefixer": "^10.4.14",
"cypress": "^13.7.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.3.0",
"postcss": "^8.4.21",
"prettier": "3.2.5",
"shadow-cljs": "2.22.10",
"tailwindcss": "^3.3.1",
"vite": "^5.1.3"
}
}