chore: add build configuration file
Showing
modules/.prettierignore
0 → 100644
modules/LiveRoute.js
0 → 100644
modules/react-router/.babelrc
0 → 100755
modules/react-router/.eslintrc
0 → 100755
{ | { | ||
"name": "react-router", | "name": "react-live-route", | ||
"version": "4.3.0-rc.3", | "version": "1.0.0", | ||
"description": "Declarative routing for React", | "description": "A living route for react-router-v4", | ||
"repository": "ReactTraining/react-router", | "repository": "fi3ework/react-live-route", | ||
"license": "MIT", | "license": "MIT", | ||
"authors": [ | "authors": "fi3ework", | ||
"Michael Jackson", | |||
"Ryan Florence" | |||
], | |||
"files": [ | "files": [ | ||
"MemoryRouter.js", | |||
"Prompt.js", | |||
"Redirect.js", | |||
"Route.js", | |||
"Router.js", | |||
"StaticRouter.js", | |||
"Switch.js", | |||
"es", | |||
"index.js", | "index.js", | ||
"generatePath.js", | |||
"matchPath.js", | "matchPath.js", | ||
"withRouter.js", | "LiveRoute.js" | ||
"umd" | |||
], | ], | ||
"main": "index.js", | "main": "index.js", | ||
"module": "es/index.js", | "module": "es/index.js", | ||
"sideEffects": false, | "sideEffects": false, | ||
"scripts": { | "scripts": { | ||
"build": "node ./tools/build.js", | "build": "node ./tools/build.js", | ||
"watch": "babel ./modules -d . --ignore __tests__ --watch", | "watch": "babel ./modules -d . --ignore react-router --watch", | ||
"prepublishOnly": "node ./tools/build.js", | "prepublishOnly": "node ./tools/build.js", | ||
"clean": "git clean -fdX .", | "clean": "git clean -fdX .", | ||
"lint": "eslint modules", | "lint": "eslint modules", | ||
... | @@ -89,6 +76,7 @@ | ... | @@ -89,6 +76,7 @@ |
"route", | "route", | ||
"routing", | "routing", | ||
"history", | "history", | ||
"link" | "link", | ||
"react-live-route" | |||
] | ] | ||
} | } |
Please
register
or
sign in
to comment