forked from babybuddy/babybuddy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "babybuddy",
"version": "",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "https://github.com/babybuddy/babybuddy.git"
},
"devDependencies": {
"@ronilaukkarinen/gulp-stylelint": "^14.0.6",
"bootstrap": "^4.6.2",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-all": "^1.1.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-flatten": "^0.4.0",
"gulp-fontello": "^0.5.2",
"gulp-minify": "^3.1.0",
"gulp-remove-sourcemaps": "^1.0.4",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-spawn": "^1.0.0",
"gulp-uglify": "^3.0.2",
"jquery": "^3.6.1",
"moment": "^2.29.4",
"moment-timezone": "^0.5.38",
"npm-force-resolutions": "^0.0.10",
"plotly.js": "^2.16.1",
"popper.js": "^1.16.1",
"pulltorefreshjs": "^0.1.22",
"sass": "^1.56.0",
"stylelint": "^14.14.1",
"stylelint-config-recommended-scss": "^8.0.0",
"stylelint-order": "^5.0.0",
"stylelint-scss": "^4.3.0",
"tempusdominus-bootstrap-4": "5.39.2",
"tempusdominus-core": "5.19.3"
}
}