mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
chore: 补充package.json files字段
This commit is contained in:
parent
78e9a0ab15
commit
b198417ad1
@ -20,6 +20,10 @@
|
|||||||
},
|
},
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"types"
|
||||||
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build:type && vite build",
|
"build": "npm run build:type && vite build",
|
||||||
|
@ -16,6 +16,10 @@
|
|||||||
},
|
},
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"types"
|
||||||
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build:type && vite build --mode=es && vite build --mode=umd",
|
"build": "npm run build:type && vite build --mode=es && vite build --mode=umd",
|
||||||
|
@ -16,6 +16,10 @@
|
|||||||
},
|
},
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"types"
|
||||||
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build:type && vite build",
|
"build": "npm run build:type && vite build",
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
.babelrc
|
|
||||||
.eslintrc
|
|
||||||
.editorconfig
|
|
||||||
node_modules
|
|
||||||
.DS_Store
|
|
||||||
examples
|
|
||||||
tests
|
|
||||||
.code.yml
|
|
||||||
reports
|
|
||||||
tsconfig.json
|
|
||||||
vite.config.ts
|
|
||||||
|
|
||||||
# local env files
|
|
||||||
.env.local
|
|
||||||
.env.*.local
|
|
||||||
|
|
||||||
# Log files
|
|
||||||
npm-debug.log*
|
|
||||||
pnpm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# Editor directories and files
|
|
||||||
.idea
|
|
||||||
.vscode
|
|
||||||
*.suo
|
|
||||||
*.ntvs*
|
|
||||||
*.njsproj
|
|
||||||
*.sln
|
|
||||||
*.sw?
|
|
@ -16,6 +16,10 @@
|
|||||||
},
|
},
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"types"
|
||||||
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build:type && vite build",
|
"build": "npm run build:type && vite build",
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
.babelrc
|
|
||||||
.eslintrc
|
|
||||||
.editorconfig
|
|
||||||
node_modules
|
|
||||||
.DS_Store
|
|
||||||
examples
|
|
||||||
tests
|
|
||||||
.code.yml
|
|
||||||
reports
|
|
||||||
tsconfig.json
|
|
||||||
vite.config.ts
|
|
||||||
|
|
||||||
# local env files
|
|
||||||
.env.local
|
|
||||||
.env.*.local
|
|
||||||
|
|
||||||
# Log files
|
|
||||||
npm-debug.log*
|
|
||||||
pnpm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# Editor directories and files
|
|
||||||
.idea
|
|
||||||
.vscode
|
|
||||||
*.suo
|
|
||||||
*.ntvs*
|
|
||||||
*.njsproj
|
|
||||||
*.sln
|
|
||||||
*.sw?
|
|
@ -22,6 +22,10 @@
|
|||||||
},
|
},
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"types"
|
||||||
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build:type && vite build",
|
"build": "npm run build:type && vite build",
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
.babelrc
|
|
||||||
.eslintrc
|
|
||||||
.editorconfig
|
|
||||||
node_modules
|
|
||||||
.DS_Store
|
|
||||||
examples
|
|
||||||
tests
|
|
||||||
.code.yml
|
|
||||||
reports
|
|
||||||
tsconfig.json
|
|
||||||
vite.config.ts
|
|
||||||
|
|
||||||
# local env files
|
|
||||||
.env.local
|
|
||||||
.env.*.local
|
|
||||||
|
|
||||||
# Log files
|
|
||||||
npm-debug.log*
|
|
||||||
pnpm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# Editor directories and files
|
|
||||||
.idea
|
|
||||||
.vscode
|
|
||||||
*.suo
|
|
||||||
*.ntvs*
|
|
||||||
*.njsproj
|
|
||||||
*.sln
|
|
||||||
*.sw?
|
|
@ -16,6 +16,10 @@
|
|||||||
},
|
},
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"types"
|
||||||
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build:type && vite build",
|
"build": "npm run build:type && vite build",
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
.babelrc
|
|
||||||
.eslintrc
|
|
||||||
.editorconfig
|
|
||||||
node_modules
|
|
||||||
.DS_Store
|
|
||||||
examples
|
|
||||||
tests
|
|
||||||
.code.yml
|
|
||||||
reports
|
|
||||||
tsconfig.json
|
|
||||||
vite.config.ts
|
|
||||||
|
|
||||||
# local env files
|
|
||||||
.env.local
|
|
||||||
.env.*.local
|
|
||||||
|
|
||||||
# Log files
|
|
||||||
npm-debug.log*
|
|
||||||
pnpm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# Editor directories and files
|
|
||||||
.idea
|
|
||||||
.vscode
|
|
||||||
*.suo
|
|
||||||
*.ntvs*
|
|
||||||
*.njsproj
|
|
||||||
*.sln
|
|
||||||
*.sw?
|
|
@ -22,6 +22,10 @@
|
|||||||
},
|
},
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"types"
|
||||||
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build:type && vite build",
|
"build": "npm run build:type && vite build",
|
||||||
|
@ -14,6 +14,10 @@
|
|||||||
},
|
},
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"types"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build:type && vite build",
|
"build": "npm run build:type && vite build",
|
||||||
"build:type": "npm run clear:type && tsc --declaration --emitDeclarationOnly --project tsconfig.build.json",
|
"build:type": "npm run clear:type && tsc --declaration --emitDeclarationOnly --project tsconfig.build.json",
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
.babelrc
|
|
||||||
.eslintrc
|
|
||||||
.editorconfig
|
|
||||||
node_modules
|
|
||||||
.DS_Store
|
|
||||||
examples
|
|
||||||
tests
|
|
||||||
.code.yml
|
|
||||||
reports
|
|
||||||
tsconfig.json
|
|
||||||
vite.config.ts
|
|
||||||
|
|
||||||
# local env files
|
|
||||||
.env.local
|
|
||||||
.env.*.local
|
|
||||||
|
|
||||||
# Log files
|
|
||||||
npm-debug.log*
|
|
||||||
pnpm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# Editor directories and files
|
|
||||||
.idea
|
|
||||||
.vscode
|
|
||||||
*.suo
|
|
||||||
*.ntvs*
|
|
||||||
*.njsproj
|
|
||||||
*.sln
|
|
||||||
*.sw?
|
|
@ -16,6 +16,10 @@
|
|||||||
},
|
},
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"types"
|
||||||
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build:type && vite build",
|
"build": "npm run build:type && vite build",
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
.babelrc
|
|
||||||
.eslintrc
|
|
||||||
.editorconfig
|
|
||||||
node_modules
|
|
||||||
.DS_Store
|
|
||||||
examples
|
|
||||||
tests
|
|
||||||
.code.yml
|
|
||||||
reports
|
|
||||||
tsconfig.json
|
|
||||||
vite.config.ts
|
|
||||||
|
|
||||||
# local env files
|
|
||||||
.env.local
|
|
||||||
.env.*.local
|
|
||||||
|
|
||||||
# Log files
|
|
||||||
npm-debug.log*
|
|
||||||
pnpm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# Editor directories and files
|
|
||||||
.idea
|
|
||||||
.vscode
|
|
||||||
*.suo
|
|
||||||
*.ntvs*
|
|
||||||
*.njsproj
|
|
||||||
*.sln
|
|
||||||
*.sw?
|
|
@ -20,6 +20,10 @@
|
|||||||
},
|
},
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"types"
|
||||||
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build:type && vite build",
|
"build": "npm run build:type && vite build",
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
.babelrc
|
|
||||||
.eslintrc
|
|
||||||
.editorconfig
|
|
||||||
node_modules
|
|
||||||
.DS_Store
|
|
||||||
examples
|
|
||||||
tests
|
|
||||||
.code.yml
|
|
||||||
reports
|
|
||||||
tsconfig.json
|
|
||||||
vite.config.ts
|
|
||||||
|
|
||||||
# local env files
|
|
||||||
.env.local
|
|
||||||
.env.*.local
|
|
||||||
|
|
||||||
# Log files
|
|
||||||
npm-debug.log*
|
|
||||||
pnpm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# Editor directories and files
|
|
||||||
.idea
|
|
||||||
.vscode
|
|
||||||
*.suo
|
|
||||||
*.ntvs*
|
|
||||||
*.njsproj
|
|
||||||
*.sln
|
|
||||||
*.sw?
|
|
@ -16,6 +16,10 @@
|
|||||||
},
|
},
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"types"
|
||||||
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build:type && vite build",
|
"build": "npm run build:type && vite build",
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
.babelrc
|
|
||||||
.eslintrc
|
|
||||||
.editorconfig
|
|
||||||
node_modules
|
|
||||||
.DS_Store
|
|
||||||
examples
|
|
||||||
tests
|
|
||||||
.code.yml
|
|
||||||
reports
|
|
||||||
tsconfig.json
|
|
||||||
vite.config.ts
|
|
||||||
|
|
||||||
# local env files
|
|
||||||
.env.local
|
|
||||||
.env.*.local
|
|
||||||
|
|
||||||
# Log files
|
|
||||||
npm-debug.log*
|
|
||||||
pnpm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# Editor directories and files
|
|
||||||
.idea
|
|
||||||
.vscode
|
|
||||||
*.suo
|
|
||||||
*.ntvs*
|
|
||||||
*.njsproj
|
|
||||||
*.sln
|
|
||||||
*.sw?
|
|
@ -3,6 +3,9 @@
|
|||||||
"version": "1.4.7",
|
"version": "1.4.7",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
|
"files": [
|
||||||
|
"src"
|
||||||
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
.babelrc
|
|
||||||
.eslintrc
|
|
||||||
.editorconfig
|
|
||||||
node_modules
|
|
||||||
.DS_Store
|
|
||||||
examples
|
|
||||||
tests
|
|
||||||
.code.yml
|
|
||||||
reports
|
|
||||||
tsconfig.json
|
|
||||||
vite.config.ts
|
|
||||||
|
|
||||||
# local env files
|
|
||||||
.env.local
|
|
||||||
.env.*.local
|
|
||||||
|
|
||||||
# Log files
|
|
||||||
npm-debug.log*
|
|
||||||
pnpm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# Editor directories and files
|
|
||||||
.idea
|
|
||||||
.vscode
|
|
||||||
*.suo
|
|
||||||
*.ntvs*
|
|
||||||
*.njsproj
|
|
||||||
*.sln
|
|
||||||
*.sw?
|
|
@ -3,6 +3,9 @@
|
|||||||
"name": "@tmagic/ui-vue2",
|
"name": "@tmagic/ui-vue2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
|
"files": [
|
||||||
|
"src"
|
||||||
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
.babelrc
|
|
||||||
.eslintrc
|
|
||||||
.editorconfig
|
|
||||||
node_modules
|
|
||||||
.DS_Store
|
|
||||||
examples
|
|
||||||
tests
|
|
||||||
.code.yml
|
|
||||||
reports
|
|
||||||
tsconfig.json
|
|
||||||
vite.config.ts
|
|
||||||
|
|
||||||
# local env files
|
|
||||||
.env.local
|
|
||||||
.env.*.local
|
|
||||||
|
|
||||||
# Log files
|
|
||||||
npm-debug.log*
|
|
||||||
pnpm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# Editor directories and files
|
|
||||||
.idea
|
|
||||||
.vscode
|
|
||||||
*.suo
|
|
||||||
*.ntvs*
|
|
||||||
*.njsproj
|
|
||||||
*.sln
|
|
||||||
*.sw?
|
|
@ -3,6 +3,9 @@
|
|||||||
"name": "@tmagic/ui",
|
"name": "@tmagic/ui",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
|
"files": [
|
||||||
|
"src"
|
||||||
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18"
|
"node": ">=18"
|
||||||
},
|
},
|
||||||
|
@ -1,30 +0,0 @@
|
|||||||
.babelrc
|
|
||||||
.eslintrc
|
|
||||||
.editorconfig
|
|
||||||
node_modules
|
|
||||||
.DS_Store
|
|
||||||
examples
|
|
||||||
tests
|
|
||||||
.code.yml
|
|
||||||
reports
|
|
||||||
tsconfig.json
|
|
||||||
vite.config.ts
|
|
||||||
|
|
||||||
# local env files
|
|
||||||
.env.local
|
|
||||||
.env.*.local
|
|
||||||
|
|
||||||
# Log files
|
|
||||||
npm-debug.log*
|
|
||||||
pnpm-debug.log*
|
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
|
|
||||||
# Editor directories and files
|
|
||||||
.idea
|
|
||||||
.vscode
|
|
||||||
*.suo
|
|
||||||
*.ntvs*
|
|
||||||
*.njsproj
|
|
||||||
*.sln
|
|
||||||
*.sw?
|
|
@ -16,6 +16,10 @@
|
|||||||
"require": "./src/resetcss.css"
|
"require": "./src/resetcss.css"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"types"
|
||||||
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "rimraf ./dist && npm run build:type && vite build --mode=es && vite build --mode=umd",
|
"build": "rimraf ./dist && npm run build:type && vite build --mode=es && vite build --mode=umd",
|
||||||
|
@ -2,10 +2,6 @@
|
|||||||
"version": "1.0.9",
|
"version": "1.0.9",
|
||||||
"name": "@tmagic/tmagic-form-runtime",
|
"name": "@tmagic/tmagic-form-runtime",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"sideEffects": [
|
|
||||||
"dist/*",
|
|
||||||
"src/theme/*"
|
|
||||||
],
|
|
||||||
"main": "dist/tmagic-form-runtime.umd.cjs",
|
"main": "dist/tmagic-form-runtime.umd.cjs",
|
||||||
"module": "dist/tmagic-form-runtime.js",
|
"module": "dist/tmagic-form-runtime.js",
|
||||||
"types": "types/index.d.ts",
|
"types": "types/index.d.ts",
|
||||||
@ -17,6 +13,10 @@
|
|||||||
},
|
},
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist",
|
||||||
|
"types"
|
||||||
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run build:type && vite build",
|
"build": "npm run build:type && vite build",
|
||||||
|
@ -12,6 +12,9 @@
|
|||||||
},
|
},
|
||||||
"./*": "./*"
|
"./*": "./*"
|
||||||
},
|
},
|
||||||
|
"files": [
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "pnpm clean && tsc -b tsconfig.build.json",
|
"build": "pnpm clean && tsc -b tsconfig.build.json",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user