104 lines
2.5 KiB
JSON
104 lines
2.5 KiB
JSON
{
|
|
"name": "smart-energia-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest",
|
|
"prettier",
|
|
"prettier/react"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@date-io/date-fns": "^2.14.0",
|
|
"@emotion/react": "^11.9.0",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@hookform/resolvers": "^2.9.1",
|
|
"@material-ui/core": "^4.12.4",
|
|
"@material-ui/icons": "^4.11.3",
|
|
"@mui/icons-material": "^5.8.2",
|
|
"@mui/material": "^5.6.4",
|
|
"@mui/x-data-grid": "^5.11.0",
|
|
"@mui/x-date-pickers": "^5.0.0-alpha.3",
|
|
"@react-pdf-viewer/core": "^3.5.0",
|
|
"@tinymce/tinymce-react": "^4.1.0",
|
|
"@types/react-csv": "^1.1.2",
|
|
"@types/yup": "^0.29.14",
|
|
"@typescript-eslint/eslint-plugin": "^5.22.0",
|
|
"@typescript-eslint/parser": "^5.22.0",
|
|
"axios": "^0.27.2",
|
|
"chart.js": "^3.7.1",
|
|
"chartjs-plugin-datalabels": "^2.0.0",
|
|
"eslint-plugin-react": "^7.29.4",
|
|
"eslit": "^6.0.0",
|
|
"faker": "5.5.3",
|
|
"fs-extra": "^10.1.0",
|
|
"install": "^0.13.0",
|
|
"next": "12.1.6",
|
|
"nookies": "^2.5.2",
|
|
"notistack": "^2.0.5",
|
|
"npm": "^8.10.0",
|
|
"nprogress": "^0.2.0",
|
|
"patternomaly": "^1.3.2",
|
|
"react": "18.1.0",
|
|
"react-calendar": "^3.7.0",
|
|
"react-chartjs-2": "^4.1.0",
|
|
"react-csv": "^2.2.2",
|
|
"react-dom": "18.1.0",
|
|
"react-hook-form": "^7.32.2",
|
|
"react-icons": "^4.3.1",
|
|
"react-input-mask": "^2.0.4",
|
|
"styled-components": "^5.3.5",
|
|
"tinymce": "^6.0.3",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.17.10",
|
|
"@types/chartjs": "^0.0.31",
|
|
"@types/cookies": "^0.7.7",
|
|
"@types/faker": "5.5.3",
|
|
"@types/node": "^17.0.31",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/react": "^18.0.8",
|
|
"@types/styled-components": "^5.1.25",
|
|
"babel-plugin-styled-components": "^2.0.7",
|
|
"eslint": "8.14.0",
|
|
"eslint-config-next": "12.1.6",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"husky": "^7.0.4",
|
|
"lint-staged": "^12.4.1",
|
|
"prettier": "^2.6.2",
|
|
"typescript": "^4.6.4"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.ts": [
|
|
"eslint",
|
|
"prettier --write"
|
|
],
|
|
"*.tsx": [
|
|
"eslint",
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"optimization": {
|
|
"scripts": true,
|
|
"styles": {
|
|
"minify": false,
|
|
"inlineCritical": false
|
|
},
|
|
"fonts": true
|
|
}
|
|
}
|