whois.tinysites.com/package.json

25 lines
587 B
JSON
Raw Normal View History

2024-08-12 05:03:55 +00:00
{
"name": "whois",
"version": "1.0.0",
"description": "Whois domain name search for Tinysites",
"license": "GPL-3.0-only",
"homepage": "https://whois.tinysites.com",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/device": "^3.1.1",
"nuxt": "^3.12.4",
"postcss-hexrgba": "^2.1.0",
"postcss-import": "^16.1.0",
"postcss-nested": "^6.2.0"
},
"dependencies": {
"nuxt-directus": "^5.6.1"
}
}