-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.27 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
{
"name": "twig-bootstrap",
"description": "Simple Twig bootstrap for new web project",
"version": "1.0.2",
"license": "LGPL-3.0-or-later",
"homepage": "https://github.com/joberror/twig-bootstrap",
"email": "[email protected]",
"repository": "github:joberror/twig-bootstrap",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"devDependencies": {
"brand-colors": "^2.1.1",
"browser-sync": "^2.29.3",
"cssnano": "6.0.1",
"family.scss": "^1.0.8",
"fibers": "^5.0.3",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-css-purge": "^3.0.9",
"gulp-image": "^6.3.1",
"gulp-load-plugins": "^2.0.8",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svgmin": "^4.1.0",
"gulp-terser-js": "^5.2.2",
"gulp-watch": "^5.0.1",
"kf-sass": "^1.0.1",
"node-sass": "^9.0.0",
"postcss": "^8.4.31",
"rfs": "^10.0.0",
"sass": "^1.69.0",
"sass-mq": "^6.0.0"
},
"optionalDependencies": {
"fsevents": "^2.3.3"
},
"dependencies": {
"lodash.template": "^4.5.0",
"bl": ">=6.0.7",
"hosted-git-info": ">=6.1.1",
"is-svg": ">=5.0.0",
"xmlhttprequest-ssl": ">=2.1.1"
}
}