mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 15:54:03 +01:00
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "artchat",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev --host",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint --fix ."
|
|
},
|
|
"dependencies": {
|
|
"@antfu/eslint-config": "^5.4.1",
|
|
"@iconify-json/devicon": "^1.2.46",
|
|
"@iconify-json/logos": "^1.2.10",
|
|
"@iconify-json/ph": "^1.2.2",
|
|
"@iconify-json/simple-icons": "^1.2.57",
|
|
"@iconify-json/twemoji": "^1.2.4",
|
|
"@iconify-json/vscode-icons": "^1.2.33",
|
|
"@nuxt/content": "3.7.1",
|
|
"@nuxt/eslint": "1.9.0",
|
|
"@nuxt/image": "^1.11.0",
|
|
"@nuxt/ui": "4.0.1",
|
|
"@nuxtjs/google-fonts": "^3.2.0",
|
|
"@nuxtjs/i18n": "10.1.0",
|
|
"@nuxtjs/seo": "^3.2.2",
|
|
"@pinia/nuxt": "^0.11.3",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@vueuse/math": "13.9.0",
|
|
"@vueuse/motion": "^3.0.3",
|
|
"better-sqlite3": "^12.4.1",
|
|
"eslint": "9.36.0",
|
|
"nuxt": "4.1.2",
|
|
"nuxt-studio": "1.0.0-alpha.1",
|
|
"rehype-katex": "^7.0.1",
|
|
"remark-math": "^6.0.0",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-rehype": "^11.1.2",
|
|
"typescript": "5.9.3",
|
|
"vue": "^3.5.22",
|
|
"vue-router": "^4.6.3",
|
|
"wrangler": "^4.45.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "24.6.2",
|
|
"@vueuse/nuxt": "^13.9.0",
|
|
"vue-tsc": "^3.1.3"
|
|
},
|
|
"trustedDependencies": [
|
|
"@parcel/watcher",
|
|
"unrs-resolver"
|
|
]
|
|
}
|