-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 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": "seg-img",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postinstall": "node postinstall.js",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@types/node": "18.15.11",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"ali-oss": "^6.17.1",
"autoprefixer": "10.4.14",
"axios": "^1.3.6",
"crypto-js": "^4.1.1",
"daisyui": "^2.51.6",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"koa": "^2.14.2",
"koa-router": "^12.0.0",
"next": "^13.3.0",
"next-connect": "^0.13.0",
"npyjs": "^0.4.0",
"onnxruntime-web": "^1.14.0",
"postcss": "8.4.22",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.1",
"typescript": "5.0.4",
"underscore": "^1.13.6",
"uuid": "^9.0.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.35.0",
"@types/crypto-js": "^4.1.1",
"@types/underscore": "^1.11.4",
"@types/uuid": "^9.0.1",
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "^5.5.1"
}
}