-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.05 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 3.05 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "webapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@fortawesome/fontawesome-free": "^5.15.3",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/history": "^4.7.9",
"antd": "^4.16.0",
"antd-img-crop": "^3.14.3",
"axios": "^0.21.1",
"commitizen": "^4.2.4",
"corona-info": "^1.1.1",
"crypto": "^1.0.1",
"env-cmd": "^10.1.0",
"framer-motion": "^4.1.17",
"git-cz": "^4.7.6",
"history": "4.10.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"node-sass": "^5.0.0",
"peer": "^0.6.1",
"peerjs": "^1.3.2",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intersection-observer": "^8.32.0",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-timer-hook": "^3.0.4",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"simple-peer": "^9.11.0",
"socket.io-client": "^4.1.2",
"styled-components": "^5.3.0",
"typescript": "^4.1.2",
"uuid": "^8.3.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "CI=false && react-scripts build",
"start:dev": "env-cmd -f .env react-scripts start",
"start:prod": "env-cmd -f .env.production react-scripts start",
"build:production": "CI=false && env-cmd -f .env.production react-scripts build",
"lint": "eslint -c .eslintrc.json src/*.tsx"
},
"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"
]
},
"engines": {
"node": ">=14.16"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.171",
"@types/node": "^16.0.0",
"@types/query-string": "^6.3.0",
"@types/react": "^17.0.13",
"@types/react-dom": "^17.0.8",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/redux-thunk": "^2.1.0",
"@types/simple-peer": "^9.11.0",
"@types/socket.io-client": "^3.0.0",
"@types/styled-components": "^5.1.10",
"@types/uuid": "^8.3.1",
"@types/webrtc": "^0.0.27",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-react": "^1.1.7",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"redux-devtools-extension": "^2.13.9"
}
}