forked from viewflow/django-material
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 973 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
34
{
"name": "django-material",
"private": true,
"scripts": {
"gulp": "gulp"
},
"devDependencies": {
"autoprefixer": "^7.1.6",
"babel": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-node5": "^12.0.1",
"cssnano": "^3.10.0",
"datatables": "^1.10.13",
"datatables.net-fixedheader": "github:kmmbvnr/Dist-DataTables-FixedHeader",
"datatables.net-fixedheader-dt": "^3.1.2",
"datatables.net-responsive": "^2.1.1",
"datatables.net-responsive-dt": "^2.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^6.4.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"jquery": "^3.2.1",
"jquery-datetimepicker": "^2.5.11",
"material-design-icons": "^3.0.1",
"materialize-css": "1.0.0-alpha.2",
"merge-stream": "^1.0.1",
"perfect-scrollbar": "^1.1.0",
"pump": "^1.0.2",
"roboto-npm-webfont": "^1.0.1",
"turbolinks": "^5.0.3"
}
}