-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
82 lines (82 loc) · 1.86 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
{
"name": "elf-cli",
"version": "1.9.3",
"description": "HTML5 boilerplate and build tool",
"scripts": {
"commit": "git-cz"
},
"bin": {
"elf": "./bin/elf.js"
},
"engines": {
"node": ">=6"
},
"repository": {
"type": "git",
"url": "https://github.com/o2team/elf.git"
},
"bugs": {
"url": "https://github.com/o2team/elf/issues"
},
"keywords": [
"elf",
"cli",
"HTML5",
"boilerplate",
"build",
"tool"
],
"author": "o2team",
"dependencies": {
"archiver": "2.0.0",
"autoprefixer": "7.1.2",
"chalk": "2.0.1",
"commander": "2.11.0",
"config": "1.26.1",
"cross-spawn": "5.1.0",
"css-loader": "0.28.4",
"download-git-repo": "1.0.1",
"exports-loader": "0.6.4",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "0.11.2",
"fs-extra": "4.0.0",
"html-loader": "0.4.5",
"html-webpack-plugin": "2.29.0",
"image-webpack-loader": "3.3.1",
"inquirer": "3.2.0",
"ip": "1.1.5",
"less": "2.7.2",
"less-loader": "4.0.5",
"lodash": "4.17.4",
"node-sass": "4.14.1",
"ora": "1.3.0",
"postcss-assets": "4.2.0",
"postcss-loader": "2.0.6",
"postcss-plugin-px2rem": "0.7.0",
"postcss-sprites": "4.2.1",
"qrcode-terminal": "0.11.0",
"react-dev-utils": "3.0.2",
"sass-loader": "6.0.6",
"script-loader": "0.7.0",
"style-loader": "0.18.2",
"stylus": "0.54.5",
"stylus-loader": "3.0.1",
"update-notifier": "2.2.0",
"url-loader": "0.5.9",
"webpack": "3.3.0",
"webpack-dev-server": "2.5.1",
"webpack-merge": "4.1.0",
"webpack-visualizer-plugin": "0.1.11",
"zepto": "1.2.0"
},
"devDependencies": {
"commitizen": "2.9.6",
"cz-conventional-changelog": "2.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"license": "MIT"
}