forked from PinePlatforms/Palladium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 793 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
{
"name": "palladium",
"version": "1.0.0",
"description": "The better version of Heliactyl.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tailwindcss -i ./tailwind.conf -o ./public/tailwind.css --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"@keyv/sqlite": "^3.6.4",
"@tailwindcss/forms": "^0.5.3",
"axios": "^1.3.4",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"express-ws": "^5.0.2",
"fs": "^0.0.1-security",
"keyv": "^4.5.2",
"passport": "^0.6.0",
"passport-auth0": "^1.4.3",
"passport-discord": "^0.1.4",
"path": "^0.12.7",
"randomstring": "^1.2.3",
"tailwindcss": "^3.2.7"
}
}