-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
64 lines (64 loc) · 1.71 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
{
"name": "vuepress-theme-yur",
"version": "4.0.0",
"description": "VuePress Theme - Yur",
"keywords": [
"vuepress",
"theme",
"yur"
],
"homepage": "https://github.com/cnguu/vuepress-theme-yur/",
"bugs": {
"url": "https://github.com/cnguu/vuepress-theme-yur/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cnguu/vuepress-theme-yur.git"
},
"license": "MIT",
"author": "cnguu <[email protected]>",
"scripts": {
"build": "vuepress build iTab",
"dev": "vuepress dev iTab",
"serve": "serve iTab/dist -p 9395",
"preinstall": "npx only-allow pnpm",
"lint-staged": "lint-staged -c ./.husky/lintstagedrc.js"
},
"dependencies": {
"@vue/shared": "^3.2.31",
"dayjs": "^1.11.0",
"lodash": "^4.17.21",
"vue": "^3.2.31",
"vue-router": "^4.0.14",
"vuepress": "^2.0.0-beta.37"
},
"devDependencies": {
"@pnpm/find-workspace-packages": "^6.0.4",
"@pnpm/logger": "^5.0.0",
"@pnpm/types": "^9.0.0",
"@vuepress/bundler-webpack": "^2.0.0-beta.37",
"@vuepress/client": "^2.0.0-beta.37",
"@vuepress/core": "^2.0.0-beta.37",
"@vuepress/utils": "^2.0.0-beta.37",
"autoprefixer": "^10.4.4",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.0.1",
"husky": "^8.0.1",
"less": "^4.1.2",
"less-loader": "^11.0.0",
"lint-staged": "^13.0.0",
"postcss": "^8.4.12",
"prettier": "^2.6.1",
"serve": "^14.0.0",
"sort-package-json": "^2.0.0",
"tailwindcss": "^3.0.23",
"vue-eslint-parser": "^9.0.1",
"webpack": "^5.71.0"
},
"engines": {
"node": ">= 14"
}
}