-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "my blog",
"description": "client dependencies",
"author": "Armen Arsakian contact@arsakian.com",
"dependencies": {
"backbone": "^1.6.0",
"backbone-validation": "^0.11.5",
"browserify": "^17.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-useref": "^3.1.6",
"jquery": "^3.7.1",
"marked-forms": "^5.0.2",
"popper.js": "^1.16.1",
"source-map": "^0.7.4",
"underscore": "1.13.6",
"vinyl-buffer": "^1.0.1",
"watchify": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"babelify": "^10.0.0",
"browser-sync": "^3.0.2",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-flatten": "^0.4.0",
"gulp-if": "^3.0.0",
"gulp-load-plugins": "^2.0.8",
"gulp-terser": "^2.1.0",
"gulplog": "^2.2.0",
"handlebars": "^4.7.8",
"jstify": "^0.2.0",
"workbox-build": "^6.6.0"
},
"overrides": {
"chokidar": "3.5.3",
"glob-parent": "6.0.2",
"lodash": "4.17.21",
"underscore": "1.13.6"
}
}