UNPKG

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.52 kB
{ "name": "react-webpack-multipage-template", "private": false, "version": "1.0.0", "description": "react webpack multipage template", "main": "", "scripts": { "start": "silk server", "test": "silk test", "posttest": "npm run lint", "build": "silk 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": "https://github.com/shaozj/react-webpack-multipage-template", "keywords": [ "react", "webpack", "multipage", "template" ], "author": "澜嵚<zhenjiang.szj@alibaba-inc.com>, 冰浠<bingxi@alibaba-inc.com>", "devDependencies": { "babel-plugin-import": "^1.1.0", "eslint": "^4.10.0", "babel-eslint": "^8.0.2", "eslint-plugin-react": "^6.0.0" }, "dependencies": { "antd": "^2.8.1", "classnames": "^2.2.5", "react": "^16.0.0", "react-dom": "^16.0.0", "whatwg-fetch": "^2.0.1", "fetch-jsonp": "^1.0.5", "@ali/uniform-react-components": "^0.0.19" }, "_from": "react-webpack-multipage-template@0.1.0", "_resolved": "http://registry.npm.alibaba-inc.com/react-webpack-multipage-template/download/react-webpack-multipage-template-0.1.0.tgz" }