-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.17 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.17 KB
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
{
"name": "dane.vc",
"version": "1.0.0",
"description": "",
"main": "server.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "concurrently \"nodemon server.js\" \"cd admin && npm run dev\"",
"build:admin": "npm run build --prefix admin",
"build": "cd admin && npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"concurrently": "^7.0.0",
"cookie-parser": "^1.4.7",
"dompurify": "^3.2.3",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-handlebars": "^7.1.2",
"express-validator": "^7.2.0",
"feed": "^4.2.2",
"geoip-lite": "^1.4.7",
"http-proxy-middleware": "^3.0.3",
"isbot": "^3.7.1",
"jsdom": "^26.0.0",
"jsonwebtoken": "^9.0.2",
"marked": "^11.1.0",
"multer": "^1.4.5-lts.1",
"node-fetch": "^2.6.7",
"pg": "^8.11.3",
"qrcode": "^1.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"request-ip": "^3.3.0",
"speakeasy": "^2.0.0",
"ws": "^8.18.0"
},
"devDependencies": {
"nodemon": "^2.0.15",
"vite": "^4.0.0"
}
}