65 lines
1.9 KiB
JSON
65 lines
1.9 KiB
JSON
{
|
|
"name": "@openmcp/renderer",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"postbuild": "node scripts/post-build.mjs",
|
|
"lint": "vue-cli-service lint",
|
|
"serve": "vite",
|
|
"serve:website": "vite --mode website",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"build:website": "vite build --mode website",
|
|
"preview": "vite preview",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/autocomplete": "^6.18.6",
|
|
"@codemirror/lang-json": "^6.0.1",
|
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
"chalk": "^5.4.1",
|
|
"codemirror": "^6.0.1",
|
|
"core-js": "^3.8.3",
|
|
"element-plus": "^2.9.9",
|
|
"katex": "^0.16.21",
|
|
"lodash": "^4.17.21",
|
|
"markdown-it": "^14.1.0",
|
|
"markdown-it-katex": "^2.0.3",
|
|
"openai": "^4.93.0",
|
|
"prism-esm": "^1.29.0-fix.6",
|
|
"prismjs": "^1.30.0",
|
|
"uuid": "^11.1.0",
|
|
"vue": "^3.5.13",
|
|
"vue-i18n": "^11.1.0",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.27.1",
|
|
"@babel/plugin-proposal-decorators": "^7.27.1",
|
|
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|
|
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
"@babel/plugin-transform-typescript": "^7.27.1",
|
|
"@originjs/vite-plugin-commonjs": "^1.0.3",
|
|
"@rollup/pluginutils": "^5.1.4",
|
|
"@tsconfig/node22": "^22.0.1",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/node": "^22.14.0",
|
|
"@types/prismjs": "^1.26.5",
|
|
"@vitejs/plugin-vue": "^5.2.3",
|
|
"@vue/babel-plugin-jsx": "^1.4.0",
|
|
"@vue/devtools-core": "^7.7.6",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"error-stack-parser-es": "^0.1.5",
|
|
"kolorist": "^1.8.0",
|
|
"npm-run-all2": "^7.0.2",
|
|
"rollup": "^4.41.0",
|
|
"sirv": "^3.0.1",
|
|
"typescript": "~5.8.0",
|
|
"vite": "^6.2.4",
|
|
"vite-plugin-vue-devtools": "^7.7.2",
|
|
"vue-tsc": "^2.2.8"
|
|
}
|
|
}
|