Files
Axis_Cam_Tailscale/arm/app/React/package.json
T
2024-06-25 12:24:58 -04:00

49 lines
1.2 KiB
JSON

{
"name": "license",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/styled-components": "^5.1.25",
"axios": "^0.19.2",
"bootstrap": "^4.5.0",
"pepjs": "^0.5.3",
"practical-react-components-core": "^1.3.0",
"practical-react-components-icons": "^1.3.0",
"react": "^18.1.0",
"react-bootstrap": "^1.2.2",
"react-dom": "^18.1.0",
"react-native-web": "^0.17.7",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-transition-group": "^4.4.2",
"react-xml-parser": "^1.1.6",
"semantic-ui-react": "^1.0.0",
"styled-components": "^5.3.5"
},
"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"
]
}
}