-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
55 lines (55 loc) · 1.46 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"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 --require tsm",
"start": "next start"
},
"dependencies": {
"bcrypt": "5.1.1",
"canvas": "3.0.1",
"cookie": "1.0.2",
"dompurify": "3.2.3",
"dotenv-safe": "9.1.0",
"jsdom": "25.0.1",
"ley": "0.8.1",
"next": "15.1.4",
"postgres": "3.4.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-markdown": "9.0.3",
"sass": "1.83.1",
"sharp": "0.33.5",
"tsm": "2.3.0",
"zod": "3.24.1"
},
"devDependencies": {
"@ts-safeql/eslint-plugin": "3.6.5",
"@types/bcrypt": "5.0.2",
"@types/dompurify": "3.2.0",
"@types/dotenv-safe": "8.1.6",
"@types/jsdom": "21.1.7",
"@types/node": "22.10.5",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"eslint": "9.17.0",
"eslint-config-upleveled": "8.12.1",
"libpg-query": "16.3.0",
"prettier-plugin-embed": "0.4.15",
"prettier-plugin-sql": "0.18.1",
"stylelint": "16.12.0",
"stylelint-config-upleveled": "1.1.5",
"typescript": "5.7.3"
},
"packageManager": "[email protected]+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a",
"pnpm": {
"overrides": {
"node-addon-api": "8.3.0"
}
}
}