-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.07 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
{
"name": "plox-phoenix",
"version": "1.0.0",
"description": "- https://github.com/jonathantneal/media-player\r - https://www.dropbox.com/developers/documentation/javascript#tutorial\r - https://www.fastify.io/\r - https://www.postgresql.org/\r - https://github.com/goldfire/howler.js#quick-start",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcollins-GPI/plox-phoenix.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mcollins-GPI/plox-phoenix/issues"
},
"homepage": "https://github.com/mcollins-GPI/plox-phoenix#readme",
"dependencies": {
"@fastify/auth": "^4.2.0",
"@fastify/cors": "^8.2.0",
"@fastify/jwt": "^6.5.0",
"@fastify/leveldb": "^5.0.1",
"@fastify/static": "^6.5.1",
"dotenv": "^16.0.3",
"dropbox": "^10.34.0",
"fastify": "^4.10.2",
"lottie-web": "^5.10.0",
"open": "^8.4.0"
}
}