mirror of
https://github.com/rjNemo/react_template
synced 2026-06-06 13:26:41 +00:00
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "react_template",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@apollo/client": "^3.3.19",
|
|
"@testing-library/jest-dom": "^5.12.0",
|
|
"@testing-library/react": "^11.2.7",
|
|
"@testing-library/user-event": "^13.1.9",
|
|
"graphql": "^15.5.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "^4.0.3",
|
|
"styled-components": "^5.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.15",
|
|
"@types/node": "^14.14.2",
|
|
"@types/react": "^16.9.53",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/react-router-dom": "^5.1.6",
|
|
"@types/styled-components": "^5.1.4",
|
|
"babel-plugin-styled-components": "^1.11.1",
|
|
"serve": "^11.3.2",
|
|
"typescript": "^4.0.3"
|
|
}
|
|
}
|