homepage/client/package.json

49 lines
1.0 KiB
JSON
Raw Normal View History

2022-03-20 16:36:58 +01:00
{
"name": "client",
"version": "0.1.0",
2022-03-22 13:31:57 +01:00
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/Navy-gif/homepage.git"
},
2022-03-21 22:41:44 +01:00
"proxy": "http://localhost:4000",
2022-03-20 16:36:58 +01:00
"dependencies": {
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2",
"react-scripts": "5.0.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "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"
]
2022-03-21 22:41:44 +01:00
},
"devDependencies": {
"eslint": "^8.11.0",
"eslint-plugin-react": "^7.29.4"
2022-03-20 16:36:58 +01:00
}
}