-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
33 lines (33 loc) · 1.17 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
{
"name": "@hover-design/base",
"version": "1.0.0",
"description": "Hover Component library created by bunch of ants from AntStack",
"main": "index.js",
"homepage": "https://github.com/antstackio/hover-design",
"repository": {
"type": "git",
"url": "git+https://github.com/antstackio/hover-design.git"
},
"devDependencies": {
"pnpm": "6",
"turbo": "^1.6.3"
},
"packageManager": "[email protected]",
"scripts": {
"prebuild": "test \"$CI\" = true && npx pnpm install -r --store=node_modules/.pnpm-store || echo skiping pnpm install",
"build": "turbo run build --filter=!./examples/*",
"test": "turbo run test --filter=@hover-design/react",
"dev": "turbo run dev --no-cache --parallel --continue",
"publish-build": "turbo run build --filter=@hover-design/react --no-deps --include-dependencies",
"ladle": "turbo run ladle --filter=@hover-design/react --no-deps --include-dependencies",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md,mdx}\""
},
"keywords": [
"hover",
"component library",
"design system"
],
"author": "AntStack <[email protected]> (https://antstack.com)",
"license": "MIT"
}