ketr.photos/client/package.json
James Ketrenos 743d7cc5ea React is now working
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2023-01-16 14:35:09 -08:00

45 lines
1.1 KiB
JSON

{
"name": "ketr-photos",
"version": "0.1.0",
"private": true,
"port": 3000,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.4",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "export $(cat .env | xargs) ; react-scripts start",
"build": "export $(cat .env | xargs) ; react-scripts build",
"test": "export $(cat .env | xargs) ; react-scripts test",
"eject": "export $(cat .env | xargs) ; 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"
]
}
}