UNPKG

side-navigation-react

Version:

Easy, responsive & flexible navigational component that compose declaratively with your application.

73 lines (72 loc) 2.24 kB
{ "name": "side-navigation-react", "version": "1.0.1", "description": "Easy, responsive & flexible navigational component that compose declaratively with your application.", "main": "./lib/index.js", "scripts": { "dev": "parcel dev/index.html --open -p 3000 -d dev/dist", "build-docs": "parcel build dev/index.html -d dev/dist", "build": "tsc", "test": "jest", "lint": "eslint src/**/*.{ts,tsx} --cache", "ci": "npm run build && npm run lint && npm run test", "lint:fix": "eslint src/**/*.{ts,tsx} --fix" }, "repository": { "type": "git", "url": "git+https://github.com/Ignitus/Ignitus-sideNavigation.git" }, "keywords": [ "react", "side-navigation", "typescript", "emotion" ], "author": "divyanshu-rawat", "license": "ISC", "types": "./lib/index.d.ts", "bugs": { "url": "https://github.com/Ignitus/Ignitus-sideNavigation/issues" }, "files": [ "lib/**/*" ], "homepage": "https://github.com/Ignitus/Ignitus-sideNavigation#readme", "devDependencies": { "@babel/core": "^7.9.6", "@babel/preset-env": "^7.9.6", "@babel/preset-react": "^7.9.4", "@babel/preset-typescript": "^7.9.0", "@types/jest": "^25.2.1", "@types/react": "^16.9.34", "@types/react-dom": "^16.9.6", "@types/react-router-dom": "^5.1.4", "@types/react-test-renderer": "^16.9.2", "@typescript-eslint/eslint-plugin": "^2.29.0", "@typescript-eslint/parser": "^2.29.0", "babel-jest": "^26.0.1", "codecov": "^3.3.0", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.1.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^2.5.1", "jest": "^26.0.1", "jest-emotion": "^10.0.32", "parcel-bundler": "^1.12.4", "prettier": "^2.0.5", "react-test-renderer": "^16.13.1", "typescript": "^3.8.3" }, "peerDependencies": { "@emotion/core": "^10.0.22", "@emotion/styled": "^10.0.23", "react": "^16.13.1", "react-dom": "^16.13.1", "react-router-dom": "^5.1.2", "@emotion/is-prop-valid": "^0.8.8" } }