-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
105 lines (105 loc) · 2.58 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "Gon",
"version": "0.26.1",
"description": "Not meer another f2e build tool",
"private": false,
"keywords": [
"build tool",
"f2e",
"webpack",
"gulp",
"proxy"
],
"author": {
"name": "Miko Gao",
"url": "https://twitter.com/gaowhen"
},
"repository": {
"type": "git",
"url": "https://github.com/gaowhen/gon"
},
"bugs": {
"url": "https://github.com/gaowhen/gon/issues"
},
"engines": {
"node": ">=7.0.0",
"npm": ">=3.3.6"
},
"license": "MIT",
"bin": {
"gon": "bin/index.js"
},
"scripts": {
"lint-staged": "lint-staged",
"precommit": "lint-staged",
"commitmsg": "./.commit-msg.js",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"lint-staged": {
"*.js": [
"eslint",
"git add"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"babel-cli": "6.23.0",
"babel-core": "6.23.1",
"babel-eslint": "7.1.1",
"babel-loader": "7.1.1",
"babel-plugin-import": "1.1.1",
"babel-plugin-transform-class-properties": "6.19.0",
"babel-preset-env": "1.2.1",
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "6.22.0",
"body-parser": "1.17.0",
"commander": "2.11.0",
"connect": "3.6.0",
"conventional-changelog-cli": "1.2.0",
"css-loader": "0.26.2",
"cz-conventional-changelog": "2.0.0",
"del": "2.2.2",
"eslint": "4.1.1",
"eslint-config-airbnb": "15.0.1",
"eslint-plugin-import": "2.6.0",
"eslint-plugin-jsx-a11y": "5.0.3",
"eslint-plugin-react": "7.1.0",
"extract-text-webpack-plugin": "2.0.0",
"figlet": "1.2.0",
"globby": "6.1.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-cached": "1.1.1",
"gulp-cli": "1.2.2",
"gulp-cssnano": "2.1.2",
"gulp-eslint": "3.0.1",
"gulp-if": "2.0.2",
"gulp-include": "2.3.1",
"gulp-nodemon": "2.2.1",
"gulp-replace": "0.6.1",
"gulp-rev": "7.1.2",
"gulp-sourcemaps": "2.4.1",
"gulp-stylus": "2.6.0",
"gulp-uglify": "2.0.1",
"husky": "0.14.1",
"lint-staged": "4.0.0",
"marked": "0.3.6",
"morgan": "1.8.1",
"node-notifier": "5.0.1",
"nodemon": "1.11.0",
"pug": "2.0.0-beta9",
"react-hot-loader": "3.0.0-beta.6",
"shelljs": "0.7.5",
"string-replace-webpack-plugin": "0.0.5",
"style-loader": "0.13.2",
"stylus-loader": "2.5.0",
"webpack": "3.0.0",
"webpack-bundle-analyzer": "2.3.0",
"webpack-dev-middleware": "1.11.0",
"webpack-hot-middleware": "2.17.1",
"yargs": "6.6.0"
}
}