mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 18:52:18 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			61 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			61 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "version": "1.3.1",
 | 
						|
  "name": "@tmagic/table",
 | 
						|
  "type": "module",
 | 
						|
  "sideEffects": [
 | 
						|
    "dist/*"
 | 
						|
  ],
 | 
						|
  "main": "dist/tmagic-table.umd.cjs",
 | 
						|
  "module": "dist/tmagic-table.js",
 | 
						|
  "types": "types/index.d.ts",
 | 
						|
  "exports": {
 | 
						|
    ".": {
 | 
						|
      "types": "./types/index.d.ts",
 | 
						|
      "import": "./dist/tmagic-table.js",
 | 
						|
      "require": "./dist/tmagic-table.umd.cjs"
 | 
						|
    },
 | 
						|
    "./dist/style.css": {
 | 
						|
      "import": "./dist/style.css",
 | 
						|
      "require": "./dist/style.css"
 | 
						|
    },
 | 
						|
    "./*": "./*"
 | 
						|
  },
 | 
						|
  "license": "Apache-2.0",
 | 
						|
  "scripts": {
 | 
						|
    "build": "npm run build:type && vite build",
 | 
						|
    "build:type": "npm run clear:type && vue-tsc --declaration --emitDeclarationOnly --project tsconfig.build.json",
 | 
						|
    "clear:type": "rimraf ./types"
 | 
						|
  },
 | 
						|
  "engines": {
 | 
						|
    "node": ">=14"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://github.com/Tencent/tmagic-editor.git"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@tmagic/design": "1.3.1",
 | 
						|
    "@tmagic/form": "1.3.1",
 | 
						|
    "@tmagic/utils": "1.3.1",
 | 
						|
    "lodash-es": "^4.17.21",
 | 
						|
    "vue": "^3.3.8"
 | 
						|
  },
 | 
						|
  "peerDependencies": {
 | 
						|
    "@tmagic/form": "1.3.1",
 | 
						|
    "vue": "^3.3.8"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/color": "^3.0.1",
 | 
						|
    "@types/lodash-es": "^4.17.4",
 | 
						|
    "@types/node": "^15.12.4",
 | 
						|
    "@vitejs/plugin-vue": "^4.2.3",
 | 
						|
    "@vue/compiler-sfc": "^3.3.8",
 | 
						|
    "@vue/test-utils": "^2.3.2",
 | 
						|
    "rimraf": "^3.0.2",
 | 
						|
    "sass": "^1.35.1",
 | 
						|
    "typescript": "^5.0.4",
 | 
						|
    "vite": "^4.4.4",
 | 
						|
    "vue-tsc": "^1.6.5"
 | 
						|
  }
 | 
						|
}
 |