mirror of
https://codeberg.org/Sevichecc/Seigwai.git
synced 2025-06-17 16:59:14 +08:00
33 lines
No EOL
809 B
JSON
33 lines
No EOL
809 B
JSON
{
|
|
"name": "seigwai",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@blocknote/core": "^0.4.5",
|
|
"@tiptap/vue-3": "2.0.0-beta.220",
|
|
"masto": "^5.10.0",
|
|
"vue": "^3.2.47"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.2.0",
|
|
"@types/node": "^18.14.2",
|
|
"@vue/eslint-config-typescript": "^11.0.2",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"eslint-plugin-vue": "^9.9.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"@antfu/eslint-config": "^0.35.2",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"eslint": "^8.34.0",
|
|
"typescript": "^4.9.5",
|
|
"vite": "^4.1.0",
|
|
"vue-tsc": "^1.0.24"
|
|
}
|
|
} |