46 lines
1,015 B
JSON
46 lines
1,015 B
JSON
{
|
|
"name": "incident-response-game",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.8.0",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"framer-motion": "^12.23.12",
|
|
"lucide-react": "^0.544.0",
|
|
"react": "^19.1.1",
|
|
"react-dom": "^19.1.1",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.13",
|
|
"@vitejs/plugin-react": "^5.0.2",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.13",
|
|
"vite": "^7.1.5"
|
|
}
|
|
}
|