add --turbopack incremental bundler to dev script because its wrote in Rust and new

- turbopack doesnt support build yet
* updated deps
This commit is contained in:
rhpidfyre 2025-03-19 03:06:31 -04:00
parent b377405762
commit 37b0048d33

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"dev": "next dev -p 3000 --turbopack",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint"
@ -11,20 +11,20 @@
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.1.10",
"@mui/material": "^6.1.10",
"next": "^15.1.0",
"@mui/icons-material": "^6.4.8",
"@mui/material": "^6.4.8",
"next": "^15.2.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sass": "^1.82.0"
"sass": "^1.86.0"
},
"devDependencies": {
"typescript": "^5.7.2",
"@types/node": "^20.17.9",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"eslint": "^9.16.0",
"typescript": "^5.8.2",
"@types/node": "^20.17.24",
"@types/react": "^19.0.11",
"@types/react-dom": "^19.0.4",
"eslint": "^9.22.0",
"eslint-config-next": "15.1.0",
"@eslint/eslintrc": "^3.2.0"
"@eslint/eslintrc": "^3.3.0"
}
}