-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 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
{
"name": "notez",
"version": "1.0.0",
"description": "A private note/file managment/storage solution.",
"main": "server.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whizbangpop/notez.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/whizbangpop/notez/issues"
},
"homepage": "https://github.com/whizbangpop/notez#readme",
"dependencies": {
"@firebase/app": "^0.9.9",
"@firebase/firestore": "^3.11.0",
"@firebase/storage": "^0.11.2",
"@google-cloud/storage": "^6.10.0",
"@sentry/node": "^7.45.0",
"@sentry/tracing": "^7.45.0",
"@tailwindcss/forms": "^0.5.3",
"@types/passport-github2": "^1.2.5",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"firebase": "^8.10.0",
"mongoose": "^7.0.3",
"morgan": "^1.10.0",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"passport-github2": "^0.1.12",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0",
"passport-oauth2-refresh": "^2.1.0",
"serve-static": "^1.15.0",
"simple-node-logger": "^21.8.12",
"xhr2": "^0.2.1"
},
"devDependencies": {
"tailwindcss": "^3.3.0"
}
}