ranui 0.1.10-alpha.22 → 0.1.10-alpha.23
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 +16 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ranui",
|
|
3
|
-
"version": "0.1.10-alpha.
|
|
3
|
+
"version": "0.1.10-alpha.23",
|
|
4
4
|
"description": "UI Component library based on `Web Component`",
|
|
5
5
|
"main": "dist/umd/index.umd.cjs",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -20,18 +20,6 @@
|
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=23.10.0"
|
|
22
22
|
},
|
|
23
|
-
"scripts": {
|
|
24
|
-
"dev": "vite --host",
|
|
25
|
-
"build": "sh ./bin/build.sh",
|
|
26
|
-
"build:es": "vite build -c ./build/config.es.ts",
|
|
27
|
-
"build:umd": "vite build -c ./build/config.umd.ts",
|
|
28
|
-
"prepublish": "npm run build",
|
|
29
|
-
"test": "sh ./bin/test.sh",
|
|
30
|
-
"test:report": "playwright show-report",
|
|
31
|
-
"test:ui": "playwright test --ui",
|
|
32
|
-
"test:update": "playwright test --update-snapshots",
|
|
33
|
-
"tsc": "tsc --noEmit"
|
|
34
|
-
},
|
|
35
23
|
"files": [
|
|
36
24
|
"dist",
|
|
37
25
|
"typings.d.ts"
|
|
@@ -208,7 +196,19 @@
|
|
|
208
196
|
"jszip": "^3.10.1",
|
|
209
197
|
"lodash": "^4.17.21",
|
|
210
198
|
"lodash-es": "^4.17.21",
|
|
211
|
-
"
|
|
212
|
-
"
|
|
199
|
+
"tinycolor2": "^1.6.0",
|
|
200
|
+
"ranuts": "^0.1.0-alpha.18"
|
|
201
|
+
},
|
|
202
|
+
"scripts": {
|
|
203
|
+
"dev": "vite --host",
|
|
204
|
+
"build": "sh ./bin/build.sh",
|
|
205
|
+
"build:es": "vite build -c ./build/config.es.ts",
|
|
206
|
+
"build:umd": "vite build -c ./build/config.umd.ts",
|
|
207
|
+
"prepublish": "npm run build",
|
|
208
|
+
"test": "sh ./bin/test.sh",
|
|
209
|
+
"test:report": "playwright show-report",
|
|
210
|
+
"test:ui": "playwright test --ui",
|
|
211
|
+
"test:update": "playwright test --update-snapshots",
|
|
212
|
+
"tsc": "tsc --noEmit"
|
|
213
213
|
}
|
|
214
|
-
}
|
|
214
|
+
}
|