UNPKG

acui

Version:

** accumulate react ui **

46 lines (45 loc) 1.12 kB
{ "name": "acui", "version": "0.1.0", "description": "** accumulate react ui **", "main": "build/index.js", "scripts": { "build": "webpack --display--error--details", "watch": "webpack --progress --colors --watch", "perpublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/mdchun/AMUI.git" }, "keywords": [ "react", "react-UI", "react-components" ], "author": "madechun", "license": "ISC", "bugs": { "url": "https://github.com/mdchun/AMUI/issues" }, "homepage": "https://github.com/mdchun/AMUI#readme", "devDependencies": { "autoprefixer": "^7.1.1", "babel-preset-stage-0": "^6.24.1", "extract-text-webpack-plugin": "^2.1.2", "webpack": "^2.2.0" }, "dependencies": { "babel-core": "^6.25.0", "babel-loader": "^7.1.1", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "classnames": "^2.2.5", "css-loader": "^0.28.4", "lodash": "^4.17.4", "node-sass": "^4.5.3", "react": "^15.6.1", "sass-loader": "^6.0.6", "style-loader": "^0.18.2" } }