UNPKG

formula-editor-vue3

Version:
65 lines (64 loc) 1.6 kB
{ "name": "formula-editor-vue3", "version": "0.0.4", "description": "codemirror formula editor for vue3", "author": "gkf442573575@163.com", "type": "module", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "style": "dist/style.css", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./type": { "types": "./dist/index.d.ts" }, "./*": "./*" }, "files": [ "dist" ], "keywords": [ "formula", "formula-vue3", "formula-editor", "codemirror-formula", "codemirror-formula-vue3", "codemirror6-formula-vue3", "codemirror6-js-formula" ], "repository": { "type": "git", "url": "git+https://github.com/gkf442573575/formula-editor-vue3.git" }, "homepage": "https://github.com/gkf442573575/formula-editor-vue3#readme", "scripts": { "dev": "vite build --watch", "build": "vue-tsc --noEmit && vite build" }, "dependencies": { "@codemirror/autocomplete": "^6.16.2", "@codemirror/lang-javascript": "^6.2.2", "@codemirror/state": "^6.4.1", "@codemirror/theme-one-dark": "^6.1.2", "@codemirror/view": "^6.28.1", "codemirror": "^6.0.1", "lodash-es": "^4.17.21", "vue": "^3.4.21", "vue-codemirror": "^6.1.1" }, "devDependencies": { "@types/lodash-es": "^4.17.12", "@types/node": "^20.14.2", "@vitejs/plugin-vue": "^5.0.4", "sass": "^1.77.5", "sass-loader": "^14.2.1", "typescript": "^5.2.2", "vite": "^5.2.0", "vite-plugin-dts": "^3.9.1", "vue-tsc": "^2.0.6" } }