forked from viewflow/django-material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.28 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
{
"name": "django-material",
"private": true,
"scripts": {
"gulp": "gulp"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/register": "^7.16.0",
"@webcomponents/custom-elements": "github:kmmbvnr/custom-elements",
"autoprefixer": "^9.8.8",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-constants": "^6.1.4",
"cssnano": "^4.1.11",
"datatables": "^1.10.18",
"datatables.net-fixedheader": "github:kmmbvnr/Dist-DataTables-FixedHeader",
"datatables.net-fixedheader-dt": "^3.1.8",
"datatables.net-responsive": "^2.2.7",
"datatables.net-responsive-dt": "^2.2.7",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-dart-sass": "^1.0.2",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-uglify": "^3.0.0",
"gulp-uglify-es": "^2.0.0",
"jquery": "^3.6.0",
"jquery-datetimepicker": "^2.5.20",
"material-design-icons-iconfont": "^6.1.1",
"materialize-css": "kmmbvnr/materialize#v1-20191212",
"merge-stream": "^2.0.0",
"natives": "^1.1.6",
"perfect-scrollbar": "^1.5.3",
"pump": "^3.0.0",
"roboto-npm-webfont": "^1.0.1",
"turbolinks": "^5.1.1"
}
}