hbp-react-ui
Version:
A library of useful user-interface components built with React and MobX
33 lines (32 loc) • 892 B
JSON
{
"name": "test1",
"version": "1.0.0",
"description": "",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-register": "^6.24.0",
"eslint": "^3.18.0",
"eslint-plugin-react": "^6.10.3",
"hbp-react-ui": "^1.0.0",
"mobx": "^3.1.8",
"mobx-react": "^4.1.5",
"mobx-react-devtools": "^4.2.13",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"webpack": "^2.2.1",
"webpack-bundle-tracker": "^0.2.0",
"webpack-dev-server": "^2.4.1"
},
"scripts": {
"build": "babel src --out-dir dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}