-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.4 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
{
"name": "antony",
"version": "1.0.0",
"description": "An Elegant Blog SPA Base on Vue.js + WordPress REST API",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.19.2",
"bootstrap-vue": "^2.6.1",
"core-js": "^3.6.4",
"highlight.js": "^10.4.1",
"jquery": "^3.5.0",
"markdown-it-vue": "^1.0.11",
"nprogress": "^0.2.0",
"qs": "^6.9.1",
"remixicon": "^2.3.0",
"vue": "^2.6.11",
"vue-axios": "^2.1.5",
"vue-cookie": "^1.1.4",
"vue-go-top-button": "^1.0.4",
"vue-i18n": "^8.15.3",
"vue-mugen-scroll": "^0.2.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.2.0",
"@vue/cli-plugin-eslint": "^4.2.0",
"@vue/cli-plugin-router": "^4.2.0",
"@vue/cli-service": "^4.2.0",
"babel-eslint": "^10.1.0",
"compression-webpack-plugin": "^3.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.2",
"terser-webpack-plugin": "^2.3.5",
"vue-template-compiler": "^2.6.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HelipengTony/antony.git"
},
"author": "TonyHe",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/HelipengTony/antony/issues"
},
"homepage": "https://github.com/HelipengTony/antony"
}