-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 870 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
{
"name": "babylonjs-viewer",
"version": "0.4.0",
"private": true,
"author": "Brandon Scott",
"license": "Apache-2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"build-export": "next build && next export",
"start": "next build && next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@babylonjs/core": "^6.0.0",
"@babylonjs/gui": "^6.0.0",
"@babylonjs/loaders": "^6.0.0",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.10",
"babylonjs-hook": "^0.1.1",
"heroicons": "^2.0.17",
"next": "^13.3.1",
"next-compose-plugins": "^2.2.1",
"react": "^18.2.0",
"react-babylonjs": "^3.1.16",
"react-dom": "^18.2.0"
},
"devDependencies": {
"eslint": "^8.39.0",
"eslint-config-next": "^13.1.1",
"eslint-plugin-next": "^0.0.0"
}
}