-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 885 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
{
"name": "django-jet-calm",
"devDependencies": {
"autoprefixer": "10.4.8",
"browserify": "17.0.0",
"browsernizr": "2.3.0",
"es6-promise": "4.2.8",
"gulp": "^4.0.2",
"gulp-clean-css": "4.3.0",
"gulp-concat-css": "3.1.0",
"gulp-postcss": "9.0.1",
"gulp-replace": "1.1.3",
"gulp-sass": "5.1.0",
"gulp-shell": "0.5.2",
"gulp-sourcemaps": "3.0.0",
"gulp-uglify": "3.0.2",
"jquery": "3.6.4",
"jquery-ui": "1.13.2",
"jquery.mousewheel": "3.1.9",
"js-cookie": "3.0.5",
"merge-stream": "2.0.0",
"node-sass": "^7.0.1",
"perfect-scrollbar": "git+https://github.com/aksharahegde/perfect-scrollbar.git#0.8.1",
"postcss": "^8.1.0",
"postcss-pxtorem": "6.0.0",
"select2": "4.0.13",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0"
},
"dependencies": {
"dompurify": "^3.2.3"
}
}