-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
37 lines (37 loc) · 990 Bytes
/
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
{
"name": "sankalan-2018",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"async": "^2.6.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"chokidar": "^2.0.0",
"eslint": "^4.16.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"fs-extra": "^5.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-hash": "^4.2.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.12.1",
"gulp-uglify": "^3.0.0",
"node-yaml": "^3.1.1",
"pug": "^2.0.0-rc.4"
},
"scripts": {
"build": "NODE_ENV=production ./node_modules/.bin/gulp build",
"build:dev": "./node_modules/.bin/gulp watch",
"build:clean": "./node_modules/.bin/gulp clean"
},
"author": "",
"license": "ISC"
}