@lucyderojas/menu13-next
Version:
<div align="center">
59 lines (58 loc) • 1.57 kB
JSON
{
"name": "@lucyderojas/menu13-next",
"version": "1.0.10",
"private": false,
"main": "dist/index.js",
"keywords": ["next js","nextjs","next","react","menu", "component", "customise"],
"files": [
"README.MD",
"dist"
],
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"eslint-config-next": "^13.1.5",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"peerDependencies": {
"next": "^13.1.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"clean": "rimraf dist",
"compile": "npm run clean && cross-env NODE_ENV=production babel src/components --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,stories.js,__snapshots__",
"compileAndPublish": "npm run compile && npm publish --access=public",
"gitPush": "git add . && git commit -m 'new' && git push"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"cross-env": "^7.0.3"
}
}