forked from openhubgpt/open-access-gpt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (125 loc) · 3.46 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
{
"name": "dega-8",
"version": "0.0.9",
"dependencies": {
"@auth0/auth0-spa-js": "^2.0.4",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@chengsokdara/use-whisper": "^0.2.0",
"@emotion/css": "^11.10.6",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@ffmpeg/core": "^0.11.0",
"@ffmpeg/ffmpeg": "^0.12.10",
"@formatjs/ts-transformer": "^3.13.27",
"@mantine/core": "^7.15.2",
"@mantine/hooks": "^7.15.2",
"@mantine/modals": "^7.15.2",
"@mantine/notifications": "^7.15.2",
"@mantine/spotlight": "^7.15.2",
"@msgpack/msgpack": "^3.0.0-beta2",
"@reduxjs/toolkit": "^1.9.3",
"@svgr/webpack": "^6.5.1",
"@zenfs/core": "^1.6.16",
"@zenfs/dom": "^1.1.0",
"broadcast-channel": "^4.20.2",
"buffer": "^6.0.3",
"concurrently": "^9.1.0",
"csv": "^6.2.8",
"eslint-config-next": "^15.1.3",
"expiry-set": "^1.0.0",
"express": "^4.21.1",
"fake-indexeddb": "^6.0.0",
"file-saver": "^2.0.5",
"fs": "^0.0.1-security",
"idb-keyval": "^6.2.0",
"jshashes": "^1.0.8",
"lib0": "^0.2.73",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"minisearch": "^6.0.1",
"natural": "^6.2.0",
"next": "^15.1.3",
"npm-force-resolutions": "^0.0.10",
"openai": "^3.2.1",
"pako": "^2.1.0",
"papaparse": "^5.4.0",
"path-browserify": "^1.0.1",
"pyodide": "^0.26.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-intl": "^6.8.9",
"react-markdown": "^8.0.5",
"react-redux": "^8.0.5",
"react-syntax-highlighter": "^15.5.0",
"redux-persist": "^6.0.0",
"rehype-katex": "^6.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"sentence-splitter": "^4.2.0",
"slugify": "^1.6.5",
"sort-by": "^0.0.2",
"tabler-icons-react": "^1.56.0",
"typescript": "^5.7.2",
"url": "^0.11.0",
"util": "^0.12.5",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4",
"workerize-loader": "^2.0.2",
"y-indexeddb": "^9.0.9",
"y-protocols": "^1.0.5",
"yjs": "^13.5.50"
},
"resolutions": {
"typescript": "^5.7.2"
},
"overrides": {
"@svgr/webpack": "$@svgr/webpack"
},
"scripts": {
"start": "next dev",
"build": "next build",
"extract": "formatjs extract 'src/**/*.ts*' --ignore='**/*.d.ts' --out-file public/lang/en-us.json --id-interpolation-pattern '[sha512:contenthash:base64:6]'"
},
"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": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@formatjs/cli": "^6.3.15",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/natural": "^5.1.2",
"@types/node": "^16.18.13",
"@types/papaparse": "^5.3.7",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-helmet": "^6.1.6",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/uuid": "^9.0.1",
"babel-plugin-formatjs": "^10.5.30",
"eslint-plugin-formatjs": "^5.2.9",
"http-proxy-middleware": "^2.0.6",
"sass": "^1.58.3",
"typescript": "^5.7.2"
}
}