-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.99 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.99 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
58
59
60
61
62
63
64
65
66
67
68
{
"name": "sbom2notice",
"private": false,
"version": "1.1.1",
"repository": {
"type": "git",
"url": "https://github.com/TrustSource/sbom2notice.git"
},
"author": {
"name": "Oleksandr Dmukhovskyi",
"email": "[email protected]"
},
"license": "AGPL-3.0",
"packageManager": "[email protected]",
"engines": {
"node": ">= 24.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"postinstall": "shadcn init -y || true",
"scan-prod": "ts-node-client"
},
"dependencies": {
"@hookform/resolvers": "5.2.2",
"@radix-ui/react-dropdown-menu": "2.1.16",
"@radix-ui/react-navigation-menu": "1.2.14",
"@radix-ui/react-separator": "1.1.8",
"@radix-ui/react-slot": "1.2.4",
"@tailwindcss/postcss": "4.1.17",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"dexie": "4.2.1",
"framer-motion": "12.23.25",
"handlebars": "4.7.9",
"i18next": "25.7.1",
"lucide-react": "0.556.0",
"next": "15.5.15",
"react": "19.1.2",
"react-dom": "19.1.2",
"react-dropzone": "14.3.8",
"react-hook-form": "7.68.0",
"react-i18next": "15.7.4",
"semver": "7.7.3",
"spdx-expression-parse": "4.0.0",
"spdx-license-ids": "3.0.22",
"spdx-license-list": "6.10.0",
"tailwind-merge": "3.3.1",
"zod": "4.1.13"
},
"devDependencies": {
"@types/node": "24.10.1",
"@types/react": "19.1.9",
"@types/react-dom": "19.1.7",
"autoprefixer": "10.4.22",
"eslint": "9.39.1",
"eslint-config-next": "15.5.2",
"postcss": "8.5.6",
"shadcn": "3.5.1",
"tailwindcss": "4.1.17",
"tailwindcss-animate": "1.0.7",
"ts-node-client": "3.4.7",
"tw-animate-css": "1.3.8",
"typescript": "5.9.3"
}
}