Files
vue-flow/package.json

31 lines
986 B
JSON

{
"name": "@vue-flow/monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "pnpm --dir examples/vite dev",
"docs": "pnpm --dir docs dev",
"changelog": "git-cliff --output CHANGELOG.md && git add CHANGELOG.md && git commit -m \"chore: Update CHANGELOG.md\"",
"build:docs": "turbo docs",
"build": "turbo build",
"test": "turbo test",
"lint": "turbo lint",
"typedocs": "turbo run build && pnpm --dir docs typedocs",
"ci:version": "changeset version",
"ci:publish": "turbo lint && turbo build && turbo test && changeset publish"
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@changesets/changelog-github": "^0.4.7",
"@changesets/cli": "^2.25.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"shx": "^0.3.4",
"turbo": "^1.5.5",
"typescript": "4.8.4"
}
}