-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1 KB
/
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
31
32
33
34
35
36
37
38
{
"name": "tweeder-htmx",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"createUser": "tsx src/scripts/createUser.ts",
"dev": "nodemon -x tsx src/main.ts",
"frontend": "esbuild src/web/app.ts src/web/login.ts --bundle --watch --outdir=public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.7.0",
"@types/bcrypt": "^5.0.2",
"@types/bootstrap": "^5.2.10",
"@types/cookie-parser": "^1.4.6",
"@types/express": "^4.17.21",
"@types/nunjucks": "^3.2.6",
"@types/uuid": "^9.0.7",
"bcrypt": "^5.1.1",
"bootstrap": "^5.3.2",
"cookie-parser": "^1.4.6",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"esbuild": "^0.19.9",
"express": "^4.18.2",
"htmx.org": "^1.9.9",
"nodemon": "^3.0.2",
"nunjucks": "^3.2.4",
"prisma": "^5.7.0",
"tsx": "^4.6.2",
"typescript": "^5.3.3",
"uuid": "^9.0.1",
"yup": "^1.3.2"
}
}