init commit

This commit is contained in:
2026-03-17 16:28:59 +03:30
parent 782aeab2eb
commit cd63e3d0b0
14 changed files with 22513 additions and 6945 deletions
+16 -16
View File
@@ -45,6 +45,21 @@
"*.d.ts"
],
"sideEffects": false,
"peerDependencies": {
"@vue-flow/core": "^1.23.0",
"vue": "^3.3.0"
},
"devDependencies": {
"vue-tsc": "^1.8.16",
"@tooling/eslint-config": "0.0.0",
"@tooling/tsconfig": "0.0.0",
"@tooling/vite-config": "0.0.0",
"@vue-flow/core": "1.41.5"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"dev": "pnpm types:watch & pnpm build:watch",
"build": "vite build",
@@ -54,20 +69,5 @@
"lint": "eslint --ext .js,.ts,.vue ./",
"lint:dist": "eslint --ext \".ts,.tsx\" -c .eslintrc.js --fix --ignore-pattern !**/* ./dist",
"test": "exit 0"
},
"peerDependencies": {
"@vue-flow/core": "^1.23.0",
"vue": "^3.3.0"
},
"devDependencies": {
"@tooling/eslint-config": "workspace:*",
"@tooling/tsconfig": "workspace:*",
"@tooling/vite-config": "workspace:*",
"@vue-flow/core": "workspace:*",
"vue-tsc": "^1.8.16"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
}