forked from FrontendMatter/material-design-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.26 KB
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
42
43
44
45
46
47
{
"name": "mdk-demo",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "surge --project ./dist",
"serve": "lite-server"
},
"author": "Laza Bogdan <laza.bogdan@macro-net.ro>",
"license": "ISC",
"dependencies": {
"bootstrap": "4.0.0-alpha.2",
"dom-factory": "^1.0.0-alpha.3",
"material-design-kit": "^1.0.0-alpha.6",
"sass-md-colors": "^1.0.0"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"browserify": "^13.0.0",
"del": "^2.2.0",
"fs-resolver": "^1.0.0",
"globby": "^4.0.0",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.0",
"gulp-clean-css": "^2.0.2",
"gulp-front-matter": "^1.3.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-postcss": "^6.1.0",
"gulp-prettify": "^0.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-swig": "^0.8.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"lite-server": "^2.2.0",
"lodash.assign": "^4.0.4",
"pretty-hrtime": "^1.0.2",
"run-sequence": "^1.2.0",
"sass-importer-npm": "^1.0.2",
"surge": "^0.17.7",
"swig-marked": "0.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}