60 lines
1.9 KiB
JSON
60 lines
1.9 KiB
JSON
{
|
|
"name": "Hermione",
|
|
"version": "4.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint --fix . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@dagrejs/dagre": "^1.1.4",
|
|
"@heroicons/vue": "^2.1.5",
|
|
"@primevue/themes": "^4.0.0",
|
|
"@vavt/v3-extension": "^1.2.4",
|
|
"@vue-flow/background": "^1.3.0",
|
|
"@vue-flow/controls": "^1.1.2",
|
|
"@vue-flow/core": "^1.41.2",
|
|
"@vue-flow/minimap": "^1.5.0",
|
|
"@websanova/vue-auth": "^4.2.1",
|
|
"axios": "^1.7.2",
|
|
"chart.js": "3.3.2",
|
|
"Hermione": "file:",
|
|
"highlight.js": "^11.10.0",
|
|
"json-editor-vue": "^0.15.1",
|
|
"jszip": "^3.10.1",
|
|
"marked": "^15.0.6",
|
|
"md-editor-v3": "^4.18.0",
|
|
"moment": "^2.30.1",
|
|
"pinia": "^2.2.4",
|
|
"primeicons": "^6.0.1",
|
|
"primevue": "^4.0.0",
|
|
"quill": "^1.3.7",
|
|
"showdown": "^2.1.0",
|
|
"v-code-diff": "^1.13.1",
|
|
"vue": "^3.4.34",
|
|
"vue-authenticate-2": "^2.2.0",
|
|
"vue-highlight-code": "^0.2.0",
|
|
"vue-markdown-render": "^2.2.1",
|
|
"vue-router": "^4.4.0",
|
|
"vue3-markdown": "^1.1.9",
|
|
"vue3-spinner": "^0.0.17"
|
|
},
|
|
"devDependencies": {
|
|
"@primevue/auto-import-resolver": "^4.0.1",
|
|
"@rushstack/eslint-patch": "^1.8.0",
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.23.0",
|
|
"postcss": "^8.4.40",
|
|
"prettier": "^3.2.5",
|
|
"sass": "^1.55.0",
|
|
"tailwindcss": "^3.4.6",
|
|
"tailwindcss-primeui": "^0.3.2",
|
|
"unplugin-vue-components": "^0.27.3",
|
|
"vite": "^5.3.1"
|
|
}
|
|
}
|