-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 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
{
"dependencies": {
"framer-motion": "^11.11.17",
"justd-icons": "^1.7.6",
"react": "^18.3.1",
"react-aria-components": "^1.4.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tanstack/react-router": "^1.81.9",
"@tanstack/router-devtools": "^1.81.9",
"@tanstack/router-plugin": "^1.81.9",
"@total-typescript/ts-reset": "^0.6.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^1.1.6",
"typescript": "~5.6.3",
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.21.0",
"workbox-window": "^7.3.0"
},
"name": "pwa",
"private": true,
"scripts": {
"build": "tsc -b && vite build",
"check": "biome check --write",
"dev": "vite",
"format": "biome format --write",
"lint": "biome lint --write",
"preview": "pnpm build && vite preview",
"generate-pwa-assets": "pwa-assets-generator --preset minimal public/logo.svg"
},
"type": "module",
"version": "0.0.0"
}