smart-chat-asp
Version:
smartChat component
86 lines • 2.27 kB
JSON
{
"name": "smart-chat-asp",
"version": "1.0.12-alpha",
"private": false,
"description": "smartChat component",
"author": "",
"keywords": [
"smartchat-web",
"smart-chat",
"chatbot",
"vue",
"smart",
"smartChat"
],
"main": "lib/smart-chat.umd.js",
"module": "lib/smart-chat.es.js",
"types": "lib/smart-chat.d.ts",
"files": [
"lib/*"
],
"engines": {
"node": ">=18.17.0"
},
"scripts": {
"dev": "vite",
"build-check": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"build": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"bootstrap": "pnpm install && pnpm run common:prepare",
"common:cleanup": "rimraf node_modules && rimraf pnpm-lock.yaml",
"common:prepare": "husky install"
},
"dependencies": {
"@vscode/markdown-it-katex": "^1.0.3",
"@vueuse/core": "^10.11.1",
"highlight.js": "^11.7.0",
"html-to-image": "^1.11.11",
"katex": "^0.16.4",
"markdown-it": "^13.0.1",
"mermaid-it-markdown": "^1.0.8",
"naive-ui": "^2.34.3",
"pinia": "^2.0.33",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-tsconfig-paths": "^1.4.1",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.3",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@iconify/vue": "^4.1.0",
"@types/crypto-js": "^4.1.1",
"@types/katex": "^0.16.0",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/node": "^18.14.6",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"axios": "^1.3.4",
"crypto-js": "^4.1.1",
"eslint": "^8.35.0",
"husky": "^8.0.3",
"less": "^4.1.3",
"lint-staged": "^13.1.2",
"markdown-it-link-attributes": "^4.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"rimraf": "^4.3.0",
"rollup-plugin-copy": "^3.5.0",
"tailwindcss": "^3.2.7",
"typescript": "~4.9.5",
"vite": "^4.2.0",
"vite-plugin-pwa": "^0.14.4"
},
"lint-staged": {
"*.{ts,tsx,vue}": [
"pnpm lint:fix"
]
}
}