-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.06 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "vite-ssg build",
"dev": "vite --host",
"format": "trunk fmt --all",
"lint": "trunk check --all",
"preview": "vite preview",
"preview-https": "serve dist",
"test": "npx vitest",
"test:e2e": "cypress open",
"test:unit": "vitest",
"typecheck": "vue-tsc --noEmit",
"up": "taze major -I"
},
"dependencies": {
"@iconify-json/game-icons": "^1.1.2",
"@unocss/reset": "^0.50.3",
"@vueuse/core": "^10.0.2",
"@vueuse/head": "^1.1.15",
"nprogress": "^0.2.0",
"pinia": "^2.0.32",
"vue": "^3.2.47",
"vue-demi": "^0.14.0",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.1",
"@iconify-json/carbon": "^1.1.16",
"@intlify/unplugin-vue-i18n": "^0.8.2",
"@trunkio/launcher": "^1.2.3",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue-macros/volar": "^0.17.1",
"@vue/test-utils": "^2.3.0",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"cypress": "^13.0.0",
"eslint": "^8.35.0",
"eslint-plugin-cypress": "^2.12.1",
"https-localhost": "^4.7.1",
"lint-staged": "^13.1.2",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.8.0",
"pnpm": "^8.10.0",
"shiki": "^0.14.1",
"simple-git-hooks": "^2.8.1",
"taze": "^0.11.3",
"typescript": "^4.9.5",
"unocss": "^0.55.3",
"unplugin-auto-import": "^0.15.0",
"unplugin-vue-components": "^0.24.0",
"unplugin-vue-macros": "^2.4.14",
"vite": "^5.0.10",
"vite-plugin-inspect": "^0.7.15",
"vite-plugin-pages": "^0.28.0",
"vite-plugin-pwa": "^0.14.4",
"vite-plugin-vue-component-preview": "^1.1.5",
"vite-plugin-vue-inspector": "^3.3.2",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-markdown": "^0.22.4",
"vite-ssg": "^0.22.1",
"vite-ssg-sitemap": "^0.4.3",
"vitest": "^1.1.1",
"vue-tsc": "^1.2.0"
}
}