forked from KNXCloud/lowcode-engine-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 695 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"scripts": {
"release": "pnpm publish -r --filter @knxcloud/* --no-git-checks --tag=latest"
},
"repository": {
"type": "git",
"url": "https://gitlab.knxdevelop.com/knx-platform-group/knx-tech-platform-group/platform-vue-cli.git"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.6.0",
"prettier": "^2.7.1",
"tsup": "^5.12.9",
"typescript": "~4.5.5",
"vue": "^3.2.40"
}
}