-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 814 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 814 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
{
"name": "domain-info",
"version": "2.6.4",
"description": "Detailed info about a domain, DNS Records and tech stack",
"author": "Andrei <andrei@laye.red>",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build-zip": "node scripts/build-zip.js",
"preview": "vite preview"
},
"dependencies": {
"@layered/dns-records": "^2.0.0-beta.6",
"@layered/domain-utils": "^1.0.1",
"date-fns": "^4.1.0",
"ip-regex": "^5.0.0",
"lodash-es": "^4.17.21",
"md5": "^2.3.0",
"tldts": "^7.0.4",
"vue": "^3.2.47",
"vue3-popper": "^1.5.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.2.0",
"@vitejs/plugin-vue": "^6.0.1",
"archiver": "^7.0.1",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"vite": "^7.1.9"
}
}