-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.41 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
{
"name": "gooey-gui",
"version": "0.4.0",
"sideEffects": false,
"scripts": {
"build": "remix build",
"build-prod": "remix build --sourcemap && sentry-upload-sourcemaps",
"dev": "remix dev",
"start": "remix-serve build",
"typecheck": "tsc",
"prepack": "npm run build"
},
"bin": {
"gooey-gui-serve": "scripts/gooey-gui-serve.js"
},
"files": [
"build",
"public"
],
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lint": "^6.8.1",
"@glideapps/glide-data-grid": "^5.3.0",
"@reach/tabs": "^0.18.0",
"@remix-run/css-bundle": "^1.19.3",
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@remix-run/serve": "^1.19.3",
"@sentry/integrations": "^7.73.0",
"@sentry/remix": "^7.73.0",
"@textea/json-viewer": "^3.0.0",
"@tippyjs/react": "^4.2.6",
"@uiw/codemirror-theme-dracula": "^4.23.0",
"@uiw/react-codemirror": "^4.23.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/url": "^3.5.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",
"jshint": "^2.13.6",
"marked": "^4.0.10",
"mime-types": "^2.1.35",
"mobile-detect": "^1.4.5",
"nprogress": "^0.2.0",
"plotly.js": "^2.27.1",
"puppeteer": "^22.14.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-plotly.js": "^2.6.0",
"react-select": "^5.7.3",
"react-syntax-highlighter": "^15.5.0",
"redis": "^4.6.6",
"remix": "^1.19.3",
"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.19.3",
"@remix-run/eslint-config": "^1.19.3",
"@types/eslint": "^8.56.10",
"@types/jshint": "^2.12.4",
"@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/react-plotly.js": "^2.6.3",
"@types/uuid": "^9.0.1",
"eslint": "^8.38.0",
"prettier": "^3.0.3",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=14"
}
}