-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.37 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
{
"name": "3dify-cloud-native",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"test": "jest",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --check .",
"format-fix": "prettier --write ."
},
"dependencies": {
"@mediapipe/tasks-vision": "^0.10.14",
"3dify-cloud-native": "file:",
"adm-zip": "^0.5.12",
"antd": "^5.16.1",
"antd-style": "^3.6.3",
"aws-sdk": "^2.1605.0",
"canvas": "^2.11.2",
"encoding": "^0.1.13",
"exec": "^0.2.1",
"face-api.js": "^0.22.2",
"next": "14.1.2",
"next-auth": "4.24.8",
"next-swagger-doc": "^0.4.1",
"original-fs": "^1.2.0",
"react": "^18",
"react-dom": "^18",
"react-google-button": "^0.8.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-react": "^5.18.2",
"uuidv4": "^6.2.13"
},
"devDependencies": {
"@types/adm-zip": "^0.5.5",
"@types/mongoose": "^5.11.97",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/swagger-ui-react": "^4.18.3",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.2",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}