-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1004 Bytes
/
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
{
"name": "avar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "node_modules/next/dist/bin/next start -p $PORT",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@babylonjs/core": "^5.5.5",
"@babylonjs/gui": "^5.5.5",
"@next-auth/mongodb-adapter": "^1.0.3",
"@nextui-org/react": "^1.0.0-beta.7",
"antd": "^4.20.2",
"axios": "^0.27.2",
"babylonjs": "^5.5.5",
"babylonjs-loaders": "^5.5.5",
"bcrypt": "^5.0.1",
"gltf-webpack-loader": "^1.0.6",
"mongodb": "^4.6.0",
"mongoose": "^6.3.4",
"next": "^12.1.5",
"next-auth": "^4.3.4",
"nodemailer": "^6.7.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"three": "^0.125.0",
"three-gltf-loader": "1.110.0",
"three-orbitcontrols": "2.110.1"
},
"devDependencies": {
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"sass": "^1.51.0"
}
}