-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.48 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
52
53
54
55
{
"name": "@starly/design-system",
"version": "0.0.0",
"homepage": "https://techmely.com/products/design-system",
"bugs": {
"url": "https://github.com/techmely/techmely/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/techmely/techmely.git"
},
"funding": "https://github.com/sponsors/techmely",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist", "README.md", "CHANGELOG.md"],
"scripts": {
"build": "tsup --entry src/index.ts --entry src/**/*.ts --clean --dts --format esm",
"format": "biome format"
},
"dependencies": {
"@tamagui/toast": "^1.101.5",
"tamagui": "^1.101.5"
},
"peerDependencies": {
"clsx": "2.1.1",
"vaul": "^0.9.1",
"react": "^18.3.1",
"react-hook-form": "^7.52.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@storybook/addon-interactions": "8.1.11",
"@storybook/builder-vite": "8.1.11",
"@storybook/react": "8.1.11",
"@tamagui/build": "^1.101.5",
"@techmely/types": "1.7.0",
"@techmely/utils": "3.2.1",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/coverage-v8": "1.6.0",
"happy-dom": "14.12.3",
"reassure": "1.0.0",
"ts-essentials": "10.0.1",
"tsup": "8.1.0"
},
"publishConfig": {
"access": "public",
"tag": "latest"
}
}