ketr.photos/client/package.json
James Ketrenos 67808d83fe Docker react app loading.
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2023-01-15 19:50:40 -08:00

40 lines
946 B
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",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"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"
]
}
}