File tree Expand file tree Collapse file tree 4 files changed +2450
-440
lines changed Expand file tree Collapse file tree 4 files changed +2450
-440
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " next/core-web-vitals"
3+ }
Original file line number Diff line number Diff line change 55dist-ssr
66* .local
77.env
8+ .next
Original file line number Diff line number Diff line change 77 "node" : " 14.x"
88 },
99 "scripts" : {
10- "dev" : " vite" ,
11- "build" : " tsc && vite build" ,
12- "serve" : " vite preview"
10+ "dev" : " next dev" ,
11+ "build" : " next build" ,
12+ "start" : " next start" ,
13+ "lint" : " next lint"
1314 },
1415 "dependencies" : {
1516 "@material-ui/core" : " ^4.12.3" ,
1617 "@react-firebase/database" : " ^0.3.11" ,
1718 "firebase" : " ^8.9.1" ,
19+ "next" : " ^11.1.2" ,
1820 "react" : " ^17.0.2" ,
1921 "react-dom" : " ^17.0.2" ,
2022 "styled-components" : " ^5.3.1"
2325 "@firebase/app-types" : " ^0.7.0" ,
2426 "@firebase/auth-types" : " ^0.11.0" ,
2527 "@firebase/database-types" : " ^0.9.1" ,
26- "@types/node" : " ^16.10.2 " ,
28+ "@types/node" : " ^16.10.3 " ,
2729 "@types/react" : " ^17.0.27" ,
2830 "@types/react-dom" : " ^17.0.9" ,
29- "@vitejs/plugin-react-refresh" : " ^1.3.1" ,
31+ "eslint" : " 7.32.0" ,
32+ "eslint-config-next" : " 11.1.2" ,
3033 "firebase-tools" : " ^9.19.0" ,
31- "typescript" : " ^4.4.3" ,
32- "vite" : " ^2.6.2" ,
33- "vite-plugin-mpa" : " ^1.1.0" ,
34- "vite-tsconfig-paths" : " ^3.3.14"
34+ "typescript" : " ^4.4.3"
3535 },
3636 "resolutions" : {
3737 "styled-components" : " ^5"
You can’t perform that action at this time.
0 commit comments