@loafmarkets/ui 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loafmarkets/ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Loaf Markets enterprise component library",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"files": [
|
|
@@ -17,17 +17,10 @@
|
|
|
17
17
|
},
|
|
18
18
|
"./tailwind": "./tailwind.config.ts"
|
|
19
19
|
},
|
|
20
|
-
"scripts": {
|
|
21
|
-
"build": "tsup src/index.ts --format esm,cjs --dts",
|
|
22
|
-
"dev": "tsup src/index.ts --format esm --watch",
|
|
23
|
-
"lint": "biome check \"src/**/*.{ts,tsx}\"",
|
|
24
|
-
"test": "vitest run",
|
|
25
|
-
"storybook": "pnpm --filter @loafmarkets/storybook dev"
|
|
26
|
-
},
|
|
27
20
|
"dependencies": {
|
|
28
21
|
"@radix-ui/react-slot": "1.1.0",
|
|
29
|
-
"@loafmarkets/tailwind-config": "
|
|
30
|
-
"@loafmarkets/tokens": "
|
|
22
|
+
"@loafmarkets/tailwind-config": "^0.0.1",
|
|
23
|
+
"@loafmarkets/tokens": "^0.0.3",
|
|
31
24
|
"class-variance-authority": "0.7.0",
|
|
32
25
|
"clsx": "2.1.1",
|
|
33
26
|
"lightweight-charts": "4.2.0",
|
|
@@ -48,5 +41,12 @@
|
|
|
48
41
|
"peerDependencies": {
|
|
49
42
|
"react": "^18.3.1",
|
|
50
43
|
"react-dom": "^18.3.1"
|
|
44
|
+
},
|
|
45
|
+
"scripts": {
|
|
46
|
+
"build": "tsup src/index.ts --format esm,cjs --dts",
|
|
47
|
+
"dev": "tsup src/index.ts --format esm --watch",
|
|
48
|
+
"lint": "biome check \"src/**/*.{ts,tsx}\"",
|
|
49
|
+
"test": "vitest run",
|
|
50
|
+
"storybook": "pnpm --filter @loafmarkets/storybook dev"
|
|
51
51
|
}
|
|
52
|
-
}
|
|
52
|
+
}
|