UNPKG

preact-material-components

Version:
131 lines (130 loc) 5.08 kB
{ "name": "preact-material-components", "version": "1.5.0", "description": "preact wrapper for \"Material Components for the web\"", "module": "index.js", "main": "dist/index.js", "scripts": { "build": "node ./compileComponents.js && webpack --mode production", "prepublishOnly": "npm run build && npm run test", "prettier:fix": "prettier --config ./prettier.config.js {,**/*.jsx} --write", "test": "npm run build", "sample": "http-server ./sample" }, "repository": { "type": "git", "url": "git+https://github.com/prateekbh/preact-material-components.git" }, "keywords": [ "preact", "preact components", "material components", "material design" ], "author": { "name": "Prateek Bhatnagar", "email": "prateek89born@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/prateekbh/preact-material-components/issues" }, "homepage": "https://github.com/prateekbh/preact-material-components#readme", "dependencies": { "@material/animation": "^0.34.0", "@material/auto-init": "^0.35.0", "@material/base": "^0.35.0", "@material/button": "^0.37.0", "@material/card": "^0.37.0", "@material/checkbox": "^0.37.0", "@material/chips": "^0.37.0", "@material/dialog": "^0.37.0", "@material/drawer": "^0.36.0", "@material/elevation": "^0.36.1", "@material/fab": "^0.37.0", "@material/form-field": "^0.37.0", "@material/grid-list": "^0.36.0", "@material/icon-toggle": "^0.37.0", "@material/layout-grid": "^0.34.0", "@material/line-ripple": "^0.35.0", "@material/linear-progress": "^0.35.0", "@material/list": "^0.37.0", "@material/menu": "^0.36.1", "@material/notched-outline": "^0.35.0", "@material/radio": "^0.37.0", "@material/ripple": "^0.37.0", "@material/rtl": "^0.36.0", "@material/select": "^0.37.0", "@material/selection-control": "^0.37.0", "@material/slider": "^0.36.0", "@material/snackbar": "^0.36.0", "@material/switch": "^0.36.0", "@material/tabs": "^0.37.0", "@material/textfield": "^0.37.0", "@material/theme": "^0.35.0", "@material/toolbar": "^0.37.0", "@material/top-app-bar": "^0.37.0", "@material/typography": "^0.35.0", "material-components-web": "^0.37.0" }, "peerDependencies": { "preact": "*" }, "devDependencies": { "@babel/core": "^7.0.0-beta.42", "@babel/plugin-proposal-async-generator-functions": "^7.0.0-beta.42", "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.42", "@babel/plugin-proposal-optional-catch-binding": "^7.0.0-beta.42", "@babel/plugin-proposal-unicode-property-regex": "^7.0.0-beta.42", "@babel/plugin-syntax-async-generators": "^7.0.0-beta.42", "@babel/plugin-syntax-object-rest-spread": "^7.0.0-beta.42", "@babel/plugin-syntax-optional-catch-binding": "^7.0.0-beta.42", "@babel/plugin-transform-arrow-functions": "^7.0.0-beta.42", "@babel/plugin-transform-async-to-generator": "^7.0.0-beta.42", "@babel/plugin-transform-block-scoped-functions": "^7.0.0-beta.42", "@babel/plugin-transform-block-scoping": "^7.0.0-beta.42", "@babel/plugin-transform-classes": "^7.0.0-beta.42", "@babel/plugin-transform-computed-properties": "^7.0.0-beta.42", "@babel/plugin-transform-destructuring": "^7.0.0-beta.42", "@babel/plugin-transform-dotall-regex": "^7.0.0-beta.42", "@babel/plugin-transform-duplicate-keys": "^7.0.0-beta.42", "@babel/plugin-transform-exponentiation-operator": "^7.0.0-beta.42", "@babel/plugin-transform-for-of": "^7.0.0-beta.42", "@babel/plugin-transform-function-name": "^7.0.0-beta.42", "@babel/plugin-transform-literals": "^7.0.0-beta.42", "@babel/plugin-transform-modules-amd": "^7.0.0-beta.42", "@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.42", "@babel/plugin-transform-modules-systemjs": "^7.0.0-beta.42", "@babel/plugin-transform-new-target": "^7.0.0-beta.42", "@babel/plugin-transform-object-super": "^7.0.0-beta.42", "@babel/plugin-transform-parameters": "^7.0.0-beta.42", "@babel/plugin-transform-shorthand-properties": "^7.0.0-beta.42", "@babel/plugin-transform-spread": "^7.0.0-beta.42", "@babel/plugin-transform-template-literals": "^7.0.0-beta.42", "@babel/preset-env": "^7.0.0-beta.42", "babel-eslint": "^8.0.3", "babel-loader": "^8.0.0-beta.2", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.7.0", "chai": "^4.1.2", "clean-webpack-plugin": "^0.1.17", "cp": "^0.2.0", "eslint": "^5.0.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-prettier": "^2.6.1", "eslint-plugin-react": "^7.5.1", "glob-copy": "^0.1.0", "http-server": "^0.11.0", "lint-staged": "^7.2.0", "mkdirp": "^0.5.1", "mocha": "^5.0.1", "pixelmatch": "^4.0.2", "pngjs": "^3.3.2", "preact": "^8.2.7", "prettier": "^1.13.7", "puppeteer": "^1.5.0", "webpack": "^4.14.0", "webpack-cli": "^3.0.0", "webpack-shell-plugin": "^0.5.0" } }