generated from antfu-collective/vitesse
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.63 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
{
"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"
},
"dependencies": {
"@vueuse/core": "^8.2.5",
"@vueuse/head": "^0.7.5",
"nprogress": "^0.2.0",
"pinia": "^2.0.13",
"prism-theme-vars": "^0.2.2",
"vue": "^3.2.31",
"vue-demi": "^0.12.5",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@antfu/eslint-config": "^0.20.2",
"@iconify-json/carbon": "^1.1.3",
"@intlify/vite-plugin-vue-i18n": "^4.0.0",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/test-utils": "^2.0.0-rc.19",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"cypress": "^9.5.3",
"eslint": "^8.13.0",
"eslint-plugin-cypress": "^2.12.1",
"https-localhost": "^4.7.1",
"markdown-it-link-attributes": "^4.0.0",
"markdown-it-prism": "^2.2.3",
"pnpm": "^6.32.6",
"typescript": "^4.6.3",
"unocss": "^0.30.13",
"unplugin-auto-import": "^0.7.0",
"unplugin-vue-components": "^0.19.0",
"vite": "^2.9.1",
"vite-plugin-inspect": "^0.4.3",
"vite-plugin-md": "^0.12.4",
"vite-plugin-pages": "^0.22.0",
"vite-plugin-pwa": "^0.11.13",
"vite-plugin-vue-layouts": "^0.6.0",
"vite-ssg": "^0.19.2",
"vite-ssg-sitemap": "^0.2.2",
"vitest": "^0.9.3",
"vue-tsc": "^0.34.2"
}
}