generated from antfu-collective/vitesse
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.97 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
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "vite-ssg build",
"dev": "vite --port 3333 --open",
"lint": "eslint .",
"preview": "vite preview",
"preview-https": "serve dist",
"test": "vitest",
"test:e2e": "cypress open",
"test:unit": "vitest",
"typecheck": "vue-tsc --noEmit",
"up": "taze major -I"
},
"dependencies": {
"@unocss/reset": "^0.48.4",
"@vueuse/core": "^9.11.0",
"@vueuse/head": "^1.0.22",
"nprogress": "^0.2.0",
"pinia": "^2.0.29",
"vue": "^3.2.45",
"vue-demi": "^0.13.11",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.34.1",
"@iconify-json/carbon": "^1.1.13",
"@intlify/unplugin-vue-i18n": "^0.8.1",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue-macros/volar": "^0.5.15",
"@vue/test-utils": "^2.2.7",
"autoprefixer": "^10.4.13",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"cypress": "^12.3.0",
"eslint": "^8.32.0",
"eslint-plugin-cypress": "^2.12.1",
"https-localhost": "^4.7.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-shiki": "^0.7.2",
"pnpm": "^7.25.1",
"postcss": "^8.4.21",
"shiki": "^0.12.1",
"tailwindcss": "^3.2.4",
"taze": "^0.8.5",
"typescript": "^4.9.4",
"unocss": "^0.48.4",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"unplugin-vue-macros": "^1.4.2",
"vite": "^4.0.4",
"vite-plugin-inspect": "^0.7.14",
"vite-plugin-pages": "^0.28.0",
"vite-plugin-pwa": "^0.14.1",
"vite-plugin-vue-component-preview": "^0.3.4",
"vite-plugin-vue-inspector": "^3.2.1",
"vite-plugin-vue-layouts": "^0.7.0",
"vite-plugin-vue-markdown": "^0.22.2",
"vite-ssg": "^0.22.1",
"vite-ssg-sitemap": "^0.4.3",
"vitest": "^0.27.2",
"vue-tsc": "^1.0.24"
}
}