-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.49 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
52
53
54
55
56
57
58
59
60
61
{
"name": "singolo",
"version": "1.0.0",
"description": "RSSchool training project",
"main": "gulpfile.js",
"author": "Roman Yakovlev",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^9.7.0",
"beeper": "^2.0.0",
"browser-sync": "^2.26.0",
"del": "^5.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.0",
"gulp-gzip": "^1.4.2",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-posthtml": "^3.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylelint": "^13.0.0",
"gulp-terser": "^1.2.0",
"posthtml-include": "^1.2.0",
"stylelint": "^11.1.1",
"stylelint-config-recess-order": "^2.0.3",
"stylelint-config-standard": "^19.0.0"
},
"scripts": {
"imagemin": "gulp image",
"test": "gulp lint",
"start": "gulp start"
},
"browserslist": [
"> 1%",
"ie >= 8",
"edge >= 15",
"ie_mob >= 10",
"ff >= 45",
"chrome >= 45",
"safari >= 7",
"opera >= 23",
"ios >= 7",
"android >= 4",
"bb >= 10"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tensegrity666/singolo.git"
},
"homepage": "https://github.com/tensegrity666/singolo#readme",
"bugs": {
"url": "https://github.com/tensegrity666/singolo/issues"
},
"dependencies": {}
}