update,
This commit is contained in:
93
tsc1877/task1/project/admin/package.json
Normal file
93
tsc1877/task1/project/admin/package.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"name": "materio-mui-react-nextjs-admin-template-free",
|
||||
"description": "Most Powerful & Comprehensive Free MUI React NextJS Admin Dashboard Template built for developers! 🚀",
|
||||
"license": "MIT",
|
||||
"version": "1.0.0",
|
||||
"author": {
|
||||
"name": "ThemeSelection",
|
||||
"url": "https://themeselection.com/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/themeselection/materio-mui-react-nextjs-admin-template-free/issues"
|
||||
},
|
||||
"private": false,
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/themeselection/materio-mui-react-nextjs-admin-template-free.git"
|
||||
},
|
||||
"homepage": "https://themeselection.com/products/materio-free-mui-react-nextjs-admin-template/",
|
||||
"keywords": [
|
||||
"react",
|
||||
"javascript",
|
||||
"admin",
|
||||
"typescript",
|
||||
"dashboard",
|
||||
"material-design",
|
||||
"nextjs",
|
||||
"material-ui",
|
||||
"admin-dashboard",
|
||||
"free",
|
||||
"mui",
|
||||
"admin-template",
|
||||
"admin-panel",
|
||||
"freebies",
|
||||
"nextjs-template",
|
||||
"react-dashboard",
|
||||
"themeselection"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"export": "next export",
|
||||
"lint": "eslint --fix \"src/**/*.{js,jsx}\"",
|
||||
"format": "prettier --write \"src/**/*.{js,jsx}\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/cache": "^11.6.0",
|
||||
"@emotion/react": "^11.7.0",
|
||||
"@emotion/server": "^11.4.0",
|
||||
"@emotion/styled": "^11.6.0",
|
||||
"@mui/icons-material": "^5.15.14",
|
||||
"@mui/lab": "^5.0.0-alpha.70",
|
||||
"@mui/material": "^5.4.3",
|
||||
"@paypal/react-paypal-js": "^8.2.0",
|
||||
"@popperjs/core": "^2.11.2",
|
||||
"apexcharts-clevision": "3.28.5",
|
||||
"axios": "^1.6.8",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"bcrypt": "^5.1.1",
|
||||
"clsx": "^1.1.1",
|
||||
"crypto": "^1.0.1",
|
||||
"crypto-js": "^4.2.0",
|
||||
"dotenv": "^16.4.5",
|
||||
"eslint-plugin-react": "^7.29.4",
|
||||
"formidable": "^3.5.1",
|
||||
"formik": "^2.4.5",
|
||||
"fs-extra": "^11.2.0",
|
||||
"mdi-material-ui": "^7.1.0",
|
||||
"mysql2": "^3.9.3",
|
||||
"next": "12.0.4",
|
||||
"next-csrf": "^0.2.1",
|
||||
"nprogress": "^0.2.0",
|
||||
"randomatic": "^3.1.1",
|
||||
"react": "17.0.2",
|
||||
"react-apexcharts": "^1.3.9",
|
||||
"react-datepicker": "^4.5.0",
|
||||
"react-dom": "17.0.2",
|
||||
"react-dropzone": "^14.2.3",
|
||||
"react-horizontal-scrolling-menu": "^7.0.0",
|
||||
"react-perfect-scrollbar": "^1.5.8",
|
||||
"react-popper": "^2.2.5",
|
||||
"sequelize": "^6.37.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-next": "12.0.4",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-import-resolver-alias": "^1.1.2",
|
||||
"eslint-import-resolver-typescript": "^2.5.0",
|
||||
"eslint-plugin-import": "^2.25.4",
|
||||
"next-transpile-modules": "^9.0.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user