-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 947 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 947 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
{
"name": "dvinyl",
"version": "2.4.3",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "npx tailwindcss -i ./website/src/input.css -o ./website/public/styles/tailwind.css --watch"
},
"author": "Kyo'",
"license": "ISC",
"dependencies": {
"axios": "^1.9.0",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.7",
"dotenv": "^16.5.0",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-session": "^1.18.1",
"geoip-lite": "^1.4.10",
"i18next": "^25.8.0",
"i18next-http-middleware": "^3.9.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.14.1",
"multer": "^2.1.1",
"request-ip": "^3.3.0",
"socket.io": "^4.8.1",
"validator": "^13.15.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"nodemon": "^3.1.10",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.5"
}
}