-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
30 lines (30 loc) · 840 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
{
"name": "bsbuilder",
"version": "1.0.0",
"description": " builder & optimizer for Bootstrap studio",
"author": {
"name": "Arnaud Bérard (Mist. GraphX)",
"url": "https://www.mister-graphx.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/mistergraphx/BootstrapStudioBuilder"
},
"license": "ISC",
"dependencies": {
"browser-sync": "^2.26.14",
"del": "^6.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-image-resize": "^0.13.0",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^9.0.0",
"postcss": "^8.2.13",
"postcss-calc": "^8.0.0",
"postcss-css-variables": "git+https://github.com/CodyHouse/postcss-css-variables",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^14.0.1",
"postcss-url": "^10.1.3"
}
}