material-ui-chips-group
Version:
material ui chips group
62 lines (61 loc) • 1.48 kB
JSON
{
"name": "material-ui-chips-group",
"description": "material ui chips group",
"keywords": [
"material-ui",
"Chip",
"React"
],
"version": "0.1.12",
"publishConfig": {
"access": "public"
},
"main": "dist/index.js",
"scripts": {
"start": "webpack-dev-server --mode development",
"transpile": "babel src -d dist --copy-files",
"prepublish": "rm -rf dist && npm run transpile"
},
"author": {
"name": "Piyush Bhati",
"email": "piyush.bhati@live.com"
},
"repository": {
"type": "github",
"url": "https://github.com/piyushbhati/material-ui-chips-group"
},
"license": "MIT",
"peerDependencies": {
"react": "^16.3.0",
"@material-ui/core": "^3.0.0",
"@material-ui/icons": "^2.0.0",
"lodash": "^4.0.0"
},
"devDependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"lodash": "^4.17.11",
"@babel/core": "^7.2.2",
"@babel/preset-es2015": "^7.0.0-beta.53",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^2.1.0",
"html-webpack-plugin": "^3.2.0",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.1",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
},
"babel": {
"presets": [
"react",
"env"
]
}
}