forked from geex-arts/django-jet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.09 KB
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
{
"name": "django-jet",
"devDependencies": {
"autoprefixer": "6.4.0",
"browserify": "13.0.1",
"browsernizr": "2.1.0",
"es6-promise": "3.2.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat-css": "2.3.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "6.1.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "4.0.2",
"gulp-shell": "0.5.2",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.4",
"jquery": "^2.1.4",
"jquery-ui": "git://github.com/jquery/jquery-ui.git#1.11.4",
"jquery.cookie": "1.4.1",
"jquery.mousewheel": "3.1.9",
"merge-stream": "1.0.0",
"o-stream": "^0.2.2",
"perfect-scrollbar": "git://github.com/noraesae/perfect-scrollbar#0.6.5",
"postcss-pxtorem": "3.3.1",
"select2": "4.0.0",
"timepicker": "git://github.com/geex-arts/timepicker",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"browser-sync": "^2.26.7",
"cssnano": "^4.1.10",
"gulp-imagemin": "^7.1.0",
"gulp-uglify-es": "^2.0.0",
"pixrem": "^5.0.0"
}
}