Initial commit

Created from https://vercel.com/new
This commit is contained in:
ArthurDanjou
2025-09-06 14:11:17 +00:00
commit fcb9162017
17 changed files with 12759 additions and 0 deletions

39
package.json Normal file
View File

@@ -0,0 +1,39 @@
{
"name": "nuxt-ui-template-changelog",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.63",
"@iconify-json/simple-icons": "^1.2.48",
"@nuxt/ui": "^4.0.0-alpha.1",
"@nuxtjs/mdc": "0.17.2",
"nuxt": "^4.0.3",
"remark-github": "^12.0.0"
},
"devDependencies": {
"@nuxt/eslint": "^1.9.0",
"eslint": "^9.34.0",
"typescript": "^5.9.2",
"vue-tsc": "^3.0.6"
},
"resolutions": {
"unimport": "4.1.1"
},
"pnpm": {
"ignoredBuiltDependencies": [
"@parcel/watcher",
"esbuild",
"vue-demi"
]
},
"packageManager": "pnpm@10.15.0"
}