-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.36 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.36 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
{
"version": "0.0.0",
"private": true,
"name": "@frsource/floating-ui-vue-workspace-root",
"description": "Floating-ui composable for vue",
"scripts": {
"start": "pnpm run --filter @frsource/floating-ui-vue-dom build && pnpm run --if-present --parallel --stream start",
"lint": "pnpm run --if-present --parallel --stream lint",
"lint:fix": "pnpm run --if-present --parallel --stream lint:fix",
"release": "semantic-release",
"release.ci": "pnpm release --yes",
"release.test": "pnpm release --no-git-tag-version --no-push --skip-npm"
},
"homepage": "https://github.com/FRSOURCE/floating-ui-vue/",
"repository": {
"type": "git",
"url": "git+https://github.com/FRSOURCE/floating-ui-vue.git"
},
"keywords": [
"custom scrollbar",
"light scrollbar",
"lightweight",
"simple",
"every browser"
],
"bugs": {
"url": "https://github.com/FRSOURCE/floating-ui-vue/issues"
},
"author": "Szymon Dziewoński <szymondziewonski@gmail.com>",
"license": "MIT",
"devDependencies": {
"@semantic-release/changelog": "6.0.1",
"@semantic-release/commit-analyzer": "9.0.2",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.6",
"@semantic-release/npm": "9.0.1",
"@semantic-release/release-notes-generator": "10.0.3",
"concurrently": "7.4.0",
"semantic-release": "19.0.5"
}
}