-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"name": "spatial-audio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dtelecom/server-sdk-js": "^1.0.13",
"@dtelecom/components-core": "^0.6.17",
"@dtelecom/components-react": "^1.0.30",
"@next/font": "13.1.5",
"@pixi/react": "^7.0.0-alpha.2",
"@pixi/tilemap": "^3.2.2",
"@svgr/webpack": "^6.5.1",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"add": "^2.0.6",
"class-variance-authority": "^0.6.1",
"daisyui": "^2.49.0",
"eslint": "8.32.0",
"eslint-config-next": "13.1.5",
"@dtelecom/livekit-client": "^1.12.13",
"next": "13.1.5",
"pixi.js": "^7.1.1",
"react": "18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-use": "^17.4.0",
"request-ip": "^3.3.0",
"sass": "^1.63.6",
"set-interval-async": "^3.0.3",
"tailwind-merge": "^1.14.0",
"typescript": "4.9.4",
"use-resize-observer": "^9.1.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@types/request-ip": "^0.0.38",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}