Update package.json
parent
ae223fca27
commit
05af0c6ab0
28
package.json
28
package.json
|
|
@ -16,27 +16,27 @@
|
||||||
"@mantine/hooks": "^7.1.3",
|
"@mantine/hooks": "^7.1.3",
|
||||||
"@tabler/icons-react": "^2.39.0",
|
"@tabler/icons-react": "^2.39.0",
|
||||||
"@types/moment-precise-range-plugin": "^0.2.2",
|
"@types/moment-precise-range-plugin": "^0.2.2",
|
||||||
"chart.js": "^4.4.0",
|
"chart.js": "^3.7.0",
|
||||||
"chartjs-adapter-moment": "^1.0.1",
|
"chartjs-adapter-moment": "^2.1.0",
|
||||||
"moment": "^2.29.4",
|
"moment": "^2.29.4",
|
||||||
"moment-precise-range-plugin": "^1.3.0",
|
"moment-precise-range-plugin": "^1.3.0",
|
||||||
"next": "13.5.4",
|
"next": "^13.6.0",
|
||||||
"react": "^18",
|
"react": "^18.0.0",
|
||||||
"react-chartjs-2": "^5.2.0",
|
"react-chartjs-2": "^3.0.3",
|
||||||
"react-dom": "^18"
|
"react-dom": "^18.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@cloudflare/next-on-pages": "^1.8.5",
|
"@cloudflare/next-on-pages": "^1.8.5",
|
||||||
"@types/node": "^20",
|
"@types/node": "^20.0.0",
|
||||||
"@types/react": "^18",
|
"@types/react": "^18.0.0",
|
||||||
"@types/react-dom": "^18",
|
"@types/react-dom": "^18.0.0",
|
||||||
"eslint": "^8",
|
"eslint": "^8.4.1",
|
||||||
"eslint-config-next": "13.5.4",
|
"eslint-config-next": "^13.5.4",
|
||||||
"postcss": "^8.4.31",
|
"postcss": "^8.4.31",
|
||||||
"postcss-preset-mantine": "^1.8.0",
|
"postcss-preset-mantine": "^1.8.0",
|
||||||
"postcss-simple-vars": "^7.0.1",
|
"postcss-simple-vars": "^7.0.1",
|
||||||
"prettier": "3.0.3",
|
"prettier": "^3.0.3",
|
||||||
"typescript": "^5",
|
"typescript": "^4.6.3",
|
||||||
"wrangler": "^3.13.1"
|
"wrangler": "^1.19.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue