forked from joshua1988/vue-camp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
{
"name": "vue-camp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"doc": "vuepress dev docs",
"build": "vuepress build docs",
"insert": "all-contributors add",
"generate": "all-contributors generate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshua1988/vue-camp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/joshua1988/vue-camp/issues"
},
"homepage": "https://github.com/joshua1988/vue-camp#readme",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.5.2",
"@vuepress/plugin-google-analytics": "^1.1.0",
"@vuepress/plugin-last-updated": "^1.8.2",
"@vuepress/plugin-pwa": "^1.8.2",
"all-contributors-cli": "^6.20.0",
"vuepress": "^1.8.2",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-reading-progress": "^1.0.10"
},
"resolutions": {
"webpack-dev-middleware": "3.6.0"
}
}