-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 1.66 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 1.66 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
{
"author": "Alphka",
"name": "flash-upload-server",
"version": "4.3.1",
"description": "A website to archive Quality documents",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"vercel": "node bin/vercel && pnpm run build"
},
"dependencies": {
"accepts": "^1.3.8",
"axios": "^1.7.2",
"browserslist": "^4.23.2",
"browserslist-useragent": "^4.0.0",
"busboy": "^1.6.0",
"mime": "^4.0.4",
"mongodb": "^6.8.0",
"mongoose": "^8.5.1",
"next": "~14.2.5",
"nextjs-progressbar": "~0.0.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-toastify": "^10.0.5",
"sharp": "~0.33.4",
"swr": "~2.2.5",
"type-is": "~1.6.18"
},
"devDependencies": {
"@types/accepts": "^1.3.7",
"@types/browserslist-useragent": "^3.0.7",
"@types/busboy": "^1.5.4",
"@types/mime": "^3.0.4",
"@types/node": "^20.14.13",
"@types/react": "^18.3.3",
"@types/type-is": "~1.6.6",
"sass": "^1.77.8",
"typescript": "^5.5.4"
},
"overrides": {
"semver": ">=7.5.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alphka/Flash-Upload-Server.git"
},
"bugs": {
"url": "https://github.com/Alphka/Flash-Upload-Server/issues"
},
"homepage": "https://github.com/Alphka/Flash-Upload-Server#readme",
"engines": {
"node": "^16.4 || 17 || 18 || 19 || ^20.6.1",
"npm": ">=7.18.1"
},
"keywords": [
"archive",
"cloud",
"documents",
"quality",
"management",
"senai",
"mongoose",
"cloud",
"database"
],
"browserslist": [
"Chrome >= 85",
"ChromeAndroid >= 92",
"Edge >= 85",
"Firefox >= 79",
"FirefoxAndroid >= 90",
"Opera >= 69",
"iOS >= 13.2",
"Samsung >= 14"
]
}