-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 888 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 888 Bytes
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
{
"name": "testing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.2.5",
"bootstrap": "^3.3.4",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^7.1.0",
"gulp-pngquant": "^1.0.13",
"gulp-postcss": "^9.0.0",
"gulp-replace-image-src": "^1.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.0.1",
"imagemin-giflossy": "^5.1.10",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-zopfli": "^7.0.0",
"jquery": "^3.6.0",
"merge-stream": "^2.0.0",
"postcss": "^8.2.9"
},
"dependencies": {
"browser-sync": "^2.26.14",
"gulp-newer": "^1.4.0",
"gulp-sass": "^4.1.0"
}
}