70 lines
2.1 KiB
JSON
70 lines
2.1 KiB
JSON
{
|
|
"name": "abonent_terminal_application",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@ionic-native/media-capture": "^5.36.0",
|
|
"@ionic/react": "^7.0.0",
|
|
"@ionic/react-router": "^7.0.0",
|
|
"@testing-library/jest-dom": "^5.11.9",
|
|
"@testing-library/react": "^13.3.0",
|
|
"@testing-library/user-event": "^12.6.3",
|
|
"@types/ip": "^1.1.3",
|
|
"@types/jest": "^26.0.20",
|
|
"@types/node": "^12.20.55",
|
|
"@types/react": "^18.0.17",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/react-router": "^5.1.11",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"history": "^4.9.0",
|
|
"ionicons": "^7.0.0",
|
|
"ip": "^2.0.1",
|
|
"os": "^0.1.2",
|
|
"os-browserify": "^0.3.0",
|
|
"peerjs": "^1.5.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "^5.0.0",
|
|
"socket.io-client": "^4.8.0",
|
|
"typescript": "^4.1.3",
|
|
"web-vitals": "^0.2.4",
|
|
"workbox-background-sync": "^5.1.4",
|
|
"workbox-broadcast-update": "^5.1.4",
|
|
"workbox-cacheable-response": "^5.1.4",
|
|
"workbox-core": "^5.1.4",
|
|
"workbox-expiration": "^5.1.4",
|
|
"workbox-google-analytics": "^5.1.4",
|
|
"workbox-navigation-preload": "^5.1.4",
|
|
"workbox-precaching": "^5.1.4",
|
|
"workbox-range-requests": "^5.1.4",
|
|
"workbox-routing": "^5.1.4",
|
|
"workbox-strategies": "^5.1.4",
|
|
"workbox-streams": "^5.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/uuid": "^10.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
"@typescript-eslint/parser": "^5.59.2",
|
|
"eslint": "^8.35.0",
|
|
"eslint-plugin-react": "^7.32.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --transformIgnorePatterns 'node_modules/(?!(@ionic/react|@ionic/react-router|@ionic/core|@stencil/core|ionicons)/)'",
|
|
"eject": "react-scripts eject",
|
|
"lint": "eslint --ext .ts,.tsx src"
|
|
},
|
|
"browserslist": [
|
|
"Chrome >=79",
|
|
"ChromeAndroid >=79",
|
|
"Firefox >=70",
|
|
"Edge >=79",
|
|
"Safari >=14",
|
|
"iOS >=14"
|
|
],
|
|
"description": "An Ionic project"
|
|
}
|