silki
Version:
Cli tool for build react app, based on generator-react-multipage, create-react-app, roadhog. Support react multiple pages app develop.
45 lines (44 loc) • 1.14 kB
JSON
{
"name": "youku-dandelion",
"private": true,
"version": "0.0.1",
"description": "youku-dandelion",
"main": "src/index.js",
"scripts": {
"start": "silk server",
"build": "silk build",
"test": "silk test",
"posttest": "npm run lint",
"lint": "eslint ./src",
"clean": "rimraf build/*",
"push": "node ./scripts/push.js",
"branch": "node ./scripts/branch.js",
"fastpush": "node ./scripts/fastpush.js",
"tag": "node ./scripts/tag.js"
},
"repository": "",
"keywords": [],
"author": "Your name here",
"devDependencies": {
"babel-eslint": "^8.0.2",
"babel-plugin-import": "^1.1.0",
"eslint": "^4.10.0",
"eslint-plugin-react": "^7.4.0",
"shelljs": "^0.7.8",
"simple-git": "^1.70.0"
},
"dependencies": {
"@ali/uniform-react-components": "^0.0.24",
"antd": "^2.13.3",
"fetch-jsonp": "^1.0.5",
"g2": "^2.3.13",
"g2-react": "^1.3.2",
"history": "^4.7.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-loadable": "^5.3.1",
"react-router-dom": "^4.2.2",
"whatwg-fetch": "^2.0.1"
}
}