UNPKG

material-design-kit

Version:

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

53 lines (52 loc) 1.61 kB
{ "name": "material-design-kit", "version": "2.2.1", "description": "Interactive web components inspired from Material Design, using vanilla CSS, JavaScript and HTML.", "scripts": { "build": "rollup -c --environment BUILD:production", "watch": "rollup -c --watch" }, "main": "dist/material-design-kit.common.js", "browser": "dist/material-design-kit.js", "module": "dist/material-design-kit.esm.js", "author": "FrontendMatter <contact@frontendmatter.com> (http://www.frontendmatter.com)", "license": "ISC", "dependencies": { "dom-factory": "^1.0.3", "watch-object": "^1.1.2" }, "devDependencies": { "@babel/core": "^7.11.6", "@babel/plugin-transform-runtime": "^7.11.5", "@babel/preset-env": "^7.11.5", "@rollup/plugin-alias": "^3.1.1", "@rollup/plugin-babel": "^5.2.1", "@rollup/plugin-commonjs": "^15.1.0", "@rollup/plugin-node-resolve": "^9.0.0", "autoprefixer": "^9.8.6", "core-js": "^3.6.5", "cross-env": "^5.2.0", "node-sass": "^4.11.0", "postcss-rtl": "^1.7.3", "rollup": "^2.28.2", "rollup-plugin-peer-deps-external": "^2.2.0", "rollup-plugin-scss": "^2.6.0", "rollup-plugin-terser": "^7.0.2" }, "keywords": [ "material-design", "material", "design", "html", "css", "javascript" ], "repository": { "type": "git", "url": "git+https://github.com/FrontendMatter/material-design-kit.git" }, "bugs": { "url": "https://github.com/FrontendMatter/material-design-kit/issues" }, "homepage": "https://github.com/FrontendMatter/material-design-kit#readme" }