-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.01 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.01 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "scatola-magica",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^6.1.0",
"@tsparticles/engine": "^3.9.1",
"@tsparticles/preset-firefly": "^3.2.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.9.1",
"@types/adm-zip": "^0.5.7",
"@types/archiver": "^7.0.0",
"@types/prismjs": "^1.26.5",
"@types/react-syntax-highlighter": "^15.5.13",
"adm-zip": "^0.5.16",
"archiver": "^7.0.1",
"babel-plugin-react-compiler": "^1.0.0",
"bcryptjs": "^3.0.3",
"bittorrent-dht": "^11.0.11",
"bittorrent-protocol": "^4.1.21",
"bittorrent-tracker": "^11.2.2",
"idb-keyval": "^6.2.1",
"jose": "^6.1.2",
"lang-detector": "^1.0.6",
"lottie-react": "^2.4.1",
"next": "^15.5.9",
"next-pwa": "^5.6.0",
"openpgp": "^6.2.2",
"papaparse": "^5.5.3",
"parse-torrent": "^11.0.19",
"prismjs": "^1.30.0",
"proper-lockfile": "^4.1.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-file-icon": "^1.6.0",
"react-markdown": "^10.1.0",
"react-simple-code-editor": "^0.14.1",
"react-syntax-highlighter": "^16.1.0",
"remark-gfm": "^4.0.1",
"ut_metadata": "^4.0.3",
"ut_pex": "^4.0.4",
"utp-native": "^2.5.3",
"webtorrent": "^2.8.5"
},
"devDependencies": {
"@types/bcryptjs": "^3.0.0",
"@types/bittorrent-protocol": "^3.1.7",
"@types/node": "^22.10.2",
"@types/papaparse": "^5.5.1",
"@types/parse-torrent": "^5.8.8",
"@types/proper-lockfile": "^4.1.4",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/react-file-icon": "^1.0.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.3",
"minimatch": "^10.1.1",
"postcss": "^8.4.49",
"prisma": "^6.1.0",
"tailwind-material-colors": "^3.0.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}