Files
vue-flow/package.json
bcakmakoglu 3dd3c37fc2 chore: update dependencies
# What's changed?

* add `jsx: "preserve"` to tsconfig (necessary in new vue-tsc version)
2022-06-10 15:54:40 +02:00

27 lines
785 B
JSON

{
"name": "@braks/vue-flow-monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "pnpm --dir examples/vite dev",
"docs": "pnpm --dir docs dev",
"postrelease": "git-cliff --output CHANGELOG.md && git add CHANGELOG.md && git commit -m \"chore: Update CHANGELOG.md\"",
"release": "turbo run release",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"typedocs": "turbo run typedoc"
},
"devDependencies": {
"@antfu/eslint-config": "^0.24.3",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"shx": "^0.3.4",
"turbo": "^1.2.16",
"typescript": "^4.7.3"
}
}