73 lines
2.1 KiB
JSON
73 lines
2.1 KiB
JSON
{
|
|
"name": "picture-gallery-client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"proxy": "http://localhost:3001",
|
|
"dependencies": {
|
|
"@emotion/react": "11.9.0",
|
|
"@emotion/styled": "11.8.1",
|
|
"@mui/icons-material": "5.6.0",
|
|
"@mui/lab": "5.0.0-alpha.76",
|
|
"@mui/material": "5.6.0",
|
|
"@types/jest": "27.4.1",
|
|
"@types/node": "16.11.26",
|
|
"@types/react": "18.0.0",
|
|
"@types/react-dom": "18.0.0",
|
|
"eslint": "8.21.0",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-import-resolver-typescript": "3.4.0",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"eslint-plugin-jsx-a11y": "6.6.1",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"eslint-plugin-react": "7.30.1",
|
|
"eslint-plugin-react-hooks": "4.4.0",
|
|
"react": "18.0.0",
|
|
"react-dom": "18.0.0",
|
|
"react-photo-album": "1.12.0",
|
|
"react-router-dom": "6.3.0",
|
|
"react-scripts": "5.0.0",
|
|
"react-inject-env": "2.1.0",
|
|
"typescript": "4.6.3",
|
|
"web-vitals": "2.1.4",
|
|
"yet-another-react-lightbox": "1.14.0"
|
|
},
|
|
"scripts": {
|
|
"format": "prettier --write \"**/*.+(ts|tsx)\"",
|
|
"format:check": "prettier --check \"**/*.+(ts|tsx)\"",
|
|
"lint": "eslint src/**",
|
|
"lint:fix": "eslint --fix src/**",
|
|
"client:build": "react-scripts build && npm run set-environment",
|
|
"client:eject": "react-scripts eject",
|
|
"client:run": "npm run client:build && npm run client:start",
|
|
"client:start": "react-scripts start",
|
|
"client:test": "react-scripts test",
|
|
"set-environment": "npx react-inject-env set"
|
|
},
|
|
"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": {
|
|
"@testing-library/jest-dom": "5.16.5",
|
|
"@testing-library/react": "13.3.0",
|
|
"@testing-library/user-event": "14.4.2",
|
|
"@typescript-eslint/eslint-plugin": "5.32.0",
|
|
"@typescript-eslint/parser": "5.32.0",
|
|
"prettier": "2.7.1"
|
|
}
|
|
}
|