@gdyfe/ssml
Version:
100 lines (99 loc) • 2.81 kB
JSON
{
"name": "@gdyfe/ssml",
"version": "1.5.1",
"private": false,
"type": "module",
"description": "SSML语法编辑器",
"keywords": [
"SSML",
"编辑器"
],
"author": "levlin",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/laev/ssml-editor.git"
},
"exports": {
".": {
"import": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"require": "./dist/index.umd.js"
},
"./dist/style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
}
},
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite --port 5793",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"test": "exit 0",
"type-check": "vue-tsc --noEmit --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/ example/"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@highlightjs/vue-plugin": "^2.1.0",
"@popperjs/core": "^2.11.8",
"@vueuse/core": "^10.4.1",
"@wangeditor/editor": "^5.1.23",
"bootstrap": "^5.3.2",
"dayjs": "^1.11.10",
"element-plus": "^2.3.12",
"event-emitter": "^0.3.5",
"highlight.js": "^11.9.0",
"linkedom": "^0.16.11",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.2",
"lodash.mergewith": "^4.6.2",
"lodash.sorteduniqby": "^4.7.0",
"lodash.throttle": "^4.1.1",
"lodash.uniqby": "^4.7.0",
"normalize.css": "^8.0.1",
"pinia": "^2.1.6",
"pinyin-pro": "^3.16.4",
"pinyinize": "^3.3.1",
"snabbdom": "^3.5.1",
"vue": "^3.3.4",
"xml-formatter": "^3.5.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.3.2",
"@tsconfig/node20": "^20.1.1",
"@types/lodash.debounce": "^4.0.8",
"@types/lodash.merge": "^4.6.7",
"@types/lodash.mergewith": "^4.6.7",
"@types/lodash.sorteduniqby": "^4.7.7",
"@types/lodash.throttle": "^4.1.7",
"@types/lodash.uniqby": "^4.7.7",
"@types/node": "^20.5.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"@vue/eslint-config-prettier": "^8.0.0",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"axios": "^1.4.0",
"axios-mock-adapter": "^1.21.5",
"eslint": "^8.45.0",
"eslint-plugin-vue": "^9.15.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"sass": "^1.65.1",
"typescript": "~5.1.6",
"vite": "^4.4.6",
"vite-plugin-dts": "^3.5.3",
"vite-plugin-vue-devtools": "^7.0.27",
"vue-tsc": "^1.8.6"
}
}