-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 902 Bytes
/
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
{
"name": "ndb2-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:discord-prod": "DISCORD_ENV=production next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"autoprefixer": "10.4.20",
"date-fns": "^3.6.0",
"jose": "^4.14.4",
"next": "14.2.8",
"postcss": "8.4.45",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-string-replace": "^1.1.0"
},
"devDependencies": {
"discord-api-types": "^0.37.100",
"eslint": "^8.39.0",
"eslint-config-next": "^14.2.8",
"@types/cookie": "^0.5.1",
"@types/jsonwebtoken": "^9.0.2",
"@types/node": "18.16.0",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"prettier": "^2.8.8",
"tailwindcss": "3.3.1",
"prettier-plugin-tailwindcss": "^0.2.8",
"typescript": "5.6.2"
}
}