-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.04 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.04 KB
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": "kahvimitta",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"ariakit": "^2.0.0-next.44",
"clsx": "^2.1.1",
"format-duration": "^3.0.2",
"lucide-react": "^0.503.0",
"posthog-js": "^1.237.0",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"typescript": "^5.8.3",
"web-vitals": "^4.2.4"
},
"devDependencies": {
"@types/node": "^22.15.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.4.1",
"vite": "^6.3.3",
"vite-plugin-pwa": "^1.0.0",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4",
"workbox-window": "^7.3.0"
},
"scripts": {
"start": "vite --host",
"build": "tsc && vite build",
"serve": "vite preview"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}