-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 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
{
"name": "tailwind-project",
"private": true,
"version": "0.0.0",
"type": "module",
"proxy": "http://localhost:3000",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@discordjs/rest": "^2.4.0",
"@types/node": "^22.10.1",
"autoprefixer": "^10.4.20",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.21.1",
"express-session": "^1.18.1",
"mongoose": "^8.8.3",
"mongoose-findorcreate": "^4.0.0",
"node-fetch": "^3.3.2",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"passport-local-mongoose": "^8.0.0",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-devtools": "^6.0.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.15"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"node-loader": "^2.1.0",
"nodemon": "^3.1.7",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1",
"zlib-sync": "^0.1.9"
}
}