This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
68 lines (68 loc) · 1.92 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
{
"name": "mmf-blog-vue2",
"version": "2.0.5",
"description": "mmf-blog vue2.0版 (vue2, vue-router, vuex)",
"author": "lincenying <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.24.0",
"core-js": "^3.20.1",
"fastclick": "^1.0.6",
"js-cookie": "^3.0.1",
"lodash.get": "^4.4.2",
"markdown-it": "^12.3.0",
"markdown-it-toc-and-anchor": "^4.2.0",
"mavon-editor": "^2.10.4",
"md5": "^2.3.0",
"nprogress": "^0.2.0",
"register-service-worker": "^1.7.2",
"store2": "^2.13.1",
"toastr": "^2.1.4",
"typescript": "^4.5.4",
"vue": "^2.6.14",
"vue-meta": "^2.4.0",
"vue-router": "^3.5.3",
"vuex": "^3.6.2",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.5",
"@babel/plugin-proposal-optional-chaining": "^7.16.5",
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-plugin-pwa": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"@vue/eslint-config-prettier": "^7.0.0",
"babel-eslint": "^10.1.0",
"babel-plugin-jsx-v-model": "^2.0.3",
"babel-plugin-vue-jsx-sync": "^0.0.5",
"browserslist": "^4.19.1",
"eslint": "7.32.0",
"eslint-config-lcy-vue": "3.1.3",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.2.0",
"lint-staged": "^12.1.3",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.1",
"shelljs": "^0.8.4",
"sw-precache-webpack-plugin": "^1.0.0",
"vue-content-loader": "^0.2.3",
"vue-template-compiler": "^2.6.14"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,vue}": [
"vue-cli-service lint"
]
}
}