-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.4 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.4 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "ambr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"vercel-build": "prisma generate && prisma migrate deploy && next build",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/anatomy": "^2.1.1",
"@chakra-ui/icons": "^2.0.4",
"@chakra-ui/react": "^2.1.2",
"@chakra-ui/styled-system": "^2.9.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@prisma/client": "^4.11.0",
"@sentry/integrations": "^7.2.0",
"@sentry/node": "^7.2.0",
"@sentry/tracing": "^7.2.0",
"@stripe/react-stripe-js": "^2.0.0",
"@stripe/stripe-js": "^1.49.0",
"@vercel/node": "^2.9.6",
"backblaze-b2": "^1.7.0",
"chunk-store-stream": "^4.3.0",
"crypto-js": "^4.1.1",
"debug": "^4.3.4",
"dotenv": "^16.0.1",
"ethers": "5.7.2",
"events": "^3.3.0",
"fflate": "^0.7.3",
"formik": "^2.2.9",
"framer-motion": "^6.3.10",
"fs": "^0.0.1-security",
"fs-access-chunk-store": "^1.1.0",
"gray-matter": "^4.0.3",
"idb": "^7.0.2",
"idb-chunk-store": "^1.0.1",
"magic-sdk": "^13.4.0",
"memory-chunk-store": "^1.3.5",
"micro": "^10.0.1",
"mime": "^3.0.0",
"multistream": "^4.1.0",
"next": "^12.1.6",
"nft.storage": "^7.0.0",
"nodemailer": "^6.9.1",
"parse-torrent": "^9.1.5",
"path": "^0.12.7",
"percentile": "^1.6.0",
"pretty-bytes": "^6.0.0",
"pump": "^3.0.0",
"qrcode.react": "^3.1.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-dropzone": "^14.2.1",
"react-icons": "^4.4.0",
"react-markdown": "^8.0.7",
"react-youtube": "^10.1.0",
"readable-stream-node-to-web": "^1.0.1",
"readable-web-to-node-stream": "^3.0.2",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"replace-string": "^4.0.0",
"socket.io": "^4.5.1",
"stripe": "^11.14.0",
"webtorrent": "^1.9.7",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.40",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"ambrkeys": "^0.0.1",
"create-torrent": "^5.0.2",
"drag-drop": "^7.2.0",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"pify": "^6.0.0",
"prisma": "^4.10.1",
"range-parser": "^1.2.1",
"re-emitter": "^1.1.4",
"simple-sha1": "^3.1.0",
"throttleit": "^1.0.0",
"typescript": "4.7.3"
}
}