hns.ws/package.json

27 lines
649 B
JSON
Raw Normal View History

2024-10-18 20:15:07 +00:00
{
"name": "hns.ws",
"version": "1.0.0",
"description": "Gateway and web directory for the Handshake naming system.",
"author": "Ryan Moon",
"license": "GPL-3.0-only",
"homepage": "https://hns.ws/",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview --host",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/content": "^2.13.4",
"@nuxtjs/device": "^3.2.4",
"nuxt": "^3.13.2",
"postcss-hexrgba": "^2.1.0",
"postcss-import": "^16.1.0",
"postcss-nested": "^6.2.0"
},
"dependencies": {
"nuxt-mail": "^5.1.1"
}
}