-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
85 lines (85 loc) · 2.67 KB
/
package.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "weco.io",
"version": "0.1.0",
"private": true,
"dependencies": {
"@draft-js-plugins/anchor": "^4.2.0",
"@draft-js-plugins/buttons": "^4.3.2",
"@draft-js-plugins/editor": "^4.1.3",
"@draft-js-plugins/image": "^4.1.3",
"@draft-js-plugins/linkify": "^4.2.1",
"@draft-js-plugins/mention": "^5.2.1",
"@draft-js-plugins/static-toolbar": "^4.1.3",
"@draft-js-plugins/text-alignment": "^2.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"axios": "^1.3.4",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"d3": "^7.8.2",
"d3-hexbin": "^0.2.2",
"d3-voronoi": "^1.1.4",
"draft-js": "^0.11.7",
"flatpickr": "^4.6.13",
"get-blob-duration": "^1.2.0",
"get-youtube-id": "^1.0.1",
"history": "^5.3.0",
"lodash": "^4.17.21",
"node-process": "^1.0.1",
"overlayscrollbars-react": "^0.5.0",
"parse-duration": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-helmet-async": "^2.0.4",
"react-markdown": "^8.0.6",
"react-router-dom": "^6.9.0",
"recordrtc": "^5.6.2",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"sass": "^1.59.3",
"simple-peer": "^9.11.1",
"socket.io-client": "^4.6.1",
"textures": "^1.2.3",
"universal-cookie": "^4.0.4",
"usehooks-ts": "^3.0.1",
"uuid": "^9.0.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/dom-mediacapture-record": "^1.0.15",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.5",
"@types/overlayscrollbars": "^1.12.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"eslint": "^8.36.0",
"eslint-config-airbnb-typescript-prettier": "^5.0.0",
"prettier": "^2.8.6",
"react-app-rewired": "^2.2.1",
"react-scripts": "^5.0.1",
"typescript": "^4.9.5"
},
"overrides": {
"@svgr/webpack": "^6.5.1"
}
}