-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.02 KB
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": "elfri.info",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./node_modules/gulp/bin/gulp.js dev",
"images": "node ./node_modules/gulp/bin/gulp.js images"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"concurrent-transform": "^1.0.0",
"core-js": "^2.5.7",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-babel-minify": "^0.4.3",
"gulp-better-rollup": "^3.3.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-ext-replace": "^0.3.0",
"gulp-image-resize": "^0.13.0",
"gulp-imagemin": "^4.1.0",
"gulp-nunjucks-render": "^2.2.2",
"gulp-serve": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-sqip": "^0.1.1",
"imagemin-mozjpeg": "^7.0.0",
"rollup-plugin-babel": "^4.0.3"
},
"dependencies": {
"custom-event-polyfill": "^1.0.6"
}
}