-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
94 lines (94 loc) · 2.57 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
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "lin-cms-vvlog",
"version": "0.4.3",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"commit": "git add . && git-cz"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"axios": "^0.24.0",
"core-js": "^3.28.0",
"dayjs": "^1.11.7",
"element-plus": "^2.7.3",
"event-source-polyfill": "^1.0.31",
"fastscan": "^1.0.6",
"good-storage": "^1.1.1",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"mitt": "^2.1.0",
"photoswipe": "^4.1.3",
"screenfull": "^4.2.1",
"swiper": "^6.8.4",
"v3-infinite-loading": "^1.2.2",
"vditor": "^3.10.4",
"vue": "^3.4.27",
"vue-picture-cropper": "^0.1.11",
"vue-router": "^4.1.6",
"vuex": "^4.1.0",
"vuex-persist": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@iconify-json/ant-design": "^1.1.5",
"@iconify-json/ic": "^1.1.13",
"@iconify-json/simple-icons": "^1.1.92",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-unit-jest": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.2.47",
"@vue/eslint-config-airbnb": "^6.0.0",
"@vue/test-utils": "^2.2.10",
"babel-jest": "^26.6.3",
"babel-plugin-component": "^1.1.1",
"chalk": "^2.4.2",
"child_process": "^1.0.2",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^2.1.0",
"directory-tree": "^2.3.1",
"ejs": "^2.7.4",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^8.7.1",
"eslint-plugin-vuejs-accessibility": "^1.2.0",
"fs-extra": "^8.1.0",
"ignore-loader": "^0.1.2",
"inquirer": "^6.5.2",
"js-yaml": "^3.14.1",
"lint-staged": "^9.5.0",
"sass": "^1.58.1",
"sass-loader": "^8.0.2",
"semver": "^6.3.0",
"shelljs": "^0.8.5",
"unplugin-icons": "^0.14.15",
"unplugin-vue-components": "^0.21.2",
"validate-npm-package-name": "^3.0.0",
"yaml-front-matter": "^4.1.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 11"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"gitHooks": {},
"lint-staged": {
"*.{js,vue}": [
"prettier --write",
"vue-cli-service lint",
"git add"
]
}
}