-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 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
{
"name": "gitlife",
"version": "1.0.0",
"description": "A github style blog theme",
"author": "蝉時雨 <me@chanshiyu.com>",
"license": "MIT",
"scripts": {
"start": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"svgo": "svgo -f src/assets/icons/svg --config=src/assets/icons/svgo.yml"
},
"dependencies": {
"core-js": "^2.6.5",
"gitalk": "^1.5.0",
"highlight.js": "^9.15.6",
"ismobilejs": "^0.5.1",
"leancloud-storage": "^3.12.0",
"marked": "^0.6.2",
"smooth-scroll": "^16.0.3",
"timeago.js": "^4.0.0-beta.2",
"valine": "^1.3.6",
"vue": "^2.6.6",
"vue-progressbar": "^0.7.5",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.5.0",
"@vue/cli-plugin-eslint": "^3.5.0",
"@vue/cli-service": "^3.5.0",
"@vue/eslint-config-prettier": "^4.0.1",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"svg-sprite-loader": "^4.1.3",
"svgo": "^1.2.1",
"vue-template-compiler": "^2.5.21"
}
}