-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.53 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "root",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "run-p dev:comp docs:dev",
"docs:dev": "pnpm --filter docs run dev",
"docs:build": "pnpm --filter docs run build",
"docs:preview": "pnpm --filter docs run preview",
"dev:comp": "pnpm --filter @ivy-design/ce run dev",
"build:comp": "pnpm --filter @ivy-design/ce run build",
"preview:comp": "pnpm --filter @ivy-design/ce run preview",
"test:unit": "pnpm --filter @ivy-design/ce run test:unit",
"type-check": "pnpm --filter @ivy-design/ce run type-check",
"lint": "pnpm --filter @ivy-design/ce run lint",
"format": "pnpm --filter @ivy-design/ce run format",
"publish": "pnpm --filter @ivy-design/ce publish --access public --no-git-checks --registry https://registry.npmjs.org/",
"publish:preview": "pnpm --filter @ivy-design/ce publish --access public --dry-run --no-git-checks --registry https://registry.npmjs.org/",
"npm": "run-s build-only publish"
},
"keywords": [
"front-end",
"component",
"vue",
"web-component",
"webComponent",
"web component",
"ivy-design"
],
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
},
"author": "",
"license": "MIT",
"dependencies": {
"@floating-ui/vue": "^1.0.6",
"@vueuse/core": "^10.6.1",
"dayjs": "^1.11.10",
"vue": "^3.3.8"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"npm-run-all": "^4.1.5"
},
"private": true
}