-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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": "front-end-starter-kit",
"version": "0.0.1",
"description": "Opinionated front-end starter kit",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itsnwa/front-end-starter-kit.git"
},
"author": "Nichlas Wærnes Andersen",
"license": "MIT",
"bugs": {
"url": "https://github.com/itsnwa/front-end-starter-kit/issues"
},
"homepage": "https://github.com/itsnwa/front-end-starter-kit#readme",
"devDependencies": {
"better-console": "^1.0.1",
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^7.0.0",
"babel-core": "6.26.0",
"babel-preset-env": "1.6.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^4.0.0",
"gulp-markdown": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"postcss-cssnext": "^3.0.2"
},
"dependencies": {
"jquery": "3.2.1",
"clipboard": "^1.7.1",
"normalize.css": "^7.0.0"
}
}