mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-14 19:01:51 +01:00
24 lines
498 B
JSON
24 lines
498 B
JSON
{
|
|
"name": "notxia.github.io",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxtjs/i18n": "^8.0.0-beta.11",
|
|
"@types/node": "^18",
|
|
"autoprefixer": "^10.4.14",
|
|
"nuxt": "^3.4.3",
|
|
"postcss": "^8.4.23",
|
|
"tailwindcss": "^3.3.2"
|
|
},
|
|
"dependencies": {
|
|
"flowbite": "^1.6.5",
|
|
"matter-js": "^0.19.0"
|
|
}
|
|
}
|