-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "leafpub",
"version": "1.2.0-beta7",
"private": true,
"devDependencies": {
"del": "^2.2.1",
"fs-extra": "^0.30.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.0.12",
"gulp-help": "^1.6.1",
"gulp-imagemin": "^3.0.2",
"gulp-jshint": "^2.0.1",
"gulp-notify": "^2.2.0",
"gulp-preprocess": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.5.4",
"gulp-watch": "^4.3.9",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"path": "^0.12.7"
},
"dependencies": {
"@claviska/jquery-alertable": "^1.0.2",
"@claviska/jquery-offscreen": "^1.0.1",
"@claviska/jquery-selectable": "^1.0.3",
"bootstrap": "^4.0.0",
"font-awesome": "^4.6.3",
"gridstack": "^0.2.6",
"jquery": "^3.1.0",
"jquery-ui": "^1.12.1",
"js-cookie": "^2.1.2",
"lodash": "^4.14.1",
"nanobar": "^0.4.2",
"popper.js": "^1.14.1",
"selectize": "^0.12.2",
"showdown": "^1.4.2",
"slugify": "^1.1.0",
"sortablejs": "^1.4.2",
"tether": "^1.3.2",
"velocity-animate": "^1.2.3"
}
}