-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 960 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 960 Bytes
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
{
"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": {
"@tailwindcss/forms": "^0.5.10",
"axios": "^1.3.4",
"sqlite3": "^5.1.7",
"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",
"ipaddr.js": "^2.2.0",
"passport": "^0.6.0",
"passport-discord": "^0.1.4",
"passport-local": "^1.0.0",
"request-ip": "^3.3.0",
"tailwindcss": "^3.4.13",
"connect-sqlite3": "^0.9.16"
},
"devDependencies": {
"nodemon": "^3.1.10"
},
"pnpm": {
"onlyBuiltDependencies": [
"sqlite3"
]
}
}