-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 977 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": "starwars",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"next": "15.0.1",
"qr-scanner": "^1.4.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"react-peer-chat": "^0.6.7",
"react-qr-code": "^2.0.15",
"react-toastify": "^10.0.6",
"socket.io-client": "^4.8.1",
"utility-kit": "^0.5.0"
},
"devDependencies": {
"@builder.io/partytown": "^0.10.2",
"@serwist/next": "^9.0.9",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "^19.0.0-beta-8a03594-20241020",
"eslint": "9.13.0",
"eslint-config-next": "15.0.1",
"postcss": "^8.4.47",
"serwist": "^9.0.9",
"tailwindcss": "^3.4.14"
},
"trustedDependencies": [
"@tsparticles/engine"
]
}