react-cursor/package.json

48 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
2025-08-04 23:58:00 +08:00
"@types/jest": "^30.0.0",
"@types/node": "^24.2.0",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
2025-08-05 00:17:52 +08:00
"framer-motion": "^12.23.12",
"react": "^19.1.1",
2025-08-05 00:17:52 +08:00
"react-confetti": "^6.4.0",
"react-dom": "^19.1.1",
"react-scripts": "5.0.1",
2025-08-05 00:17:52 +08:00
"recharts": "^3.1.0",
2025-08-04 23:58:00 +08:00
"typescript": "^5.9.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}