combination-react-app
Version:
Combine some small apps into a big app for react app
43 lines (42 loc) • 1.16 kB
JSON
{
"name": "combination-react-app",
"version": "1.0.9",
"description": "Combine some small apps into a big app for react app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Impress-semirding/combination-react-app.git"
},
"keywords": [
"Combine",
"react",
"app"
],
"author": "senir",
"license": "ISC",
"bugs": {
"url": "https://github.com/Impress-semirding/combination-react-app/issues"
},
"homepage": "https://github.com/Impress-semirding/combination-react-app#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0"
},
"dependencies": {
"babel-eslint": "^8.2.1"
}
}