forked from babybuddy/babybuddy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1010 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
37
38
{
"name": "babybuddy",
"version": "",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://github.com/babybuddy/babybuddy.git"
},
"devDependencies": {
"bootstrap": "4.6.1",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-flatten": "^0.4.0",
"gulp-fontello": "^0.5.2",
"gulp-remove-sourcemaps": "^1.0.4",
"gulp-sass": "^5.0.0",
"gulp-sass-glob": "^1.1.0",
"gulp-spawn": "^1.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.2",
"jquery": "^3.6.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"plotly.js": "^2.8.0",
"popper.js": "^1.16.1",
"pulltorefreshjs": "^0.1.22",
"pump": "^3.0.0",
"sass": "^1.45.0",
"stylelint": "^14.1.0",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.0.1",
"tempusdominus-bootstrap-4": "5.1.2",
"tempusdominus-core": "5.0.3"
}
}