-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.69 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.69 KB
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
{
"name": "vuelog",
"version": "2.16.0",
"description": "A backend-free blog system built on top of Vue.js",
"author": "Leo Deng",
"license": "MIT",
"brand": "Vuelog",
"website": "https://vuelog.js.org",
"project": "https://github.com/myst729/Vuelog",
"repository": {
"type": "git",
"url": "git+https://github.com/myst729/Vuelog.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"unit": "vue-cli-service test:unit --coverage"
},
"dependencies": {
"core-js": "^3.6.5",
"fastclick": "^1.0.6",
"marked": "^1.0.0",
"prismjs": "^1.20.0",
"register-service-worker": "^1.7.1",
"vue": "^2.6.11",
"vue-disqus": "^3.0.5",
"vue-i18n": "^8.17.4",
"vue-livere": "^0.3.1",
"vue-meta": "^2.3.3",
"vue-router": "^3.1.6",
"vuex": "^3.3.0",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-eslint": "^4.3.1",
"@vue/cli-plugin-unit-jest": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/test-utils": "^1.0.0-beta.33",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.4.0",
"codecov": "^3.6.5",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.6.11",
"webpack-cdn-plugin": "^3.3.1"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
}
}