@superalaa/superlist
Version:
SuperList Module Helps create your front-end in seconds
74 lines (72 loc) • 1.55 kB
JSON
{
"name": "@superalaa/superlist",
"version": "0.1.5",
"private": false,
"main": "dist/SuperList.js",
"module": "dist/SuperList.js",
"files": [
"dist",
"README.md"
],
"babel": {
"presets": [
"@babel/preset-react"
]
},
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.4.4",
"@mui/material": "^5.4.4",
"@mui/x-data-grid": "^5.6.0",
"axios": "^0.26.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.29.0",
"react-scripts": "5.0.0",
"react-select": "^5.2.2"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/preset-react": "^7.14.5",
"gh-pages": "^3.2.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prod": "rm -rf dist && mkdir dist && babel src/Components -d dist --copy-files",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"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"
]
},
"keywords": [
"SuperList",
"React",
"Customizable",
"Sort",
"Paginate",
"Search",
"Filter",
"Generic"
],
"author": "Alaa Essam"
}