This repository has been archived by the owner on Jul 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.83 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
{
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"build-prod": "remix build --sourcemap && sentry-upload-sourcemaps",
"dev": "remix dev",
"start": "remix-serve build",
"typecheck": "tsc"
},
"dependencies": {
"@glideapps/glide-data-grid": "^5.3.0",
"@reach/tabs": "^0.18.0",
"@remix-run/css-bundle": "^1.16.0",
"@remix-run/node": "^1.16.0",
"@remix-run/react": "^1.16.0",
"@remix-run/serve": "^1.16.0",
"@sentry/integrations": "^7.73.0",
"@sentry/remix": "^7.73.0",
"@textea/json-viewer": "^3.0.0",
"@uppy/audio": "^1.1.1",
"@uppy/core": "^3.2.0",
"@uppy/dashboard": "^3.4.0",
"@uppy/drag-drop": "^3.0.2",
"@uppy/file-input": "^3.0.2",
"@uppy/progress-bar": "^3.0.2",
"@uppy/react": "^3.1.2",
"@uppy/tus": "^3.1.0",
"@uppy/webcam": "^3.3.1",
"@uppy/xhr-upload": "^3.2.0",
"firebase-admin": "^11.9.0",
"html-react-parser": "^4.0.0",
"isbot": "^3.6.8",
"marked": "^4.0.10",
"mime-types": "^2.1.35",
"mobile-detect": "^1.4.5",
"nprogress": "^0.2.0",
"puppeteer": "^21.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-select": "^5.7.3",
"react-syntax-highlighter": "^15.5.0",
"redis": "^4.6.6",
"remix": "^1.16.1",
"remix-utils": "^6.3.0",
"use-debounce": "^9.0.4",
"uuid": "^9.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
},
"devDependencies": {
"@remix-run/dev": "^1.16.0",
"@remix-run/eslint-config": "^1.16.0",
"@types/marked": "^4.3.0",
"@types/mime-types": "^2.1.1",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/uuid": "^9.0.1",
"eslint": "^8.38.0",
"prettier": "^3.0.3",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=14"
}
}