-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1 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
{
"name": "scapy-website",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"postinstall": "pip wheel -w public/ https://github.com/secdev/scapy/archive/refs/heads/master.zip"
},
"dependencies": {
"@mdi/js": "^7.4.47",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"core-js": "^3.45.1",
"pyodide": "^0.28.2",
"roboto-fontface": "*",
"vue": "^3.5.20",
"vue-router": "^4.2.5",
"vuetify": "^3.9.6",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@types/node": "^24.3.0",
"@types/webfontloader": "^1.6.36",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/eslint-config-typescript": "^14.6.0",
"eslint": "^9.31.0",
"eslint-plugin-vue": "^10.3.0",
"sass": "^1.69.4",
"typescript": "^5.8.0",
"vite": "^7.0.6",
"vite-plugin-vuetify": "^2.1.2",
"vue-tsc": "^3.0.4"
}
}