File tree Expand file tree Collapse file tree 4 files changed +797
-23
lines changed
Expand file tree Collapse file tree 4 files changed +797
-23
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 " />
5+ < link
6+ rel ="icon "
7+ type ="image/svg+xml "
8+ href ="/vite.svg "
9+ />
10+ < meta
11+ name ="viewport "
12+ content ="width=device-width, initial-scale=1.0 "
13+ />
14+ < title > Vite + React</ title >
15+ </ head >
16+ < body >
17+ < div id ="root "> </ div >
18+ < script type ="module " src ="/src/main.root.jsx "> </ script >
19+ </ body >
20+ </ html >
Original file line number Diff line number Diff line change 44 "description" : " " ,
55 "main" : " index.js" ,
66 "scripts" : {
7- "dev" : " next dev" ,
8- "build" : " next build" ,
7+ "dev" : " next" ,
8+ "docs" : " next" ,
9+ "docs:build" : " next build" ,
10+ "preview" : " vite" ,
11+ "preview:build" : " vite build" ,
912 "test" : " echo \" Error: no test specified\" && exit 1"
1013 },
1114 "keywords" : [],
2326 "react-dom" : " ^18.2.0" ,
2427 "react-router-dom" : " ^6.22.3" ,
2528 "sort-by" : " ^1.2.0"
29+ },
30+ "devDependencies" : {
31+ "@vitejs/plugin-react" : " ^4.2.1" ,
32+ "vite" : " ^5.2.2"
2633 }
2734}
You can’t perform that action at this time.
0 commit comments