-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 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": "base-package",
"version": "1.0.0",
"description": "base-package",
"main": "gulpfile.js",
"babel": {
"presets": ["es2015"]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "kevin",
"license": "ISC",
"devDependencies": {
"babel": "latest",
"babel-core": "latest",
"babel-loader": "latest",
"babel-plugin-transform-runtime": "latest",
"babel-preset-es2015": "latest",
"css-loader": "latest",
"extract-text-webpack-plugin": "latest",
"file-loader": "latest",
"gulp": "latest",
"gulp-changed": "latest",
"gulp-connect": "latest",
"gulp-plumber": "latest",
"gulp-util": "latest",
"html-loader": "latest",
"html-webpack-plugin": "latest",
"jquery": "^1.12.3",
"node-sass": "latest",
"sass-loader": "latest",
"style-loader": "latest",
"url-loader": "latest",
"webpack": "latest",
"minimist": "latest",
"webpack-zepto": "latest"
},
"dependencies": {
},
"keywords": [
""
]
}