-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "cloudbreeze",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.7.9",
"megajs": "1.3.5",
"next": "^15.1.6",
"peerjs": "^1.5.4",
"qr-scanner": "^1.4.2",
"react": "^19.0.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-qr-code": "^2.0.15",
"react-remarkify": "^0.2.0",
"react-text-to-speech": "^1.2.3",
"react-textarea-autosize": "^8.5.7",
"react-toastify": "^11.0.3",
"react-top-loading-bar": "^3.0.2",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.0",
"streamsaver": "^2.0.6",
"unzipit": "^1.4.3",
"utility-kit": "0.5.0"
},
"devDependencies": {
"@builder.io/partytown": "^0.10.3",
"@serwist/next": "^9.0.11",
"@tailwindcss/postcss": "^4.0.4",
"@tailwindcss/typography": "^0.5.16",
"eslint": "^9",
"eslint-config-next": "^15.1.6",
"postcss": "^8.5.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"serwist": "^9.0.11",
"tailwindcss": "^4.0.4"
}
}