-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
71 lines (71 loc) · 2.04 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
{
"name": "vueye",
"private": true,
"packageManager": "pnpm@7.0.0",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --host",
"lint": "eslint .",
"preview": "vite preview",
"preview-https": "serve dist",
"test": "vitest",
"test:e2e": "cypress open",
"test:unit": "vitest",
"typecheck": "vue-tsc --noEmit",
"story:dev": "histoire dev",
"story:build": "histoire build",
"story:preview": "histoire preview"
},
"dependencies": {
"@vueuse/core": "^10.3.0",
"@vueuse/head": "^1.1.26",
"nprogress": "^0.2.0",
"pinia": "^2.1.6",
"prism-theme-vars": "^0.2.4",
"vue": "^3.3.4",
"vue-demi": "^0.14.5",
"vue-eslint-parser": "^9.3.1",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@iconify-json/carbon": "^1.1.18",
"@intlify/unplugin-vue-i18n": "^0.12.2",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/test-utils": "^2.4.1",
"autoprefixer": "^10.4.14",
"critters": "^0.0.19",
"cross-env": "^7.0.3",
"cypress": "^12.17.2",
"eslint": "^8.46.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-vue": "^9.16.0",
"histoire": "^0.16.2",
"https-localhost": "^4.7.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-prism": "^2.3.0",
"pnpm": "^8.6.10",
"postcss": "^8.4.27",
"prettier": "3.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"unocss": "^0.54.0",
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.7",
"vite-auto-import-resolvers": "^3.1.0",
"vite-plugin-inspect": "^0.7.33",
"vite-plugin-md": "^0.21.5",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-pwa": "^0.16.4",
"vite-plugin-vue-inspector": "^3.5.0",
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-type-imports": "^0.2.5",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.8"
}
}