-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.27 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
{
"name": "woom",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite -c webapp/vite.config.ts",
"dev-refresh": "cross-env USE_REFRESH=true npm run dev",
"lint": "eslint && tsc --noEmit",
"build": "npm run lint && vite build -c webapp/vite.config.ts",
"build-refresh": "npm run lint && cross-env USE_REFRESH=true npm run build",
"preview": "vite preview -c webapp/vite.config.ts"
},
"dependencies": {
"copy-to-clipboard": "^3.3.3",
"jotai": "^2.10.2",
"jotai-devtools": "^0.10.1",
"jotai-location": "^0.5.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"swr": "^2.2.5",
"wavesurfer.js": "7.8.2",
"whip-whep": "1.2.0"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@iconify-json/logos": "^1.2.3",
"@stylistic/eslint-plugin-js": "^2.10.1",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@unocss/preset-attributify": "^0.64.1",
"@unocss/preset-icons": "^0.64.1",
"@unocss/preset-uno": "^0.64.1",
"@unocss/reset": "^0.64.1",
"@vitejs/plugin-react": "^4.3.3",
"cross-env": "^7.0.3",
"eslint": "^9.14.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"unocss": "^0.64.1",
"vite": "^5.4.11"
}
}