-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 925 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
{
"name": "starwars",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.7.1",
"next": "15.1.3",
"qr-scanner": "^1.4.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"react-peer-chat": "^0.8.0",
"react-qr-code": "^2.0.15",
"react-toastify": "^11.0.2",
"socket.io-client": "^4.8.1",
"utility-kit": "^0.5.0"
},
"devDependencies": {
"@builder.io/partytown": "^0.10.3",
"@serwist/next": "^9.0.11",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
"eslint": "9.17.0",
"eslint-config-next": "15.1.3",
"postcss": "^8.4.49",
"serwist": "^9.0.11",
"tailwindcss": "^3.4.17"
}
}