-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
43 lines (43 loc) · 1.14 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": "webapp",
"version": "0.14.5",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run webapp",
"test:e2e": "playwright test --config=e2e/playwright.config.ts"
},
"devDependencies": {
"@playwright/test": "^1.22.2",
"@types/md5": "^2.3.2",
"@types/qrcode": "^1.4.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/spark-md5": "^3.0.2",
"@types/streamsaver": "^2.0.1",
"@unocss/preset-wind": "^0.51.13",
"@unocss/reset": "^0.51.13",
"@vitejs/plugin-react": "^1.3.0",
"copy-to-clipboard": "^3.3.1",
"filesize": "^10.0.7",
"history": "^5.3.0",
"jotai": "^2.1.0",
"loglevel": "^1.8.0",
"md5": "^2.3.0",
"pizzip": "^3.1.4",
"qrcode": "^1.5.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-github-corner": "^2.5.0",
"sass": "^1.52.2",
"spark-md5": "^3.0.2",
"streamsaver": "^2.0.6",
"typescript": "^4.6.3",
"unocss": "^0.51.13",
"vite": "^3.0.3",
"vite-plugin-windicss": "^1.8.10",
"vitest": "^0.18.0",
"web-streams-polyfill": "^3.2.1"
}
}