@allenai/varnish-react-router
Version:
An extension to Varnish for applications that use React Router.
74 lines (73 loc) • 2.32 kB
JSON
{
"name": "@allenai/varnish-react-router",
"version": "3.0.13",
"author": "reviz@allenai.org",
"description": "An extension to Varnish for applications that use React Router.",
"title": "varnish-react-router",
"main": "components/index.js",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "yarn clean && eslint '**/*.{ts,tsx,json}' && echo 'Lint complete.'",
"lint:fix": "eslint '**/*.{ts,tsx}' --fix && echo 'Lint --fix complete.'",
"build": "tsc -p tsconfig.json && tsc -p tsconfig.bundle.json && cp ./LICENSE ./dist",
"clean": "find . -type f -path './components/*' \\( -name '*.js' -or -name '*.jsx' -or -name '*.d.ts' \\) -delete & rm -r ./dist",
"prepublishOnly": "yarn build"
},
"keywords": [
"varnish",
"react-router",
"component",
"components",
"frontend",
"react",
"react-component",
"ui"
],
"repository": {
"type": "git",
"url": "https://github.com/allenai/varnish"
},
"license": "Apache-2.0",
"devDependencies": {
"@allenai/eslint-config-varnish": "^1.1.0",
"@allenai/varnish": "^3.0.12",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.24",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"antd": "^4.19.3",
"css-loader": "^4.2.1",
"eslint": "^7.8.1",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-standard": "^5.0.0",
"prettier": "^2.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-router-dom": "^5.3.3",
"style-loader": "^1.2.1",
"styled-components": "^5.3.5",
"ts-loader": "^8.0.2",
"typescript": "^4.6.3"
},
"peerDependencies": {
"@allenai/varnish": "^3.0.11",
"react": ">=17.0.2",
"react-dom": ">=17.0.2",
"react-router-dom": "^5.3.3",
"styled-components": "^5.3.5"
},
"gitHead": "2519ce6db833e601bae374a45af3a3ea0eb0a8c0"
}