UNPKG

preact-material-components

Version:
189 lines (188 loc) 6.89 kB
{ "name": "preact-material-components", "version": "1.6.1", "description": "preact wrapper for \"Material Components for the web\"", "module": "index.js", "main": "dist", "scripts": { "build": "npm run compile-ts && npm run transpile && npm run bundle", "compile-ts": "tsc --pretty --listEmittedFiles && tsc --pretty --listEmittedFiles --emitDeclarationOnly --outDir .", "transpile": "babel esm --out-dir . -s", "bundle": "webpack --mode production", "watch": "tsc --pretty --watch & babel esm --out-dir . --watch -s", "babel-watch": "babel esm --out-dir . --watch -s", "ts-watch": "tsc --pretty --watch", "tslint": "tslint -p tsconfig.json", "tslint:fix": "tslint -p tsconfig.json --fix", "prepublishOnly": "npm run build && npm run test", "prettier:fix": "prettier --config ./prettier.config.js {,ts/**/*.tsx} --write", "test": "npm run tslint && npm run build" }, "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": { "@babel/runtime": "^7.0.0-beta.54", "@material/animation": "0.39.0", "@material/auto-init": "0.39.0", "@material/base": "0.39.0", "@material/button": "0.39.3", "@material/card": "0.39.3", "@material/checkbox": "0.39.3", "@material/chips": "0.39.3", "@material/dialog": "0.39.3", "@material/drawer": "0.39.3", "@material/elevation": "0.39.1", "@material/fab": "0.39.3", "@material/form-field": "0.39.3", "@material/grid-list": "0.39.1", "@material/icon-toggle": "0.39.3", "@material/layout-grid": "0.39.0", "@material/line-ripple": "0.39.3", "@material/linear-progress": "0.39.1", "@material/list": "0.39.3", "@material/menu": "0.39.3", "@material/notched-outline": "0.39.1", "@material/radio": "0.39.3", "@material/ripple": "0.39.3", "@material/rtl": "0.39.1", "@material/select": "0.39.3", "@material/selection-control": "0.39.3", "@material/slider": "0.39.1", "@material/snackbar": "0.39.1", "@material/switch": "0.39.3", "@material/tab-bar": "0.39.3", "@material/tabs": "0.39.3", "@material/textfield": "0.39.3", "@material/theme": "0.39.1", "@material/toolbar": "0.39.3", "@material/top-app-bar": "0.39.3", "@material/typography": "0.39.0", "bind-decorator": "^1.0.11", "material-components-web": "0.39.3" }, "peerDependencies": { "preact": "*" }, "devDependencies": { "@babel/cli": "^7.0.0-beta.54", "@babel/core": "^7.3.3", "@babel/plugin-proposal-async-generator-functions": "^7.0.0-beta.54", "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.54", "@babel/plugin-proposal-optional-catch-binding": "^7.0.0-beta.54", "@babel/plugin-proposal-unicode-property-regex": "^7.0.0-beta.54", "@babel/plugin-syntax-async-generators": "^7.0.0-beta.54", "@babel/plugin-syntax-object-rest-spread": "^7.0.0-beta.54", "@babel/plugin-syntax-optional-catch-binding": "^7.0.0-beta.54", "@babel/plugin-transform-arrow-functions": "^7.0.0-beta.54", "@babel/plugin-transform-async-to-generator": "^7.2.0", "@babel/plugin-transform-block-scoped-functions": "^7.0.0-beta.54", "@babel/plugin-transform-block-scoping": "^7.0.0-beta.54", "@babel/plugin-transform-classes": "^7.3.3", "@babel/plugin-transform-computed-properties": "^7.0.0-beta.54", "@babel/plugin-transform-destructuring": "^7.0.0-beta.54", "@babel/plugin-transform-dotall-regex": "^7.0.0-beta.54", "@babel/plugin-transform-duplicate-keys": "^7.0.0-beta.54", "@babel/plugin-transform-exponentiation-operator": "^7.0.0-beta.54", "@babel/plugin-transform-for-of": "^7.0.0-beta.54", "@babel/plugin-transform-function-name": "^7.0.0-beta.54", "@babel/plugin-transform-literals": "^7.0.0-beta.54", "@babel/plugin-transform-modules-amd": "^7.0.0-beta.54", "@babel/plugin-transform-modules-commonjs": "^7.2.0", "@babel/plugin-transform-modules-systemjs": "^7.0.0-beta.54", "@babel/plugin-transform-new-target": "^7.0.0-beta.54", "@babel/plugin-transform-object-super": "^7.0.0-beta.54", "@babel/plugin-transform-parameters": "^7.3.3", "@babel/plugin-transform-runtime": "^7.0.0-beta.56", "@babel/plugin-transform-shorthand-properties": "^7.0.0-beta.54", "@babel/plugin-transform-spread": "^7.0.0-beta.54", "@babel/plugin-transform-template-literals": "^7.0.0-beta.54", "@babel/preset-env": "^7.3.1", "awesome-typescript-loader": "^5.2.0", "babel-eslint": "^10.0.1", "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": "^1.0.0", "cp": "^0.2.0", "eslint": "^5.14.0", "eslint-config-prettier": "^4.0.0", "eslint-plugin-prettier": "^3.0.0", "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", "tslint": "^5.11.0", "tslint-config-prettier": "^1.14.0", "tslint-plugin-prettier": "^2.0.0", "tslint-react": "^3.6.0", "typescript": "^3.0.1", "webpack": "^4.14.0", "webpack-cli": "^3.0.0", "webpack-shell-plugin": "^0.5.0" }, "greenkeeper": { "ignore": [ "@material/animation", "@material/auto-init", "@material/base", "@material/button", "@material/card", "@material/checkbox", "@material/chips", "@material/dialog", "@material/drawer", "@material/elevation", "@material/fab", "@material/form-field", "@material/grid-list", "@material/icon-toggle", "@material/layout-grid", "@material/line-ripple", "@material/linear-progress", "@material/list", "@material/menu", "@material/notched-outline", "@material/radio", "@material/ripple", "@material/rtl", "@material/select", "@material/selection-control", "@material/slider", "@material/snackbar", "@material/switch", "@material/tab-bar", "@material/tabs", "@material/textfield", "@material/theme", "@material/toolbar", "@material/top-app-bar", "@material/typography", "material-components-web" ] } }