-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
193 lines (193 loc) · 6.45 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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
{
"name": "mex-alpha",
"productName": "Mex Alpha",
"version": "0.16.4-alpha.0",
"description": "Mex it to flex it",
"main": "dist/main.cjs",
"scripts": {
"postinstall": "electron-builder install-app-deps",
"prepare": "husky install",
"lint": "eslint --ext .ts,.tsx .",
"start": "ts-node -O '{\"module\": \"CommonJS\"}' scripts/start.ts",
"precompile:javascript": "ts-node -O '{\"module\": \"CommonJS\"}' scripts/prepare-build.ts && rm -rf out dist",
"compile:javascript": "NODE_OPTIONS=--max-old-space-size=6144 ts-node -O '{\"module\": \"CommonJS\"}' scripts/build.ts",
"compile:electron": "NODE_OPTIONS=--max-old-space-size=6144 electron-builder --config builder.config.js",
"package": "yarn compile:javascript && yarn compile:electron",
"upload:s3": "ts-node -O '{\"module\": \"CommonJS\"}' scripts/upload-s3.ts",
"postpackage": "electron-builder install-app-deps"
},
"keywords": [],
"author": {
"name": "workduck",
"email": "[email protected]"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --cache --fix"
},
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.24.3",
"@iconify/icons-bi": "^1.1.9",
"@iconify/icons-bx": "^1.1.0",
"@iconify/icons-clarity": "^1.1.2",
"@iconify/icons-codicon": "^1.1.15",
"@iconify/icons-fluent": "^1.1.33",
"@iconify/icons-gg": "^1.1.0",
"@iconify/icons-logos": "^1.1.10",
"@iconify/icons-majesticons": "^1.1.3",
"@iconify/icons-ph": "^1.1.3",
"@iconify/icons-radix-icons": "^1.1.2",
"@iconify/icons-ri": "^1.2.1",
"@iconify/icons-simple-icons": "^1.1.36",
"@iconify/react": "^3.1.4",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/compress.js": "^1.1.1",
"@types/flexsearch": "^0.7.2",
"@types/md5": "^2.3.1",
"@types/react": "^18.0.17",
"@types/react-datepicker": "^4.3.4",
"@types/react-dom": "^18.0.6",
"@types/react-modal": "^3.13.1",
"@types/react-select": "^4.0.17",
"@types/reactour": "^1.18.2",
"@types/semver": "^7.3.9",
"@types/stopword": "^1.0.2",
"@types/styled-components": "^5.1.12",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"@vitejs/plugin-react": "^2.0.0",
"@welldone-software/why-did-you-render": "^7.0.1",
"cross-zip": "^4.0.0",
"css-loader": "^6.0.0",
"electron": "^17.1.1",
"electron-builder": "^23.3.3",
"electron-builder-notarize": "^1.5.0",
"electron-devtools-installer": "^3.2.0",
"eslint": "^7.6.0",
"eslint-config-standard": "^16.0.3",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-standard": "^5.0.0",
"husky": "^7.0.1",
"lint-staged": ">=10",
"net": "^1.0.2",
"node-loader": "^2.0.0",
"prettier": "^2.3.2",
"spawndamnit": "^2.0.0",
"style-loader": "^3.0.0",
"ts-loader": "^9.2.2",
"ts-node": "^10.7.0",
"typescript": "^4.5.5",
"vite": "^3.0.4",
"vite-plugin-commonjs-externals": "^0.1.1"
},
"dependencies": {
"@asseinfo/react-kanban": "^2.2.0",
"@atlaskit/tree": "^8.6.0",
"@excalidraw/excalidraw-next": "0.8.0-69b6fbb",
"@floating-ui/react-dom-interactions": "^0.9.3",
"@radix-ui/react-context-menu": "^1.0.0",
"@sentry/electron": "^2.5.4",
"@sentry/integrations": "^7.16.0",
"@testing-library/react": "^12.0.0",
"@types/react-datepicker": "^4.3.4",
"@types/semver": "^7.3.9",
"@types/three": "^0.144.0",
"@udecode/plate": "~16.4.1",
"@udecode/plate-excalidraw": "^8.3.0",
"@udecode/plate-highlight": "~16.3.0",
"@uifabric/styling": "^7.19.0",
"@workduck-io/action-request-helper": "^0.1.8",
"@workduck-io/dwindle": "^0.1.0",
"@workduck-io/flexsearch": "^0.7.22",
"@workduck-io/mex-components": "^0.0.15",
"@workduck-io/mex-utils": "^0.0.5",
"@workduck-io/tinykeys": "1.5.0",
"active-win": "^7.7.2",
"boring-avatars": "^1.5.8",
"chokidar": "^3.5.2",
"chrono-node": "^2.3.8",
"color-scheme": "^1.0.1",
"compress.js": "^1.2.2",
"date-fns": "^2.28.0",
"deepmerge": "^4.2.2",
"downshift": "^6.1.3",
"electron-log": "^4.4.8",
"electron-updater": "^5.2.1",
"fast-deep-equal": "^3.1.3",
"fast-fuzzy": "^1.10.10",
"ffi-napi": "^4.0.3",
"globby": "^12.0.2",
"history": "^5.0.1",
"iconv-lite": "^0.6.3",
"idb-keyval": "^6.1.0",
"jwt-decode": "^3.1.2",
"lottie-react": "^2.2.1",
"match-sorter": "^6.3.0",
"md5": "^2.3.0",
"nanoid": "^3.1.23",
"polished": "^4.1.2",
"project-name-generator": "^2.1.9",
"ramda": "^0.27.1",
"rc-tree": "^4.1.5",
"react": "^18.2.0",
"react-contexify": "^5.0.0",
"react-datepicker": "^4.7.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-force-graph": "^1.41.14",
"react-hook-form": "^7.10.1",
"react-hot-toast": "^2.1.0",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^8.0.2",
"react-merge-refs": "^2.0.1",
"react-modal": "^3.14.2",
"react-oembed-container": "^1.0.0",
"react-remove-scroll": "^2.5.5",
"react-responsive": "^9.0.0-beta.10",
"react-router-dom": "^6.2.1",
"react-select": "^5.3.1",
"react-sortablejs": "^6.0.0",
"react-spring": "^9.2.4",
"react-universal-interface": "^0.6.2",
"react-use-websocket": "^4.2.0",
"react-virtuoso": "^2.11.0",
"react-window": "^1.8.6",
"reactour": "^1.18.6",
"remark-parse": "^9.0.0",
"remark-slate": "^1.8.2",
"robotjs": "^0.6.0",
"run-applescript": "^6.0.0",
"sanitize-html": "^2.7.0",
"semver": "^7.3.5",
"slate": "^0.78.0",
"slate-history": "^0.66.0",
"slate-hyperscript": "^0.77.0",
"slate-react": "^0.79.0",
"sortablejs": "^1.13.0",
"styled-components": "^5.3.3",
"threads": "^1.7.0",
"three": "^0.144.0",
"three-spritetext": "^1.6.5",
"tough-cookie": "^2.3.4",
"tough-cookie-web-storage-store": "^1.0.0",
"unified": "^9.2.1",
"url": "^0.11.0",
"use-debounce": "^7.0.0",
"util": "^0.12.4",
"zustand": "^3.7.2"
},
"resolutions": {
"**/@types/react": "^18.0.21",
"**/@types/react-dom": "^18.0.6",
"**/node-abi": "^3.24.0"
}
}