-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.16 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "icj-sass-template",
"version": "1.1.0",
"description": "Sass dev template",
"main": "gulpfile.js",
"type": "module",
"keywords": [],
"author": "Christian McDonald",
"license": "ISC",
"eslintIgnore": [
"docs/"
],
"bugs": {
"url": "https://github.com/utdata/icj-sass-template/issues"
},
"homepage": "https://github.com/utdata/icj-sass-template#readme",
"directories": {
"doc": "docs"
},
"dependencies": {
"bootstrap": "^5.3.2",
"jquery": "^3.6.0"
},
"devDependencies": {
"browser-sync": "^2.27.7",
"cssnano": "^6.0.1",
"del": "^7.0.0",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-cache": "^1.1.3",
"gulp-imagemin": "^8.0.0",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-pngquant": "^5.0.1",
"pngquant-bin": "^3.1.1",
"sass": "^1.63.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/utdata/icj-sass-template.git"
}
}