generated from antfu-collective/vitesse
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.42 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
72
73
74
75
76
77
78
79
80
81
82
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.10.0",
"scripts": {
"dev": "vite",
"blog": "plop --plopfile ./plop/blog/config.js",
"note": "plop --plopfile ./plop/note/config.js",
"roast": "plop --plopfile ./plop/roast/config.js",
"lint": "eslint --fix \"src/**/*.{js,ts,vue,md}\"",
"lint:style": "stylelint --fix \"src/**/*.{vue,scss}\"",
"typecheck": "vue-tsc --noEmit",
"build": "vite-ssg build",
"preview": "vite preview",
"preview-https": "serve dist",
"up": "taze major -I",
"postinstall": "npx simple-git-hooks",
"sizecheck": "npx vite-bundle-visualizer"
},
"dependencies": {
"@unhead/vue": "^1.11.6",
"@unocss/reset": "^0.62.4",
"@vueuse/core": "^11.1.0",
"@vueuse/head": "^2.0.0",
"@vueuse/motion": "^2.2.5",
"axios": "^1.7.7",
"element-plus": "^2.8.3",
"nprogress": "^0.2.0",
"vue": "^3.5.6",
"vue-demi": "^0.14.10",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@antfu/eslint-config": "^3.6.2",
"@anthony-ju/eslint-config": "^0.2.5",
"@anthony-ju/stylelint-config": "^0.2.10",
"@shikijs/markdown-it": "^1.17.7",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@unocss/eslint-config": "^0.62.4",
"@vitejs/plugin-vue": "^5.1.4",
"critters": "^0.0.24",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"eslint-plugin-format": "^0.1.2",
"https-localhost": "^4.7.1",
"lint-staged": "^15.2.10",
"markdown-it-link-attributes": "^4.0.1",
"plop": "^4.0.1",
"pnpm": "^9.10.0",
"rollup": "^4.21.3",
"sass": "^1.74.1",
"shikiji": "^0.10.2",
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.9.0",
"taze": "^0.16.9",
"typescript": "^5.4.4",
"unocss": "^0.62.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-element-plus": "^0.8.0",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-markdown": "^0.26.2",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.2.14",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-vue-devtools": "^7.4.5",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-ssg": "^0.23.8",
"vite-ssg-sitemap": "^0.8.1",
"vue-tsc": "^2.1.6"
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*.js,ts,vue,md": "eslint --fix"
}
}