forked from viewflow/django-material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.18 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
{
"name": "django-material",
"private": true,
"scripts": {
"gulp": "gulp"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/register": "^7.0.0",
"@webcomponents/custom-elements": "github:kmmbvnr/custom-elements",
"autoprefixer": "^9.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-constants": "^6.1.4",
"cssnano": "^4.1.0",
"datatables": "^1.10.18",
"datatables.net-fixedheader": "github:kmmbvnr/Dist-DataTables-FixedHeader",
"datatables.net-fixedheader-dt": "^3.1.3",
"datatables.net-responsive": "^2.2.3",
"datatables.net-responsive-dt": "^2.2.3",
"gulp": "^3.9.1",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"gulp-uglify-es": "^1.0.4",
"jquery": "^3.3.1",
"jquery-datetimepicker": "^2.5.20",
"material-design-icons": "^3.0.1",
"materialize-css": "1.0.0",
"merge-stream": "^1.0.1",
"natives": "^1.1.6",
"perfect-scrollbar": "^1.3.0",
"pump": "^1.0.2",
"roboto-npm-webfont": "^1.0.1",
"turbolinks": "^5.1.1"
}
}