-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.52 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.52 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
48
49
50
51
52
53
54
55
56
57
{
"name": "security-vulnerability-examples-next-js-postgres",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"migrate": "ley",
"start": "next start"
},
"dependencies": {
"bcrypt": "6.0.0",
"canvas": "3.2.3",
"cookie": "1.1.1",
"dompurify": "3.4.11",
"dotenv-safe": "9.1.0",
"jsdom": "29.1.1",
"ley": "0.8.1",
"next": "16.2.9",
"postgres": "3.4.9",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-markdown": "10.1.0",
"sass": "1.101.0",
"sharp": "0.35.1",
"zod": "4.4.3"
},
"devDependencies": {
"@ts-safeql/eslint-plugin": "5.3.2",
"@types/bcrypt": "6.0.0",
"@types/dompurify": "3.2.0",
"@types/dotenv-safe": "9.1.0",
"@types/jsdom": "28.0.3",
"@types/node": "25.9.3",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"eslint": "10.5.0",
"eslint-config-upleveled": "10.0.0",
"libpg-query": "17.7.3",
"prettier": "3.8.4",
"prettier-plugin-embed": "0.5.1",
"prettier-plugin-sql": "0.20.0",
"stylelint": "17.13.0",
"stylelint-config-upleveled": "2.0.5",
"typescript": "6.0.3"
},
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8",
"pnpm": {
"overrides": {
"node-addon-api": "8.8.0",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3"
}
}
}