amis-rpc-design/node_modules/react-minimal-side-navigation/package.json

103 lines
2.8 KiB
JSON
Raw Normal View History

2023-10-07 19:42:30 +08:00
{
"name": "react-minimal-side-navigation",
"version": "1.9.2",
"description": "Minimal side navigation component for React",
"license": "MIT",
"repository": "https://github.com/abhijithvijayan/react-minimal-side-navigation.git",
"author": {
"name": "abhijithvijayan",
"email": "email@abhijithvijayan.in",
"url": "https://abhijithvijayan.in"
},
"engines": {
"node": ">=12.18.3"
},
"main": "lib/index.js",
"types": "lib",
"files": [
"lib",
".github/screenshot.png"
],
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --watch",
"build": "cross-env NODE_ENV=production webpack",
"prepare": "install-peers",
"pack:list": "npm pack && tar -xvzf *.tgz && rm -rf package *.tgz",
"prepublishOnly": "yarn build",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.ts": [
"yarn run lint:fix"
]
},
"keywords": [
"side-navigation",
"react",
"minimal",
"side-nav"
],
"peerDependencies": {
"react": ">=16.8.0",
"tailwindcss": ">=1.9.6"
},
"dependencies": {
"@babel/runtime": "^7.12.1",
"tailwindcss": ">=1.9.6"
},
"devDependencies": {
"@abhijithvijayan/eslint-config": "2.5.6",
"@abhijithvijayan/eslint-config-airbnb": "^1.0.2",
"@abhijithvijayan/tsconfig": "^1.3.0",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-transform-destructuring": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@babel/preset-typescript": "^7.12.1",
"@types/node": "^14.14.6",
"@types/react": "^16.9.55",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"autoprefixer": "^10.0.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.2",
"css-loader": "^5.0.0",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^5.2.1",
"husky": "^4.3.0",
"install-peers-cli": "^2.2.0",
"lint-staged": "^10.5.0",
"mini-css-extract-plugin": "^1.2.1",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss": "^8.1.4",
"postcss-loader": "^4.0.4",
"prettier": "^2.1.2",
"resolve-url-loader": "^3.1.2",
"rimraf": "^3.0.2",
"sass-loader": "^10.0.4",
"ts-loader": "^8.0.7",
"typescript": "^4.0.5",
"webpack": "^5.3.1",
"webpack-cli": "^4.1.0"
}
}