forked from juniorguru/junior.guru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 902 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
{
"name": "juniorguru",
"engines": {
"node": "14.x"
},
"dependencies": {
"bootstrap-icons": "1.6.1",
"instant.page": "3.0.0",
"rough-notation": "0.5.1"
},
"devDependencies": {
"bootstrap": "5.1.3",
"broken-link-checker-local": "0.2.1",
"del": "6.0.0",
"gulp": "4.0.2",
"gulp-changed": "4.0.3",
"gulp-concat": "2.6.1",
"gulp-connect": "5.7.0",
"gulp-csso": "4.0.1",
"gulp-dart-sass": "1.0.2",
"gulp-if": "3.0.0",
"gulp-imagemin": "7.1.0",
"gulp-images-resizer": "0.0.8",
"gulp-purgecss": "4.0.3",
"gulp-rename": "2.0.0",
"gulp-sourcemaps": "3.0.0",
"imagemin-cli": "7.0.0",
"pageres": "6.2.3",
"pageres-cli": "6.0.0",
"rollup": "2.58.1",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-terser": "7.0.2",
"stylelint": "13.13.1",
"stylelint-config-twbs-bootstrap": "2.2.4"
}
}