-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 974 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
38
39
40
41
42
43
44
{
"name": "zadanie",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp",
"build": "gulp build",
"lint": "gulp lint"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^7.1.5",
"browser-sync": "^2.18.13",
"cssnano": "^4.0.0-rc.2",
"del": "^3.0.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.7.0",
"gulp": "^3.9.1",
"gulp-cleanhtml": "^1.0.3",
"gulp-eslint": "^4.0.0",
"gulp-imagemin": "^3.4.0",
"gulp-postcss": "^7.0.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.2",
"run-sequence": "^2.2.0"
},
"browserslist": [
"last 2 versions",
"> 1%",
"ie >= 10",
"ie_mob >= 10",
"ff >= 30",
"chrome >= 34",
"safari >= 10",
"opera >= 23",
"ios >= 7",
"android >= 4",
"bb >= 10"
]
}