-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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
{
"name": "linkhub-deployment",
"version": "0.1.0",
"description": "The source code on which LinkHub is deployed.",
"scripts": {
"dev": "next dev",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "next start",
"build": "next build",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/linkhub-org/linkhub.git"
},
"author": "Arjun Sivaraman",
"license": "MIT",
"bugs": {
"url": "https://github.com/linkhub-org/linkhub/issues"
},
"homepage": "https://github.com/linkhub-org/linkhub#readme",
"dependencies": {
"@next-auth/mongodb-adapter": "^0.0.2-next.298",
"@types/node": "^16.11.9",
"axios": "^0.24.0",
"dotenv": "^10.0.0",
"mongodb": "^4.2.0",
"next": "^11.1.3",
"next-auth": "^4.0.0-beta.7",
"nodemailer": "^6.7.1",
"nprogress": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^7.1.0",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.1",
"bootstrap": "^5.0.0-beta3",
"bootstrap-icons": "^1.6.1",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.11",
"typescript": "^4.5.2"
}
}