-
Notifications
You must be signed in to change notification settings - Fork 338
/
package.json
29 lines (29 loc) · 988 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "floating-vue-monorepo",
"packageManager": "pnpm@8.6.2",
"version": "5.2.2",
"private": true,
"scripts": {
"build": "pnpm -r --filter=\"./packages/*\" run build",
"docs": "pnpm -C docs run dev",
"docs:build": "pnpm run build && pnpm -C docs run build",
"dev": "pnpm -C docs run dev",
"test": "pnpm -r --filter=\"./packages/*\" run test",
"lint": "eslint --ext .js,.ts,.vue .",
"release": "pnpm run lint && pnpm run build && sheep release -b main"
},
"devDependencies": {
"@akryum/sheep": "^0.5.0",
"floating-vue": "workspace:*",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"@vue/eslint-config-standard": "^8.0.1",
"@vue/eslint-config-typescript": "^11.0.3",
"eslint": "^8.42.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.14.1",
"typescript": "^5.1.3"
}
}