forked from OpenAttackDefenseTools/tulip
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.44 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.44 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier --write .",
"lint": "eslint ."
},
"dependencies": {
"@fontsource-variable/jetbrains-mono": "^5.2.6",
"@heroicons/react": "^2.2.0",
"@reduxjs/toolkit": "^2.8.2",
"apexcharts": "^4.7.0",
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"color": "^5.0.0",
"date-fns": "^4.1.0",
"escape-string-regexp": "^5.0.0",
"hexy": "^0.3.5",
"http-parser-js": "^0.5.10",
"react": "^19.1.0",
"react-apexcharts": "^1.7.0",
"react-dom": "^19.1.0",
"react-hotkeys-hook": "^5.1.0",
"react-redux": "^9.2.0",
"react-router": "^7.6.3",
"react-virtuoso": "^4.13.0"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.52.2",
"@fontsource-variable/recursive": "^5.2.6",
"@tailwindcss/vite": "^4.1.11",
"@tsconfig/vite-react": "^6.3.6",
"@types/color": "^4.2.0",
"@types/node": "^24.9.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.4.21",
"diff": "^8.0.2",
"eslint": "^9.30.1",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3",
"typescript-eslint": "^8.36.0",
"vite": "^7.0.2"
},
"packageManager": "yarn@4.9.2"
}