forked from o2team/elf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.75 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
{
"name": "elf-cli",
"version": "1.3.9",
"description": "HTML5 boilerplate and build tool",
"scripts": {
"commit": "git-cz",
"changelog": "node src/changelog.js"
},
"bin": {
"elf": "./bin/elf.js"
},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "https://github.com/o2team/elf.git"
},
"bugs": {
"url": "https://github.com/o2team/elf/issues"
},
"keywords": [
"elf",
"cli",
"HTML5",
"boilerplate"
],
"author": "o2team",
"dependencies": {
"autoprefixer": "6.5.3",
"chalk": "1.1.3",
"commander": "2.9.0",
"config": "1.24.0",
"cross-spawn": "5.0.1",
"css-loader": "0.26.0",
"exports-loader": "0.6.3",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"fs-extra": "1.0.0",
"html-loader": "0.4.4",
"html-webpack-plugin": "2.24.1",
"image-webpack-loader": "3.0.0",
"internal-ip": "^1.2.0",
"less": "2.7.1",
"less-loader": "2.2.3",
"lodash": "4.17.2",
"node-sass": "3.13.0",
"postcss-assets": "4.1.0",
"postcss-loader": "1.1.1",
"postcss-plugin-px2rem": "0.6.0",
"postcss-sprites": "4.0.0",
"qrcode-terminal": "^0.11.0",
"react-dev-utils": "0.4.2",
"sass-loader": "4.0.2",
"script-loader": "0.7.0",
"style-loader": "0.13.1",
"stylus": "0.54.5",
"stylus-loader": "2.4.0",
"url-loader": "0.5.7",
"webpack": "1.13.3",
"webpack-dev-server": "1.16.2",
"webpack-merge": "0.17.0",
"zepto": "1.2.0"
},
"devDependencies": {
"commitizen": "2.9.2",
"conventional-changelog": "1.1.0",
"cz-conventional-changelog": "1.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"license": "MIT"
}