-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 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
39
40
41
{
"name": "chajka",
"version": "0.6.1",
"description": "website chajka",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Maryna Hapon",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.18.12",
"del": "^3.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-cheerio": "^0.6.2",
"gulp-concat": "^2.6.1",
"gulp-csscomb": "^3.0.8",
"gulp-csso": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.0.0",
"gulp-pug": "^3.3.0",
"gulp-replace": "^0.6.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-stylus": "^2.6.0",
"gulp-svg-sprite": "^1.3.7",
"gulp-svgmin": "^1.2.4",
"gulp-tinypng": "^1.0.2",
"gulp-uglifyjs": "^0.6.2",
"phantomjs": "^2.1.7"
},
"dependencies": {
"bootstrap": "^4.0.0-beta",
"flickity": "^2.0.9",
"menuspy": "^1.1.2",
"normalize.css": "^7.0.0",
"popper.js": "^1.12.3",
"svg4everybody": "^2.1.8"
}
}