mirror of
https://codeberg.org/Sevichecc/Seigwai.git
synced 2025-04-29 23:49:29 +08:00
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "seigwai",
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"lint": "eslint .",
|
|
"prepare": "husky install"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/tailwindcss": "^6.11.3",
|
|
"@prosemirror-adapter/vue": "^0.2.6",
|
|
"@tiptap/core": "^2.2.1",
|
|
"@tiptap/extension-bubble-menu": "^2.2.1",
|
|
"@tiptap/extension-bullet-list": "^2.2.1",
|
|
"@tiptap/extension-character-count": "^2.2.1",
|
|
"@tiptap/extension-code-block-lowlight": "^2.2.1",
|
|
"@tiptap/extension-highlight": "^2.2.1",
|
|
"@tiptap/extension-link": "^2.2.1",
|
|
"@tiptap/extension-placeholder": "^2.2.1",
|
|
"@tiptap/extension-typography": "^2.2.1",
|
|
"@tiptap/pm": "^2.2.1",
|
|
"@tiptap/starter-kit": "^2.2.1",
|
|
"@tiptap/suggestion": "^2.2.1",
|
|
"@tiptap/vue-3": "^2.2.1",
|
|
"highlight.js": "^11.9.0",
|
|
"lowlight": "^2.9.0",
|
|
"masto": "^5.11.4",
|
|
"tippy.js": "^6.3.7",
|
|
"vue": "^3.4.15"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.37.0",
|
|
"@egoist/tailwindcss-icons": "^1.7.4",
|
|
"@iconify-json/tabler": "^1.1.105",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@vitejs/plugin-vue": "^4.6.2",
|
|
"autoprefixer": "^10.4.17",
|
|
"daisyui": "^2.52.0",
|
|
"eslint": "^8.56.0",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.3.0",
|
|
"nuxt": "^3.10.0",
|
|
"postcss": "^8.4.33",
|
|
"sass": "^1.70.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5.3.3",
|
|
"unplugin-vue-components": "^0.24.1",
|
|
"vite": "^4.5.2",
|
|
"vue": "^3.4.15",
|
|
"vue-router": "^4.2.5",
|
|
"vue-tsc": "^1.8.27"
|
|
},
|
|
"lint-staged": {
|
|
"*": "eslint --fix"
|
|
}
|
|
}
|