-
-
Notifications
You must be signed in to change notification settings - Fork 190
/
package.json
57 lines (57 loc) · 1.56 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
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "vite --port 4444",
"netlify": "netlify dev --port 3333 --targetPort 4444",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"update": "TEST=true vite-node tools/update.ts",
"test": "vitest"
},
"dependencies": {
"@iconify-json/ri": "^1.1.4",
"@vueuse/core": "^9.6.0",
"axios": "^1.2.1",
"canvas-confetti": "^1.6.0",
"html-to-image": "^1.11.2",
"lru-cache": "^7.14.1",
"nanoid": "^4.0.0",
"pinyin": "^2.11.2",
"seedrandom": "^3.0.5",
"vue": "^3.2.45"
},
"devDependencies": {
"@antfu/eslint-config": "^0.34.0",
"@iconify-json/carbon": "^1.1.11",
"@iconify-json/ep": "^1.1.8",
"@iconify-json/mdi": "^1.1.37",
"@iconify-json/noto-v1": "^1.1.4",
"@netlify/functions": "^1.3.0",
"@types/canvas-confetti": "^1.6.0",
"@types/file-saver": "^2.0.5",
"@types/node": "^18.11.15",
"@types/pinyin": "^2.10.0",
"@types/seedrandom": "^3.0.2",
"@unocss/reset": "^0.47.6",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/test-utils": "^2.2.6",
"cheerio": "^1.0.0-rc.12",
"eslint": "^8.29.0",
"file-saver": "^2.0.5",
"jsdom": "^20.0.3",
"ohmyfetch": "^0.4.21",
"picocolors": "^1.0.0",
"pnpm": "^7.18.2",
"typescript": "^4.9.4",
"unbuild": "^1.0.2",
"unocss": "^0.47.6",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.1",
"vite-node": "^0.25.8",
"vitest": "^0.25.8"
}
}