-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.18 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
{
"name": "pastel-inference-client-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@hazae41/sha3.wasm": "^1.0.4",
"antd": "^5.21.6",
"axios": "^1.7.7",
"browser-image-compression": "^2.0.2",
"js-sha3": "^0.9.3",
"jsqr": "^1.4.0",
"next": "14.2.16",
"pako": "^2.1.0",
"pastel-qr-scan": "^1.0.2",
"qrcode.react": "^4.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^11.0.2",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@types/browser-image-compression": "^1.0.13",
"@types/node": "22.8.0",
"@types/pako": "^2.0.3",
"@types/qrcode.react": "^1.0.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-qr-reader": "^2.1.7",
"@types/xterm": "^3.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.16",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}