mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
ONE-10: cleaned up and added changes necessary to push to dev
This commit is contained in:
27
package.json
27
package.json
@ -11,6 +11,7 @@
|
||||
"@fullcalendar/interaction": "5.10.0",
|
||||
"@fullcalendar/react": "5.10.0",
|
||||
"@fullcalendar/timegrid": "5.10.0",
|
||||
"@kingsrook/qqq-frontend-core": "1.0.1",
|
||||
"@mui/icons-material": "5.4.1",
|
||||
"@mui/material": "5.4.1",
|
||||
"@mui/styled-engine": "5.4.1",
|
||||
@ -29,7 +30,6 @@
|
||||
"flatpickr": "4.6.9",
|
||||
"formik": "2.2.9",
|
||||
"html-react-parser": "1.4.8",
|
||||
"@kingsrook/qqq-frontend-core": "1.0.1",
|
||||
"react": "17.0.2",
|
||||
"react-chartjs-2": "3.0.4",
|
||||
"react-dom": "17.0.2",
|
||||
@ -48,10 +48,12 @@
|
||||
"yup": "0.32.11"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"clean": "rm -rf node_modules package-lock.json",
|
||||
"build": "react-scripts build",
|
||||
"clean": "rm -rf node_modules package-lock-bak.json",
|
||||
"eject": "react-scripts eject",
|
||||
"geff-ham": "rm -rf node_modules/ && rm -rf package-lock-bak.json && npm install --legacy-peer-deps && npm start",
|
||||
"install-legacy-peer-deps": "npm install --legacy-peer-deps",
|
||||
"prepublishOnly": "tsc -p ./ --outDir lib/",
|
||||
"start": "react-scripts start",
|
||||
"test": "react-scripts test"
|
||||
},
|
||||
@ -91,23 +93,12 @@
|
||||
"eslint-plugin-react": "7.28.0",
|
||||
"eslint-plugin-react-hooks": "4.3.0",
|
||||
"prettier": "2.5.1",
|
||||
"rollup": "^2.10.4",
|
||||
"rollup-plugin-copy": "^3.4.0",
|
||||
"rollup-plugin-copy-assets": "^2.0.3",
|
||||
"rollup-plugin-postcss": "^3.1.1",
|
||||
"rollup-plugin-typescript2": "^0.27.1",
|
||||
"typescript": "^4.7.3"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"module": "dist/index.es.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"main": "qqq-frontend-material-dashboard.js",
|
||||
"module": "lib/qqq-frontend-material-dashboard.js",
|
||||
"files": [
|
||||
"dist/**/*"
|
||||
],
|
||||
"react/no-unstable-nested-components": [
|
||||
"off",
|
||||
{
|
||||
"allowAsProps": true
|
||||
}
|
||||
"lib",
|
||||
"package.json"
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user