22 "name" : " codenough" ,
33 "version" : " 0.1.0" ,
44 "private" : true ,
5+ "packageManager" : " pnpm@10.30.3" ,
56 "dependencies" : {
6- "@fortawesome/fontawesome-svg-core" : " ^6.5.2 " ,
7- "@fortawesome/free-solid-svg-icons" : " ^6.5.2 " ,
8- "@fortawesome/react-fontawesome" : " ^0 .2.0" ,
9- "bootstrap" : " ^5.3.3 " ,
7+ "@fortawesome/fontawesome-svg-core" : " ^7.2.0 " ,
8+ "@fortawesome/free-solid-svg-icons" : " ^7.2.0 " ,
9+ "@fortawesome/react-fontawesome" : " ^3 .2.0" ,
10+ "bootstrap" : " ^5.3.8 " ,
1011 "matercolors" : " ^2.3.0" ,
1112 "moment" : " ^2.30.1" ,
12- "netlify-identity-widget" : " ^1.9.2 " ,
13+ "netlify-identity-widget" : " ^2.0.3 " ,
1314 "react" : " ^18.3.1" ,
1415 "react-device-detect" : " ^2.2.3" ,
1516 "react-dom" : " ^18.3.1" ,
1617 "react-helmet" : " ^6.1.0" ,
17- "react-router-dom" : " ^6.23.0" ,
18- "react-scripts" : " ^5.0.1" ,
19- "react-signature-pad-wrapper" : " ^3.4.0" ,
20- "react-unity-webgl" : " ^9.5.2" ,
21- "reactstrap" : " ^9.2.2" ,
22- "sass" : " ^1.76.0" ,
23- "short-unique-id" : " ^4.4.4" ,
24- "socket.io-client" : " ^4.7.5"
18+ "react-router-dom" : " ^7.13.1" ,
19+ "react-signature-pad-wrapper" : " ^4.3.2" ,
20+ "react-unity-webgl" : " ^10.1.6" ,
21+ "reactstrap" : " ^9.2.3" ,
22+ "sass" : " ^1.97.3" ,
23+ "short-unique-id" : " ^5.3.2" ,
24+ "socket.io-client" : " ^4.8.3"
2525 },
2626 "scripts" : {
27- "start" : " react-scripts start" ,
28- "dev" : " REACT_APP_LOCAL_RUN=true react-scripts start" ,
29- "build" : " GENERATE_SOURCEMAP=false react-scripts build" ,
30- "test" : " react-scripts test" ,
31- "eject" : " react-scripts eject" ,
27+ "start" : " vite" ,
28+ "dev" : " VITE_LOCAL_RUN=true vite" ,
29+ "build" : " vite build" ,
30+ "preview" : " vite preview" ,
3231 "cypress:open" : " cypress open"
3332 },
34- "eslintConfig" : {
35- "extends" : " react-app"
33+ "devDependencies" : {
34+ "@vitejs/plugin-react" : " ^5.1.4" ,
35+ "cypress" : " ^15.11.0" ,
36+ "vite" : " ^7.3.1"
3637 },
37- "browserslist" : {
38- "production" : [
39- " >0.2%" ,
40- " not dead" ,
41- " not op_mini all"
42- ],
43- "development" : [
44- " last 1 chrome version" ,
45- " last 1 firefox version" ,
46- " last 1 safari version"
38+ "pnpm" : {
39+ "onlyBuiltDependencies" : [
40+ " cypress" ,
41+ " esbuild"
4742 ]
48- },
49- "devDependencies" : {
50- "cypress" : " ^12.17.4"
5143 }
52- }
44+ }
0 commit comments