-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.04 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.04 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
{
"main": "server.js",
"scripts": {
"server": "nodemon server.js",
"start": "node server.js"
},
"devDependencies": {
"autoprefixer": "^10.5.0",
"nodemon": "^3.1.14",
"postcss": "^8.5.14",
"tailwindcss": "^4.3.0"
},
"name": "secure-file-vault",
"version": "1.0.0",
"description": "A full-stack MERN application that allows users to securely upload, store, and share files with encryption and controlled access.",
"dependencies": {
"anymatch": "^3.1.3",
"axios": "^1.16.0",
"balanced-match": "^4.0.4",
"bcrypt": "^6.0.0",
"binary-extensions": "^2.3.0",
"brace-expansion": "^5.0.5",
"braces": "^3.0.3",
"chokidar": "^3.6.0",
"cloudinary": "^1.41.3",
"cors": "^2.8.6",
"debug": "^4.4.3",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"fill-range": "^7.1.1",
"glob-parent": "^5.1.2",
"has-flag": "^3.0.0",
"ignore-by-default": "^1.0.1",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"jsonwebtoken": "^9.0.3",
"minimatch": "^10.2.5",
"mongoose": "^9.6.1",
"ms": "^2.1.3",
"multer": "^2.1.1",
"normalize-path": "^3.0.0",
"picomatch": "^2.3.2",
"pstree.remy": "^1.1.8",
"readdirp": "^3.6.0",
"semver": "^7.7.4",
"simple-update-notifier": "^2.0.0",
"streamifier": "^0.1.1",
"supports-color": "^5.5.0",
"to-regex-range": "^5.0.1",
"touch": "^3.1.1",
"undefsafe": "^2.0.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NiranjanRSoorej06/Secure-File-Vault.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/NiranjanRSoorej06/Secure-File-Vault/issues"
},
"homepage": "https://github.com/NiranjanRSoorej06/Secure-File-Vault#readme"
}