-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.02 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
{
"name": "landing-page-creator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build-css": "",
"build": "npm-run-all build-css",
"start": "npm run build-css && nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.19.1",
"bcryptjs": "^2.4.3",
"better-auth": "^1.6.5",
"cloudinary": "^1.41.3",
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"dd-trace": "^5.22.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-session": "^1.18.0",
"fs": "^0.0.1-security",
"fs-extra": "^11.2.0",
"hugo": "^0.0.3",
"hugo-cli": "^0.13.0",
"ioredis": "^5.10.1",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"mustache": "^4.2.0",
"prisma": "^5.19.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"nodemon": "^3.1.4",
"npm-run-all": "^4.1.5",
"sass": "^1.79.1"
}
}