-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 961 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 961 Bytes
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
{
"name": "globalcve-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@vercel/analytics": "^2.0.1",
"adm-zip": "^0.6.0",
"chart.js": "^4.5.1",
"cheerio": "^1.0.0",
"csv-parser": "^3.2.0",
"jsdom": "^30.0.1",
"next": "^16.2.4",
"react": "^19.1.0",
"react-chartjs-2": "^5.3.1",
"react-dom": "^19.1.0",
"rss-parser": "^3.13.0",
"zustand": "^5.0.12",
"sanitize-html": "^2.17.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/adm-zip": "^0.5.7",
"@types/jsdom": "^30.0.0",
"@types/node": "^26",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^10",
"eslint-config-next": "^16.2.4",
"tailwindcss": "^4",
"typescript": "^7.0"
}
}