oio
Version:
A UI component kit for React
74 lines (73 loc) • 1.92 kB
JSON
{
"name": "oio",
"version": "1.9.1",
"main": "dist/index.js",
"description": "A UI component kit for React",
"scripts": {
"build": "rm -rf dist && webpack --config config/webpack.config.js && gulp",
"demo": "npm run dev",
"dev": "node server.js",
"lint": "git diff HEAD --name-only --diff-filter=ACM | grep '.js$' | xargs node ./node_modules/eslint/bin/eslint.js --quiet",
"lint-full": "node ./node_modules/eslint/bin/eslint.js .",
"precommit": "npm run lint",
"postmerge": "npm install",
"postreceive": "npm install",
"postrewrite": "npm install"
},
"files": [
"dist/index.js",
"dist/styles.css"
],
"repository": {
"type": "git",
"url": "https://github.com/mother/oio.git"
},
"keywords": [
"react",
"reactjs",
"component",
"components",
"kit",
"UI",
"material"
],
"author": "Mother Co.",
"license": "MIT",
"bugs": {
"url": "https://github.com/mother/oio/issues"
},
"homepage": "https://github.com/mother/oio",
"dependencies": {
"blob": "0.0.4",
"classnames": "2.2.5",
"form-data": "2.1.2",
"moment": "2.18.1",
"react-files": "2.4.3",
"react-router-dom": "4.2.2"
},
"devDependencies": {
"babel-core": "6.20.0",
"babel-loader": "6.2.10",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"css-loader": "0.25.0",
"eslint-config-mother": "latest",
"express": "4.16.2",
"gulp": "3.9.1",
"gulp-concat": "2.6.0",
"gulp-less": "3.1.0",
"husky": "0.13.2",
"jsdom": "9.4.2",
"less": "2.7.1",
"less-loader": "2.2.3",
"prop-types": "15.6.0",
"react": "16.2.0",
"react-dom": "16.2.0",
"resolve-url-loader": "1.6.0",
"style-loader": "0.13.1",
"webpack": "2.2.1",
"webpack-dev-middleware": "2.0.4",
"webpack-hot-middleware": "2.21.0"
}
}