-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.38 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
{
"name": "vaer",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "vite",
"build": "vite build",
"dev": "vite dev",
"serve": "vite preview"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.1",
"@tanstack/query-sync-storage-persister": "^5.14.2",
"@tanstack/react-query": "^5.14.2",
"@tanstack/react-query-persist-client": "^5.14.2",
"@uidotdev/usehooks": "^2.4.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lodash-es": "^4.17.21",
"lucide-react": "^0.436.0",
"lunarphase-js": "^2.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"suncalc": "^1.9.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"temporal-polyfill": "^0.2.5"
},
"devDependencies": {
"@babel/types": "^7.23.6",
"@biomejs/biome": "1.8.3",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@types/suncalc": "^1.9.2",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"vite": "^5.4.0",
"vite-plugin-svgr": "^4.2.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}