-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "template",
"version": "1.0.0",
"description": "You can download this template `git clone git@github.com:neat-developer/template.git`.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neat-developer/template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/neat-developer/template/issues"
},
"homepage": "https://github.com/neat-developer/template#readme",
"dependencies": {
"browser-sync": "^2.26.3",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-order": "^1.2.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.1",
"lodash": "^4.17.11",
"sass": "^1.14.2"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"gulp-clean-css": "^3.10.0"
}
}