-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "ss-s-cli",
"version": "1.0.3",
"description": "Subsystem separation tools",
"author": "[email protected]",
"license": "MIT",
"bin": {
"ss": "src/ss.js"
},
"scripts": {
"postversion": "git push --tags",
"precommit": "ss lint --commit"
},
"repository": {
"type": "git",
"url": "https://github.com/ClydeKuo/ss-s-cli.git"
},
"dependencies": {
"chalk": "1.1.3",
"commander": "2.9.0",
"download-git-repo": "^1.0.1",
"eslint": "3.19.0",
"eslint-config-standard": "10.2.1",
"eslint-plugin-html": "1.7.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-node": "4.2.2",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-standard": "3.0.1",
"inquirer": "^3.1.1",
"ora": "1.2.0",
"parse5": "^3.0.1",
"postcss": "6.0.1",
"postcss-scss": "1.0.0",
"recursive-readdir": "2.1.0",
"shelljs": "0.7.7",
"stylefmt": "5.3.2",
"stylelint": "7.10.1",
"stylelint-config-standard": "^16.0.0",
"stylelint-processor-html": "1.0.0",
"text-table": "0.2.0",
"webpack": "2.6.1",
"webpack-dev-server": "2.4.5"
},
"devDependencies": {
"husky": "0.13.3"
}
}