package.json (1202B)
1 { 2 "name": "vercelsample", 3 "version": "0.1.0", 4 "private": true, 5 "dependencies": { 6 "@emotion/react": "^11.11.4", 7 "@emotion/styled": "^11.11.5", 8 "@fontsource/noto-sans-jp": "^5.0.19", 9 "@mui/material": "^5.15.16", 10 "@mui/x-date-pickers": "^7.3.2", 11 "@testing-library/jest-dom": "^6.4.5", 12 "@testing-library/react": "^15.0.7", 13 "@testing-library/user-event": "^14.5.2", 14 "@types/jest": "^29.5.12", 15 "@types/node": "^20.12.10", 16 "@types/react": "^18.3.1", 17 "@types/react-dom": "^18.3.0", 18 "dayjs": "^1.11.11", 19 "next": "^14.2.3", 20 "react": "^18.3.1", 21 "react-dom": "^18.3.1", 22 "react-scripts": "^5.0.1", 23 "typescript": "^5.4.5", 24 "web-vitals": "^3.5.2" 25 }, 26 "scripts": { 27 "start": "react-scripts start", 28 "build": "react-scripts build", 29 "test": "react-scripts test", 30 "eject": "react-scripts eject" 31 }, 32 "eslintConfig": { 33 "extends": [ 34 "react-app", 35 "react-app/jest" 36 ] 37 }, 38 "browserslist": { 39 "production": [ 40 ">0.2%", 41 "not dead", 42 "not op_mini all" 43 ], 44 "development": [ 45 "last 1 chrome version", 46 "last 1 firefox version", 47 "last 1 safari version" 48 ] 49 } 50 }