-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 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
44
{
"name": "project",
"version": "1.0.0",
"description": "site layout from design",
"main": "index.html",
"scripts": {
"reinstall": "gulp removeDist | gulp clearCache | npx rimraf ./node_modules | npm install"
},
"author": "k:Yaha",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^9.8.0",
"browser-sync": "^2.26.7",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"favicons": "^6.1.0",
"gulp": "^4.0.2",
"gulp-cache": "^1.1.3",
"gulp-htmlmin": "^5.0.1",
"gulp-iconfont": "^10.0.3",
"gulp-iconfont-css": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-real-favicon": "^0.3.2",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-ttf2woff": "^1.1.1",
"gulp-ttf2woff2": "^3.0.0",
"gulp-uglify-es": "^2.0.0",
"gulp-zip": "^5.0.1",
"merge-stream": "^2.0.0",
"node-sass": "^4.14.0",
"postcss-flexbugs-fixes": "^4.2.1"
},
"dependencies": {
"bootstrap": "^4.5.0"
},
"browserslist": [
"last 10 version",
"> 1%",
"IE 10"
]
}