-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
137 lines (137 loc) · 3.94 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
{
"name": "filen-drive",
"version": "1.0.1",
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.3.6",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-css": "^6.0.1",
"@codemirror/lang-html": "^6.1.3",
"@codemirror/lang-java": "^6.0.1",
"@codemirror/lang-javascript": "^6.1.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.0.3",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-python": "^6.0.4",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/lang-sql": "^6.3.2",
"@codemirror/lang-wast": "^6.0.1",
"@codemirror/lang-xml": "^6.0.1",
"@codemirror/language": "^6.3.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@sentry/react": "^7.16.0",
"@sentry/tracing": "^7.16.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@transcend-io/conflux": "^4.0.2",
"@types/heic-convert": "^1.2.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.11.41",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@uiw/codemirror-theme-github": "^4.12.4",
"@uiw/codemirror-theme-okaidia": "^4.12.4",
"@uiw/codemirror-theme-sublime": "^4.12.4",
"@uiw/codemirror-theme-xcode": "^4.12.4",
"@uiw/codemirror-themes": "^4.12.4",
"@uiw/react-codemirror": "^4.12.4",
"await-semaphore": "^0.1.3",
"axios": "^0.27.2",
"axios-retry": "^3.3.1",
"browser-image-compression": "^2.0.0",
"comlink": "^4.3.1",
"cors": "^2.8.5",
"crypto-api-v1": "^1.0.0",
"crypto-js": "^4.1.1",
"framer-motion": "^6.4.2",
"heic-convert": "^1.2.4",
"helmet": "^6.0.0",
"idb-keyval": "^6.2.0",
"js-cookie": "^3.0.1",
"js-md2": "^0.2.2",
"js-md4": "^0.3.2",
"js-md5": "^0.7.3",
"js-sha1": "^0.6.0",
"js-sha256": "^0.9.0",
"js-sha512": "^0.8.0",
"mime-types": "^2.1.35",
"react": "^18.2.0",
"react-contexify": "^5.0.0",
"react-dom": "^18.2.0",
"react-fast-compare": "^3.2.0",
"react-helmet-async": "^1.3.0",
"react-icons": "^4.4.0",
"react-qr-code": "^2.0.8",
"react-router-dom": "^6.3.0",
"react-use": "^17.4.0",
"react-virtualized": "^9.22.3",
"socket.io": "^2.5.0",
"socket.io-client": "^2.5.0",
"streamsaver": "^2.0.6",
"striptags": "^3.2.0",
"typescript": "^4.7.4",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "PORT=3003 react-app-rewired --max_old_space_size=8192 start",
"dev": "PORT=3003 react-app-rewired --max_old_space_size=8192 start",
"win-dev": "set PORT=3003 && react-app-rewired --max_old_space_size=8192 start",
"build": "react-app-rewired --max_old_space_size=8192 build",
"test": "react-app-rewired --max_old_space_size=8192 test",
"eject": "react-app-rewired eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/js-cookie": "^3.0.2",
"@types/js-md5": "^0.4.3",
"@types/mime-types": "^2.1.1",
"@types/path-browserify": "^1.0.0",
"@types/react-helmet": "^6.1.5",
"@types/react-virtualized": "^9.21.21",
"@types/socket.io": "^3.0.2",
"@types/socket.io-client": "^3.0.0",
"@types/streamsaver": "^2.0.1",
"@types/styled-components": "^5.1.25",
"@types/uuid": "^8.3.4",
"assert": "^2.0.0",
"browserify-fs": "^1.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"comlink-loader": "^2.0.0",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"react-scripts": "^5.0.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0",
"webpack": "^5.74.0",
"worker-loader": "^3.0.8",
"worker-plugin": "^5.0.1"
},
"config-overrides-path": "react-app-rewired.config.js"
}