-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.37 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
47
48
49
50
51
{
"name": "ultimate-file-storage",
"version": "1.1",
"private": true,
"scripts": {
"dev": "npx next dev",
"build": "npx next build",
"start": "npx next start",
"lint": "npx next lint"
},
"dependencies": {
"@cyntler/react-doc-viewer": "^1.14.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@ipld/car": "^2.1.0",
"@react-icons/all-files": "^4.1.0",
"@sendgrid/mail": "^8.1.1",
"@types/combined-stream": "^1.0.3",
"@types/node": "20.5.1",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.1.1",
"autoprefixer": "10.4.15",
"browser-readablestream-to-it": "^2.0.4",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"firebase": "^10.2.0",
"ipfs-unixfs-importer": "^15.1.7",
"lstat": "^1.0.0",
"mammoth": "^1.6.0",
"mime-types": "^2.1.35",
"next": "^13.5.4-canary.0",
"node-fetch": "^2.7.0",
"postcss": "^8.4.35",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.2.1",
"react-toastify": "^9.1.3",
"sha256quanvn": "^1.0.2",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"webhook-discord": "^3.7.8"
},
"devDependencies": {
"@types/aos": "^3.0.4",
"@types/crypto-js": "^4.1.1",
"@types/mime-types": "^2.1.4",
"aos": "^2.3.4",
"combined-stream": "^1.0.8",
"node-loader": "^2.0.0"
}
}