mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 18:52:18 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			92 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			92 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "version": "1.0.0-rc.5",
 | 
						|
  "name": "@tmagic/editor",
 | 
						|
  "sideEffects": [
 | 
						|
    "dist/*",
 | 
						|
    "src/theme/*"
 | 
						|
  ],
 | 
						|
  "main": "dist/tmagic-editor.umd.js",
 | 
						|
  "module": "dist/tmagic-editor.es.js",
 | 
						|
  "style": "dist/style.css",
 | 
						|
  "types": "dist/types/src/index.d.ts",
 | 
						|
  "exports": {
 | 
						|
    ".": {
 | 
						|
      "import": "./dist/tmagic-editor.es.js",
 | 
						|
      "require": "./dist/tmagic-editor.umd.js"
 | 
						|
    },
 | 
						|
    "./dist/style.css": {
 | 
						|
      "import": "./dist/style.css",
 | 
						|
      "require": "./dist/style.css"
 | 
						|
    },
 | 
						|
    "./*": "./*"
 | 
						|
  },
 | 
						|
  "license": "Apache-2.0",
 | 
						|
  "scripts": {
 | 
						|
    "build": "vite build",
 | 
						|
    "test": "jest --maxWorkers=8",
 | 
						|
    "test:coverage": "jest --maxWorkers=16 --coverage"
 | 
						|
  },
 | 
						|
  "engines": {
 | 
						|
    "node": ">=14"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://github.com/Tencent/tmagic-editor.git"
 | 
						|
  },
 | 
						|
  "homepage": "https://tencent.github.io/tmagic-editor/docs/",
 | 
						|
  "keywords": [
 | 
						|
    "editor",
 | 
						|
    "drag",
 | 
						|
    "resize",
 | 
						|
    "vue",
 | 
						|
    "vue3",
 | 
						|
    "typescript"
 | 
						|
  ],
 | 
						|
  "dependencies": {
 | 
						|
    "@babel/core": "^7.18.0",
 | 
						|
    "@element-plus/icons": "0.0.11",
 | 
						|
    "@tmagic/core": "^1.0.0-rc.5",
 | 
						|
    "@tmagic/form": "^1.0.0-rc.5",
 | 
						|
    "@tmagic/schema": "^1.0.0-rc.5",
 | 
						|
    "@tmagic/stage": "^1.0.0-rc.5",
 | 
						|
    "@tmagic/utils": "^1.0.0-rc.5",
 | 
						|
    "buffer": "^6.0.3",
 | 
						|
    "color": "^3.1.3",
 | 
						|
    "element-plus": "^2.2.0",
 | 
						|
    "events": "^3.3.0",
 | 
						|
    "gesto": "^1.7.0",
 | 
						|
    "keycon": "^1.1.2",
 | 
						|
    "lodash-es": "^4.17.21",
 | 
						|
    "monaco-editor": "^0.32.1",
 | 
						|
    "serialize-javascript": "^6.0.0",
 | 
						|
    "vue": "^3.2.0"
 | 
						|
  },
 | 
						|
  "peerDependencies": {
 | 
						|
    "@tmagic/form": "^1.0.0-rc.1",
 | 
						|
    "element-plus": "^2.2.0",
 | 
						|
    "vue": "^3.2.0"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/events": "^3.0.0",
 | 
						|
    "@types/jest": "^27.5.1",
 | 
						|
    "@types/lodash-es": "^4.17.4",
 | 
						|
    "@types/node": "^15.12.4",
 | 
						|
    "@types/serialize-javascript": "^5.0.1",
 | 
						|
    "@vitejs/plugin-vue": "^1.2.3",
 | 
						|
    "@vitejs/plugin-vue-jsx": "^1.1.6",
 | 
						|
    "@vue/compiler-sfc": "^3.2.0",
 | 
						|
    "@vue/test-utils": "^2.0.0-rc.20",
 | 
						|
    "@vue/vue3-jest": "^27.0.0-alpha.4",
 | 
						|
    "babel-jest": "^27.0.6",
 | 
						|
    "jest": "^27.5.1",
 | 
						|
    "jest-serializer-vue": "^2.0.2",
 | 
						|
    "jest-transform-stub": "^2.0.0",
 | 
						|
    "sass": "^1.35.1",
 | 
						|
    "ts-jest": "^27.1.4",
 | 
						|
    "typescript": "^4.3.4",
 | 
						|
    "vite": "^2.3.7",
 | 
						|
    "vite-plugin-dts": "^0.9.6",
 | 
						|
    "vue-tsc": "^0.0.24"
 | 
						|
  }
 | 
						|
}
 |