25 lines
580 B
JSON
25 lines
580 B
JSON
{
|
|
"name": "whois",
|
|
"version": "1.0.1",
|
|
"description": "Whois domain name search for Tinysites",
|
|
"license": "GPL-3.0-only",
|
|
"homepage": "https://whois.tinysites.com",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"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"
|
|
}
|
|
}
|