UNPKG

ayano-react

Version:
50 lines (49 loc) 1.26 kB
{ "name": "ayano-react", "version": "1.0.2", "description": "react app creator", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "parcel example/index.html --no-cache", "build": "babel src -d dist", "dev": "babel src -d dist -w", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/guoshencheng/ayano" }, "keywords": [ "ayano", "react" ], "author": "Century Guo", "license": "MIT", "dependencies": { "axios": "^0.16.2", "ayano-utils": "^1.0.9", "hoist-non-react-statics": "^2.3.1", "path-to-regexp": "^2.1.0", "prop-types": "^15.6.0", "react-redux": "^5.0.6", "react-router": "^4.2.0", "react-router-dom": "^4.2.2", "react-router-redux": "^5.0.0-alpha.6", "redux": "^3.7.2", "redux-devtools-extension": "^2.13.2" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "^1.6.1", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "node-sass": "^4.7.2", "parcel-bundler": "^1.4.1" }, "peerDependencies": { "react": "^16.2.0", "react-dom": "^16.2.0" } }