forked from briancwald/material_admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 951 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
35
36
37
38
{
"name": "material_admin",
"version": "1.0.0",
"description": "Material Design Admin theme",
"main": "gulpfile.js",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-copy": "^0.0.2",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.1.0",
"gulp-refresh": "^1.1.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.3.4",
"gulp-sourcemaps": "^2.6.0",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"materialize-css": "^0.100.2",
"node-sass": "^4.5.3"
},
"scripts": {
"start": "gulp",
"build": "gulp sass",
"gulp": "gulp"
},
"author": "Brian Wald <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"eslint": "^4.4.1",
"gulp-autoprefixer": "^3.1.0",
"sass-web-fonts": "^2.0.2",
"tablesaw": "^3.0.3"
}
}