-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 1022 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
{
"private": true,
"name": "floating-ui-x",
"description": "Mother of non-react floating-ui packages",
"version": "0.0.0",
"license": "MIT",
"packageManager": "pnpm@7.14.2",
"author": "Renato de Leão <https://positionrelative.co>",
"scripts": {
"build:vue": "pnpm --filter=floating-ui-x-vue run build",
"build:vue-interactions": "pnpm --filter=floating-ui-x-vue-interactions run build",
"dev:vue": "pnpm --filter=floating-ui-x-vue run dev",
"dev:vue-interactions": "pnpm --filter=floating-ui-x-vue-interactions run dev",
"play:vue": "pnpm --filter=playground-vue run dev",
"typecheck:vue": "pnpm --filter=floating-ui-x-vue run typecheck",
"typecheck:vue-interactions": "pnpm --filter=floating-ui-x-vue-interactions run typecheck",
"release:vue": "pnpm run build:vue && changeset"
},
"prettier": {
"singleQuote": true,
"proseWrap": "always"
},
"devDependencies": {
"@changesets/cli": "^2.25.2",
"prettier": "^2.7.1",
"typescript": "~4.8.4"
}
}