react-router-lite
Version:
Similar to `react-router` but leaner.
84 lines (83 loc) • 2.73 kB
JSON
{
"name": "react-router-lite",
"version": "1.6.0",
"author": {
"name": "streamich",
"url": "https://github.com/streamich"
},
"homepage": "https://github.com/streamich/react-router-lite",
"repository": "streamich/react-router-lite",
"license": "Unlicense",
"engines": {
"node": ">=16"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"files": [
"lib/",
"LICENSE"
],
"scripts": {
"prettier": "npx prettier@3.2.5 --write .",
"prettier:check": "npx prettier@3.2.5 --check .",
"lint": "tslint 'src/**/*.{js,jsx,ts,tsx}' -t verbose",
"clean": "npx rimraf@5.0.5 lib es6 es2019 es2020 esm typedocs coverage gh-pages yarn-error.log",
"build": "tsc --project tsconfig.build.json --module commonjs --target es2020 --outDir lib",
"test": "jest --no-cache --config='jest.config.js'",
"release": "semantic-release",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"keywords": [],
"peerDependencies": {
"react": "*",
"tslib": "*"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@chromatic-com/storybook": "^1.4.0",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@semantic-release/changelog": "^3.0.2",
"@semantic-release/git": "^7.0.8",
"@semantic-release/npm": "^5.1.4",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-links": "^8.1.1",
"@storybook/addon-onboarding": "^8.1.1",
"@storybook/addon-webpack5-compiler-swc": "^1.0.2",
"@storybook/blocks": "^8.1.1",
"@storybook/react": "^8.1.1",
"@storybook/react-webpack5": "^8.1.1",
"@storybook/test": "^8.1.1",
"@types/jest": "^29.5.12",
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.3",
"babel-loader": "^8.0.5",
"config-housekeeping": "https://github.com/streamich/housekeeping#3532d2abeac159315ddf403d70517859d079c801",
"fork-ts-checker-webpack-plugin": "^9.0.2",
"history": "^5.3.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use": "^17.5.0",
"rx-use": "^1.8.1",
"rxjs": "^7.8.1",
"semantic-release": "^15.13.3",
"storybook": "^8.1.1",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"tslint": "^6.1.3",
"tslint-config-common": "^1.6.2",
"typescript": "^5.4.5"
},
"config": {
"commitizen": {
"path": "git-cz"
}
}
}