folding-side-menu
Version:
Side menu that expand on mouse over.
59 lines (58 loc) • 1.46 kB
JSON
{
"name": "folding-side-menu",
"version": "1.1.9",
"description": "Side menu that expand on mouse over.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "jest",
"publish": "npm publish"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "jsdom"
},
"author": "Gabriel Míguez Míguez",
"license": "ISC",
"devDependencies": {
"@material-ui/icons": "^4.10.0",
"@testing-library/jest-dom": "^5.11.4",
"@types/jest": "^26.0.13",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-react": "^7.20.6",
"jest": "^26.4.2",
"rollup": "^2.26.11",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-typescript2": "^0.27.2",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/styles": "^4.10.0",
"@testing-library/react": "^11.0.4",
"@types/node": "^14.10.1",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"keywords": [
"react",
"materiao-ui",
"typescript",
"menu",
"side-menu",
"folding",
"expand",
"mui",
"react-router-dom"
]
}