-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.json
65 lines (64 loc) · 2.19 KB
/
template.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"package": {
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.21.1",
"emoji-picker-react": "^3.4.8",
"i18next": "^20.3.3",
"i18next-browser-languagedetector": "^6.1.2",
"i18next-http-backend": "^1.2.6",
"peerjs": "^1.3.2",
"react": "^17.0.2",
"react-alert": "^7.0.3",
"react-alert-template-basic": "^1.0.2",
"react-confirm-alert": "^2.7.0",
"react-copy-to-clipboard": "^5.0.3",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-i18next": "^11.11.3",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-speech-recognition": "^3.8.2",
"recoil": "^0.3.1",
"simple-peer": "^9.11.0",
"socket.io-client": "^4.1.3",
"uuid": "^8.3.2",
"visitor-info": "^0.3.1",
"web-vitals": "^1.0.1",
"workbox-background-sync": "^6.1.5",
"workbox-broadcast-update": "^6.1.5",
"workbox-cacheable-response": "^6.1.5",
"workbox-core": "^6.1.5",
"workbox-expiration": "^6.1.5",
"workbox-google-analytics": "^6.1.5",
"workbox-navigation-preload": "^6.1.5",
"workbox-precaching": "^6.1.5",
"workbox-range-requests": "^6.1.5",
"workbox-routing": "^6.1.5",
"workbox-strategies": "^6.1.5",
"workbox-streams": "^6.1.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"messServInit": "cd backends/messages-pictures && yarn install && mkdir images && mv -v .env.example .env ",
"chatVidInit": " cd backends/video-chat && yarn install && mv -v .env.example .env",
"frontInit": " mv -v .env.local.example .env.local",
"startMessServer": "cd backends/messages-pictures && yarn start",
"startVidServer": "cd backends/video-chat && npm run dev",
"initAll": "yarn messServInit && yarn chatVidInit && yarn frontInit",
"dev": "cd backends && cd messages-pictures && npm start && cd .. & npm run startVidServer & npm start"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
}
}