-
Notifications
You must be signed in to change notification settings - Fork 182
/
Copy pathpackage.json
148 lines (148 loc) · 4.85 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "vocechat-web",
"version": "0.8.9",
"homepage": "https://voce.chat",
"dependencies": {
"@metamask/onboarding": "^1.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.15",
"@radix-ui/react-popover": "^1.1.2",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.3.0",
"@svgr/webpack": "^8.1.0",
"@tippyjs/react": "^4.2.6",
"@toast-ui/editor": "^3.2.2",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@toast-ui/react-editor": "^3.2.3",
"@udecode/plate-break": "^33.0.0",
"@udecode/plate-combobox": "^33.0.0",
"@udecode/plate-common": "^33.0.3",
"@udecode/plate-emoji": "^33.0.0",
"@udecode/plate-floating": "^33.0.0",
"@udecode/plate-font": "^33.0.0",
"@udecode/plate-mention": "^33.0.0",
"@udecode/plate-node-id": "^33.0.0",
"@udecode/plate-paragraph": "^33.0.0",
"@udecode/plate-trailing-block": "^33.0.0",
"@uiball/loaders": "^1.3.1",
"agora-rtc-sdk-ng": "^4.22.2",
"broadcast-channel": "^7.0.0",
"browserslist": "^4.24.2",
"clsx": "^2.1.1",
"copy-image-clipboard": "^2.1.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"dayjs": "^1.11.13",
"eslint": "^8.57.0",
"firebase": "^11.0.1",
"framer-motion": "11.11.11",
"fs-extra": "^11.2.0",
"heic2any": "^0.0.4",
"html-webpack-plugin": "^5.6.3",
"i18next": "^23.16.4",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-http-backend": "^2.6.2",
"linkify-plugin-mention": "^4.1.3",
"linkify-react": "^4.1.3",
"linkifyjs": "^4.1.3",
"localforage": "^1.10.0",
"localforage-setitems": "^1.4.0",
"lodash": "^4.17.21",
"masonry-layout": "^4.2.2",
"mini-css-extract-plugin": "^2.9.2",
"prismjs": "^1.29.0",
"qrcode.react": "^4.1.0",
"react": "^18.3.1",
"react-dev-utils": "^12.0.1",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.1",
"react-i18next": "^15.1.0",
"react-redux": "^9.1.2",
"react-refresh": "0.14.2",
"react-router-dom": "^6.28.0",
"react-syntax-highlighter": "^15.6.1",
"react-textarea-autosize": "^8.5.4",
"react-use-wizard": "^2.3.0",
"react-viewport-list": "^7.1.2",
"react-virtuoso": "^4.12.0",
"rooks": "^7.14.1",
"slate": "^0.110.2",
"slate-history": "^0.110.3",
"slate-hyperscript": "^0.100.0",
"slate-react": "0.111.0",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"tailwind-merge": "2.5.4",
"terser-webpack-plugin": "^5.3.10",
"tippy.js": "^6.3.7",
"typescript": "^5.6.3",
"wavesurfer.js": "^7.8.8",
"webpack": "^5.96.1",
"webpack-dev-server": "^4.15.1",
"webpack-manifest-plugin": "^5.0.0",
"workbox-core": "^7.3.0",
"workbox-expiration": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0",
"workbox-webpack-plugin": "^7.3.0"
},
"scripts": {
"start": "REACT_APP_BUILD_TIME=$(date +%s) node scripts/start.js",
"build": "rm -rf build && REACT_APP_BUILD_TIME=$(date +%s) GENERATE_SOURCEMAP=false node scripts/build.js",
"build:release": "rm -rf build && REACT_APP_BUILD_TIME=$(date +%s) REACT_APP_RELEASE=true GENERATE_SOURCEMAP=false node scripts/build.js",
"deploy:demo": "REACT_APP_OFFICIAL_DEMO=true pnpm build && gh-pages -d build",
"postinstall": "patch-package"
},
"browserslist": {
"production": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"babel": {
"presets": [
"react-app"
]
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@types/lodash": "^4.17.13",
"@types/masonry-layout": "^4.2.8",
"@types/node": "^22.9.0",
"@types/react": "18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-helmet": "^6.1.11",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"gh-pages": "^6.2.0",
"md5-file": "^5.0.0",
"patch-package": "^8.0.0",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.14",
"webpack-bundle-analyzer": "^4.10.2"
}
}