113 lines
3.4 KiB
JSON
113 lines
3.4 KiB
JSON
{
|
|
"name": "@minimal/material-kit-react",
|
|
"author": "minimals.cc",
|
|
"version": "3.2.0",
|
|
"description": "Simple React Scripts & Typescript",
|
|
"private": true,
|
|
"scripts": {
|
|
"lint": "eslint --ext .ts,.tsx ./src",
|
|
"lint:fix": "eslint --fix --ext .ts,.tsx ./src",
|
|
"start": "vite",
|
|
"build": "vite build --mode production && cp .htaccess build/.htaccess && rm -f -r ../../public/dashboard && cp -r build ../../public/dashboard",
|
|
"serve": "vite preview",
|
|
"clear-all": "rm -rf build node_modules",
|
|
"re-start": "rm -rf build node_modules && yarn install && yarn start",
|
|
"re-build": "rm -rf build node_modules && yarn install && yarn build"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app"
|
|
]
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"@babel/preset-react"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@date-io/date-fns": "^2.14.0",
|
|
"@emotion/cache": "^11.9.3",
|
|
"@emotion/react": "^11.9.3",
|
|
"@emotion/styled": "^11.9.3",
|
|
"@hookform/resolvers": "^2.9.6",
|
|
"@iconify/react": "^3.2.2",
|
|
"@mui/icons-material": "^5.8.4",
|
|
"@mui/lab": "5.0.0-alpha.80",
|
|
"@mui/material": "^5.9.1",
|
|
"@mui/system": "^5.9.1",
|
|
"@mui/x-data-grid": "^5.14.0",
|
|
"@mui/x-date-pickers": "5.0.0-beta.2",
|
|
"@vitejs/plugin-react": "^1.3.2",
|
|
"axios": "^0.27.2",
|
|
"change-case": "^4.1.2",
|
|
"csstype": "^3.1.0",
|
|
"date-fns": "^2.29.1",
|
|
"framer-motion": "^6.5.1",
|
|
"highlight.js": "^11.6.0",
|
|
"history": "^5.3.0",
|
|
"jsx-runtime": "^1.2.0",
|
|
"lodash": "^4.17.21",
|
|
"notistack": "^3.0.0-alpha.7",
|
|
"nprogress": "^0.2.0",
|
|
"numeral": "^2.0.6",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-dropzone": "^14.2.2",
|
|
"react-helmet-async": "^1.3.0",
|
|
"react-hook-form": "^7.33.1",
|
|
"react-intersection-observer": "^8.34.0",
|
|
"react-lazy-load-image-component": "^1.5.5",
|
|
"react-quill": "2.0.0-beta.4",
|
|
"react-router": "^6.3.0",
|
|
"react-router-dom": "^6.3.0",
|
|
"simplebar": "^5.3.8",
|
|
"simplebar-react": "^2.4.1",
|
|
"stylis": "^4.1.1",
|
|
"stylis-plugin-rtl": "^2.1.1",
|
|
"vite": "^2.9.14",
|
|
"vite-plugin-svgr": "^2.2.1",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.9",
|
|
"@babel/eslint-parser": "^7.18.9",
|
|
"@babel/plugin-syntax-flow": "^7.18.6",
|
|
"@babel/plugin-transform-react-jsx": "^7.18.6",
|
|
"@types/lodash": "^4.14.182",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/react": "^17.0.47",
|
|
"@types/react-dom": "^17.0.17",
|
|
"@types/react-lazy-load-image-component": "^1.5.2",
|
|
"@types/stylis": "^4.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
|
"@typescript-eslint/parser": "^5.30.7",
|
|
"eslint": "^8.20.0",
|
|
"eslint-config-airbnb": "19.0.4",
|
|
"eslint-config-airbnb-typescript": "^16.2.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-config-react-app": "7.0.0",
|
|
"eslint-import-resolver-typescript": "^2.7.1",
|
|
"eslint-plugin-flowtype": "^8.0.3",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-jsx-a11y": "6.5.1",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.30.1",
|
|
"eslint-plugin-react-hooks": "4.3.0",
|
|
"prettier": "^2.7.1",
|
|
"typescript": "^4.7.4",
|
|
"vite-plugin-pwa": "^0.12.3"
|
|
}
|
|
}
|