29 lines
680 B
JSON
29 lines
680 B
JSON
{
|
|
"name": "crbtc",
|
|
"version": "1.3.0",
|
|
"description": "Capital Region Bitcoin Network",
|
|
"license": "GPL-3.0-only",
|
|
"homepage": "https://crbtc.org",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/content": "^2.13.4",
|
|
"@nuxt/devtools": "latest",
|
|
"@nuxtjs/device": "^3.2.4",
|
|
"@types/node": "^22.9.0",
|
|
"nuxt": "^3.14.159"
|
|
},
|
|
"dependencies": {
|
|
"date-fns": "^4.1.0",
|
|
"nuxt-mail": "^5.1.1",
|
|
"postcss-hexrgba": "^2.1.0",
|
|
"postcss-import": "^16.1.0",
|
|
"postcss-nested": "^7.0.2"
|
|
}
|
|
}
|