-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.06 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
{
"name": "shodan-api",
"private": true,
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@tsparticles/engine": "^3.8.1",
"@tsparticles/interaction-particles-collisions": "^3.8.1",
"@tsparticles/shape-line": "^3.8.1",
"@tsparticles/slim": "^3.8.1",
"@tsparticles/vue3": "^3.0.1",
"bulma": "^1.0.4",
"devtools-detector": "^2.0.23",
"dompurify": "^3.2.6",
"leaflet": "^1.9.4",
"lodash.debounce": "^4.0.8",
"sass": "^1.89.2",
"tsparticles": "^3.8.1",
"vue": "^3.5.13",
"vue3-json-viewer": "^2.4.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.18",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
"typescript": "~5.8.3",
"vite": "^6.3.5",
"vue-tsc": "^2.2.8"
}
}