-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 983 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 983 Bytes
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
{
"name": "frontend",
"version": "0.0.1",
"author": "Eugene Derysh",
"description": "Frontend project.",
"main": "gulpfile.js",
"scripts": {
"postinstall": "bower i",
"build": "gulp",
"start": "gulp watch"
},
"keywords": [
"frontend",
"html",
"css",
"less",
"javascript",
"babel"
],
"license": "ISC",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"bower": "^1.8.2",
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-bower-files-from-html": "^1.0.1",
"gulp-cssmin": "^0.2.0",
"gulp-file-include": "^1.2.0",
"gulp-html-import": "0.0.2",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.3.0",
"gulp-less": "^3.3.2",
"gulp-uglify": "^3.0.0",
"gulp-web-dependencies": "^1.1.2",
"imagemin-pngquant": "^5.0.1",
"less-plugin-autoprefix": "^1.5.1",
"webpack": "^3.6.0"
}
}