-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
{
"name": "base-2018",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"start": "gulp",
"build": "NODE_ENV=PROD gulp build",
"build:qa": "NODE_ENV=QLT gulp build",
"eslint": "eslint app/assets/js --no-cache"
},
"author": "O Globo",
"license": "ISC",
"devDependencies": {
"archieml": "^0.4.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-register": "^6.26.0",
"babelify": "^7.3.0",
"browser-sync": "^2.9.11",
"browserify": "^14.4.0",
"del": "^3.0.0",
"eslint": "^4.18.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0",
"gulp": "^3.9.1",
"gulp-cache": "^1.0.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^2.2.1",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.3.0",
"gulp-sass": "^2.0.4",
"gulp-sass-variables": "^1.1.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^1.3.0",
"gulp-watch": "^4.3.3",
"pug": "^2.0.0-beta11",
"pug-lint": "^2.5.0",
"run-sequence": "^2.0.0",
"sass-lint": "^1.12.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"axios": "^0.18.0",
"googleapis": "^20.1.0"
}
}