-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 953 Bytes
/
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
{
"name": "agency",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",
"autoprefixer": "^10.4.7",
"browser-sync": "^2.27.10",
"cssnano": "^5.1.11",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "7.1.0",
"gulp-nunjucks": "^5.1.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-postcss": "^9.0.1",
"gulp-pretty-html": "^2.0.10",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^5.0.0",
"postcss": "^8.4.14",
"sass": "^1.52.3",
"terser": "^5.14.1"
},
"dependencies": {}
}