corda-checkers/webapp/package.json

43 lines
909 B
JSON
Raw Normal View History

2023-08-13 15:31:47 +02:00
{
"name": "webapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"fsevents": "^2.3.3",
2023-08-13 15:31:47 +02:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.16.0",
"react-scripts": "^5.0.1",
"web-vitals": "^3.5.0"
2023-08-13 15:31:47 +02:00
},
2023-12-01 22:32:51 +01:00
"optionalDependencies": {
"fsevents": "^2.x.x"
},
2023-08-13 15:31:47 +02:00
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:8081",
2023-08-13 15:31:47 +02:00
"eslintConfig": {
"extends": [
2023-12-01 22:32:51 +01:00
"react-app"
2023-08-13 15:31:47 +02:00
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 firefox version",
"last 1 chrome version"
2023-08-13 15:31:47 +02:00
]
}
}