@niledatabase/react 4.1.1-alpha.0 → 4.1.1-alpha.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 +3 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@niledatabase/react",
|
|
3
|
-
"version": "4.1.1-alpha.
|
|
3
|
+
"version": "4.1.1-alpha.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
"node": ">=20.0"
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
|
-
"analyze": "size-limit --why",
|
|
24
23
|
"build:storybook": "yarn build:tailwind && storybook build",
|
|
25
24
|
"build:tailwind": "npx @tailwindcss/cli -i ./.storybook/globals.css -o ./.storybook/output.css",
|
|
26
25
|
"build": "npx @tailwindcss/cli -i ./.storybook/globals.css -o ./dist/styles.css --minify && tsup src/index.ts",
|
|
@@ -28,7 +27,6 @@
|
|
|
28
27
|
"dev:tailwind": "npx @tailwindcss/cli -i ./.storybook/globals.css -o ./.storybook/output.css --watch",
|
|
29
28
|
"dev": "storybook dev",
|
|
30
29
|
"lint": "eslint src",
|
|
31
|
-
"size": "size-limit",
|
|
32
30
|
"storybook": "yarn build:tailwind && CACHE_DIR=$PWD/.yarn/cache storybook dev -p 6006",
|
|
33
31
|
"test": "yarn jest"
|
|
34
32
|
},
|
|
@@ -52,16 +50,6 @@
|
|
|
52
50
|
"publishConfig": {
|
|
53
51
|
"access": "public"
|
|
54
52
|
},
|
|
55
|
-
"size-limit": [
|
|
56
|
-
{
|
|
57
|
-
"path": "dist/react.cjs.production.min.js",
|
|
58
|
-
"limit": "10 KB"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"path": "dist/react.esm.js",
|
|
62
|
-
"limit": "10 KB"
|
|
63
|
-
}
|
|
64
|
-
],
|
|
65
53
|
"devDependencies": {
|
|
66
54
|
"@babel/core": "^7.23.3",
|
|
67
55
|
"@babel/preset-env": "^7.23.3",
|
|
@@ -69,7 +57,6 @@
|
|
|
69
57
|
"@babel/preset-typescript": "^7.23.3",
|
|
70
58
|
"@chromatic-com/storybook": "^1.9.0",
|
|
71
59
|
"@rollup/plugin-babel": "^6.0.4",
|
|
72
|
-
"@size-limit/preset-small-lib": "^8.2.6",
|
|
73
60
|
"@storybook/addon-essentials": "^8.0.0",
|
|
74
61
|
"@storybook/addon-interactions": "^8.0.0",
|
|
75
62
|
"@storybook/addon-links": "^8.0.0",
|
|
@@ -108,7 +95,6 @@
|
|
|
108
95
|
"postcss": "^8.4.47",
|
|
109
96
|
"prop-types": "^15.8.1",
|
|
110
97
|
"rollup-plugin-terser": "^7.0.2",
|
|
111
|
-
"size-limit": "^8.2.6",
|
|
112
98
|
"storybook": "^8.0.0",
|
|
113
99
|
"tailwind-merge": "^3.0.2",
|
|
114
100
|
"tailwindcss": "^4.0.15",
|
|
@@ -121,7 +107,7 @@
|
|
|
121
107
|
},
|
|
122
108
|
"dependencies": {
|
|
123
109
|
"@hookform/resolvers": "^5.0.1",
|
|
124
|
-
"@niledatabase/browser": "^4.1.1-alpha.
|
|
110
|
+
"@niledatabase/browser": "^4.1.1-alpha.2",
|
|
125
111
|
"@radix-ui/react-dialog": "^1.1.6",
|
|
126
112
|
"@radix-ui/react-dropdown-menu": "^2.1.6",
|
|
127
113
|
"@radix-ui/react-label": "^2.1.3",
|
|
@@ -134,5 +120,5 @@
|
|
|
134
120
|
"react-hook-form": "^7.53.0",
|
|
135
121
|
"react-is": "^19.0.0"
|
|
136
122
|
},
|
|
137
|
-
"gitHead": "
|
|
123
|
+
"gitHead": "0d6eab72f34c1ff88a4fa27b9fcf266de42850a1"
|
|
138
124
|
}
|