forked from geex-arts/django-jet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.03 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
{
"name": "django-jet",
"version": "1.0.0",
"repository": "https://github.com/rhazdon/django-jet",
"author": "Djordje Atlialp <[email protected]>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^9.7.4",
"browserify": "^16.5.0",
"browsernizr": "^2.3.0",
"es6-promise": "^4.2.8",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-cli": "^2.3.0",
"gulp-concat-css": "^3.1.0",
"gulp-postcss": "^8.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-shell": "^0.7.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"jquery": "^1.11.3",
"jquery-ui": "git://github.com/jquery/jquery-ui#1.11.4",
"jquery.cookie": "^1.4.1",
"jquery.mousewheel": "^3.1.9",
"merge-stream": "^2.0.0",
"perfect-scrollbar": "git://github.com/mdbootstrap/perfect-scrollbar#0.7.0",
"postcss-pxtorem": "^4.0.1",
"select2": "4.0.0",
"timepicker": "git://github.com/geex-arts/timepicker",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}