fina-react-ds 2.0.10-alpha → 2.0.10
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
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"url": "https://github.com/F1na/fina-react-ds"
|
|
6
6
|
},
|
|
7
7
|
"private": false,
|
|
8
|
-
"version": "2.0.10
|
|
8
|
+
"version": "2.0.10",
|
|
9
9
|
"type": "module",
|
|
10
10
|
"files": [
|
|
11
11
|
"dist"
|
|
@@ -52,16 +52,6 @@
|
|
|
52
52
|
]
|
|
53
53
|
}
|
|
54
54
|
},
|
|
55
|
-
"scripts": {
|
|
56
|
-
"dev": "vite",
|
|
57
|
-
"build": "rimraf dist && pnpm build:types && pnpm build:components && pnpm build:clean",
|
|
58
|
-
"build:types": "tsc -p tsconfig.build.json && tsc-alias",
|
|
59
|
-
"build:components": "vite build",
|
|
60
|
-
"build:clean": "rimraf dist/vite.config.d.ts dist/vite.config.d.ts.map",
|
|
61
|
-
"lint": "eslint .",
|
|
62
|
-
"preview": "vite preview",
|
|
63
|
-
"shadcn:check": "bash scripts/check-shadcn-updates.sh"
|
|
64
|
-
},
|
|
65
55
|
"dependencies": {
|
|
66
56
|
"@base-ui/react": "^1.3.0",
|
|
67
57
|
"@ckeditor/ckeditor5-react": "^11.0.1",
|
|
@@ -123,14 +113,17 @@
|
|
|
123
113
|
"sideEffects": [
|
|
124
114
|
"**/*.css"
|
|
125
115
|
],
|
|
126
|
-
"pnpm": {
|
|
127
|
-
"onlyBuiltDependencies": [
|
|
128
|
-
"@parcel/watcher",
|
|
129
|
-
"@swc/core",
|
|
130
|
-
"esbuild"
|
|
131
|
-
]
|
|
132
|
-
},
|
|
133
116
|
"eslintConfig": {
|
|
134
117
|
"extends": []
|
|
118
|
+
},
|
|
119
|
+
"scripts": {
|
|
120
|
+
"dev": "vite",
|
|
121
|
+
"build": "rimraf dist && pnpm build:types && pnpm build:components && pnpm build:clean",
|
|
122
|
+
"build:types": "tsc -p tsconfig.build.json && tsc-alias",
|
|
123
|
+
"build:components": "vite build",
|
|
124
|
+
"build:clean": "rimraf dist/vite.config.d.ts dist/vite.config.d.ts.map",
|
|
125
|
+
"lint": "eslint .",
|
|
126
|
+
"preview": "vite preview",
|
|
127
|
+
"shadcn:check": "bash scripts/check-shadcn-updates.sh"
|
|
135
128
|
}
|
|
136
|
-
}
|
|
129
|
+
}
|
|
File without changes
|
|
File without changes
|