silki
Version:
Cli tool for build react app, based on generator-react-multipage, create-react-app, roadhog. Support react multiple pages app develop.
36 lines (35 loc) • 1.15 kB
JSON
{
"name": "youku-mod-template",
"private": true,
"version": "0.0.1",
"description": "youku-mod-template - Generated by generator-react-multipage",
"main": "src/index.js",
"scripts": {
"start": "silk server -m",
"test": "silk test",
"posttest": "npm run lint",
"build": "silk buildMod && copyfiles -u 1 ./src/mock/mock.js ./build",
"lint": "eslint ./src",
"clean": "rimraf build/*",
"release:major": "npm version major && npm publish && git push --follow-tags",
"release:minor": "npm version minor && npm publish && git push --follow-tags",
"release:patch": "npm version patch && npm publish && git push --follow-tags",
"fastpush": "npm run build && git add . && git commit -m 'build' && git push origin daily/1.0.0"
},
"repository": "",
"keywords": [],
"author": "Your name here",
"devDependencies": {
"copyfiles": "^1.2.0",
"babel-eslint": "^8.0.2",
"eslint": "^4.10.0",
"eslint-plugin-react": "^7.4.0"
},
"dependencies": {
"@ali/yk-base": "~0.0.19",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"whatwg-fetch": "^2.0.1",
"fetch-jsonp": "^1.0.5"
}
}