-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.08 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.08 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
42
43
{
"name": "lashkul",
"author": "o.lashkul",
"description": "Web Developer Build",
"repository": {
"type": "git",
"url": "https://github.com/helga1507/Test-form"
},
"version": "1.0.0",
"license": "ISC",
"scripts": {},
"devDependencies": {
"breakpoint-sass": "^2.7.1",
"browser-sync": "~2.18.7",
"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-concat-css": "~2.3.0",
"gulp-css-unit": "^1.2.2",
"gulp-csso": "^3.0.0",
"gulp-eslint": "~3.0.1",
"gulp-load-plugins": "~1.5.0",
"gulp-notify": "~3.0.0",
"gulp-pug": "~3.3.0",
"gulp-rename": "^1.0.1",
"gulp-replace": "~0.5.4",
"gulp-sass": "~3.1.0",
"gulp-sourcemaps": "~2.6.0",
"gulp-svg-sprite": "~1.3.1",
"gulp-svgmin": "~1.2.2",
"gulp.spritesmith": "^6.4.0",
"merge-stream": "^1.0.1",
"css-mqpacker": "^5.0.1",
"gulp-postcss": "^7.0.1"
},
"dependencies": {
"animate.css": "^3.5.2",
"jquery": "~3.2.1",
"normalize.css": "~7.0.0"
}
}