hallbarUtvecklingVT7/package.json

44 lines
982 B
JSON
Raw Normal View History

2020-11-16 17:46:12 +01:00
{
"name": "vt7",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.1.2",
"@testing-library/user-event": "^12.2.2",
"axios": "^0.21.0",
2020-11-16 17:46:12 +01:00
"react": "^17.0.1",
2020-11-27 11:41:20 +01:00
"react-axios": "^2.0.3",
2020-11-16 17:46:12 +01:00
"react-dom": "^17.0.1",
"react-native-push-notification": "^6.1.3",
2020-11-27 11:41:20 +01:00
"react-push-notification": "^1.3.0",
2020-11-20 16:27:14 +01:00
"react-router-dom": "^5.2.0",
2020-11-16 17:46:12 +01:00
"react-scripts": "4.0.0",
"web-vitals": "^0.2.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"
]
}
}