forked from pakeweb/scoop.sh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "scoop",
"version": "1.0.0",
"description": "Documentation for Scoop, the Command-Line Installer for Windows",
"main": "n/a",
"scripts": {
"start": "serve",
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pakeweb/scoop.sh.git"
},
"author": "Eko Eryanto <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukesampson/scoop/issues"
},
"homepage": "https://scoop.sh",
"dependencies": {
"axios": "^0.18.0",
"tiny-debounce": "^0.1.1",
"vue-axios": "^2.1.4",
"vue-slim-modal": "^1.0.4",
"vuepress": "^0.14.4"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.7.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-vue": "^5.0.0-beta.3",
"imagemin-lint-staged": "^0.3.0",
"lint-staged": "^7.3.0",
"prettier": "^1.14.3",
"serve": "^10.0.2",
"stylus-supremacy": "^2.12.7",
"yorkie": "^2.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
}
}