2023-07-17 19:11:13 +00:00
|
|
|
{
|
2023-11-25 08:06:43 +00:00
|
|
|
"name": "crbtc",
|
2024-11-12 22:03:49 +00:00
|
|
|
"version": "1.3.0",
|
2023-11-25 08:06:43 +00:00
|
|
|
"description": "Capital Region Bitcoin Network",
|
|
|
|
"license": "GPL-3.0-only",
|
|
|
|
"homepage": "https://crbtc.org",
|
2023-07-17 19:11:13 +00:00
|
|
|
"scripts": {
|
|
|
|
"build": "nuxt build",
|
|
|
|
"dev": "nuxt dev",
|
|
|
|
"generate": "nuxt generate",
|
|
|
|
"preview": "nuxt preview",
|
|
|
|
"postinstall": "nuxt prepare"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-15 23:15:54 +00:00
|
|
|
"@nuxt/content": "^2.13.4",
|
2023-07-17 19:11:13 +00:00
|
|
|
"@nuxt/devtools": "latest",
|
2024-10-15 23:15:54 +00:00
|
|
|
"@nuxtjs/device": "^3.2.4",
|
2024-11-12 22:03:49 +00:00
|
|
|
"@types/node": "^22.9.0",
|
|
|
|
"nuxt": "^3.14.159"
|
2023-07-17 19:11:13 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-10-15 23:15:54 +00:00
|
|
|
"date-fns": "^4.1.0",
|
|
|
|
"nuxt-mail": "^5.1.1",
|
2024-11-12 22:03:49 +00:00
|
|
|
"postcss-hexrgba": "^2.1.0",
|
|
|
|
"postcss-import": "^16.1.0",
|
|
|
|
"postcss-nested": "^7.0.2"
|
2023-07-17 19:11:13 +00:00
|
|
|
}
|
|
|
|
}
|