-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (36 loc) · 933 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": "fixed-palladium",
"version": "1.0.0",
"description": "The better version of Palladium.",
"main": "index.js",
"author": "overnode",
"license": "ISC",
"scripts": {
"start": "nodemon app.js",
"build": "npx tailwindcss -i ./tailwind.conf -o ./public/tailwind.css --watch"
},
"dependencies": {
"@keyv/sqlite": "^3.6.7",
"@tailwindcss/forms": "^0.5.9",
"axios": "^1.3.4",
"dotenv": "^16.0.3",
"ejs": "^3.1.10",
"express": "^4.18.2",
"express-minify-html-2": "^2.0.0",
"express-rate-limit": "^7.4.0",
"express-session": "^1.17.3",
"express-ws": "^5.0.2",
"fs": "^0.0.1-security",
"ipaddr.js": "^2.2.0",
"keyv": "^4.5.4",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"request-ip": "^3.3.0",
"tailwindcss": "^3.4.13"
},
"devDependencies": {
"nodemon": "^3.1.7"
}
}