-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.94 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "birthdayy.xyz-dashboard",
"description": "This is a dashboard for the Birthdayy Discord Bot.",
"version": "0.0.1",
"private": true,
"scripts": {
"dd": "doppler run yarn dev",
"ddd": "doppler run yarn dev-turbo",
"dev": "next dev",
"dev-turbo": "next dev --turbo",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"prisma-gen": "doppler run prisma generate"
},
"dependencies": {
"@discordjs/core": "^1.0.0",
"@discordjs/rest": "^2.0.0",
"@prisma/client": "latest",
"@sapphire/bitfield": "^1.2.0",
"@sapphire/eslint-config": "^5.0.0",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"dayjs": "^1.11.9",
"discord-api-types": "^0.37.48",
"discord-oauth2": "^2.11.0",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"jotai": "^2.2.1",
"next": "14.0.4",
"next-auth": "^4.22.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.0",
"theme-change": "^2.5.0"
},
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/BirthdayyBot/dashboard.git"
},
"prettier": "@sapphire/prettier-config",
"keywords": [
"bot-dashboard"
],
"author": "Nikolai Schunk <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BirthdayyBot/dashboard/issues"
},
"homepage": "https://github.com/BirthdayyBot/dashboard#readme",
"devDependencies": {
"@swc-jotai/react-refresh": "^0.1.0",
"@tailwindcss/typography": "tailwindcss/typography",
"@types/cookie": "^0.6.0",
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"autoprefixer": "^10.4.14",
"daisyui": "^4.0.0",
"postcss": "^8.4.25",
"postcss-import": "^16.0.0",
"prisma": "latest",
"sass": "^1.63.6",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.6",
"typescript-plugin-css-modules": "^5.0.1"
},
"packageManager": "[email protected]"
}