-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 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
{
"name": "ai-worker-js",
"version": "0.0.2",
"private": true,
"license": "MIT",
"author": "Iskandar Reza",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write --no-semi --single-quote \"**/*.{js,md}\"",
"build:workers": "webpack --mode production"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.3",
"@redux-devtools/extension": "^3.2.5",
"comlink": "^4.4.1",
"eslint": "^8.40.0",
"eslint-config-next": "13.4.2",
"next": "13.4.2",
"next-redux-wrapper": "^8.1.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-json-view": "^1.21.3",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2"
},
"overrides": {
"react-json-view": {
"react": "$react",
"react-dom": "$react-dom"
}
},
"devDependencies": {
"@babel/core": "^7.21.8",
"babel-loader": "^9.1.2",
"dotenv-webpack": "^8.0.1",
"gpt-tok": "^0.0.1",
"loopgpt-js": "^0.0.1389",
"path-browserify": "^1.0.1",
"prettier": "^2.8.8",
"pyodide": "^0.23.2",
"typescript": "^5.0.4",
"uuid": "^9.0.0",
"vector-storage": "^1.0.55",
"webpack": "^5.82.1",
"webpack-cli": "^5.1.1"
}
}