UNPKG

material-design-kit

Version:

Interactive web components inspired from Material Design, using vanilla CSS, JavaScript and HTML.

29 lines (28 loc) 1.18 kB
{ "name": "mdk-demo", "scripts": { "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", "serve": "lite-server -c node_modules/theme-mix/bs-config.json ./dist", "deploy": "surge --project ./dist" }, "author": "Laza Bogdan <laza.bogdan@macro-net.ro>", "license": "ISC", "dependencies": { "bootstrap": "^4.5.2", "dom-factory": "^1.0.3", "material-design-kit": "1.0.0-alpha.22", "sass-md-colors": "^1.0.0" }, "devDependencies": { "browser-sync": "^2.26.12", "browser-sync-webpack-plugin": "^2.2.2", "concurrently": "^3.4.0", "cross-env": "^4.0.0", "expose-loader": "^1.0.0", "lite-server": "^2.5.4", "surge": "^0.21.6", "theme-mix": "^1.3.0" } }