deafmissoula-website/client/package.json
2024-09-09 15:22:17 -06:00

44 lines
No EOL
1 KiB
JSON

{
"name": "mcdi-website-client",
"version": "1.0.0",
"private": true,
"homepage": ".",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.10.0",
"styled-components": "^5.3.9",
"framer-motion": "^10.12.4"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/styled-components": "^5.1.26",
"typescript": "^5.0.4",
"react-scripts": "5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false 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"
]
}
}