@yourdash/uikit 1.0.36 → 1.0.37
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +42 -39
package/package.json
CHANGED
@@ -1,39 +1,42 @@
|
|
1
|
-
{
|
2
|
-
"name": "@yourdash/uikit",
|
3
|
-
"version": "1.0.
|
4
|
-
"license": "MIT",
|
5
|
-
"type": "module",
|
6
|
-
"private": false,
|
7
|
-
"packageManager": "yarn@1.22.22",
|
8
|
-
"engines": {
|
9
|
-
"node": ">=21.0.0"
|
10
|
-
},
|
11
|
-
"files": [
|
12
|
-
"dist/"
|
13
|
-
],
|
14
|
-
"main": "./dist/main.js",
|
15
|
-
"types": "./dist/main.d.ts",
|
16
|
-
"
|
17
|
-
"
|
18
|
-
},
|
19
|
-
"
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
"react
|
25
|
-
|
26
|
-
|
27
|
-
"
|
28
|
-
|
29
|
-
|
30
|
-
"
|
31
|
-
"
|
32
|
-
"
|
33
|
-
"
|
34
|
-
"
|
35
|
-
"
|
36
|
-
"
|
37
|
-
"vite
|
38
|
-
|
39
|
-
|
1
|
+
{
|
2
|
+
"name": "@yourdash/uikit",
|
3
|
+
"version": "1.0.37",
|
4
|
+
"license": "MIT",
|
5
|
+
"type": "module",
|
6
|
+
"private": false,
|
7
|
+
"packageManager": "yarn@1.22.22",
|
8
|
+
"engines": {
|
9
|
+
"node": ">=21.0.0"
|
10
|
+
},
|
11
|
+
"files": [
|
12
|
+
"dist/"
|
13
|
+
],
|
14
|
+
"main": "./dist/main.js",
|
15
|
+
"types": "./dist/main.d.ts",
|
16
|
+
"exports": {
|
17
|
+
".": "./dist/main.js"
|
18
|
+
},
|
19
|
+
"scripts": {
|
20
|
+
"build": "vite build"
|
21
|
+
},
|
22
|
+
"author": "Ewsgit <ewsgit@duck.com>",
|
23
|
+
"peerDependencies": {
|
24
|
+
"@types/react": "^18.3.5",
|
25
|
+
"@types/react-dom": "^18.3.0",
|
26
|
+
"react": "^18.3.1",
|
27
|
+
"react-dom": "^18.3.1"
|
28
|
+
},
|
29
|
+
"dependencies": {
|
30
|
+
"@vitejs/plugin-react": "^4.3.4",
|
31
|
+
"@yourdash/shared": "*",
|
32
|
+
"ajv": "8.17.1",
|
33
|
+
"glob": "^11.0.0",
|
34
|
+
"path": "^0.12.7",
|
35
|
+
"sass": "^1.78.0",
|
36
|
+
"typescript": "^5.6.2",
|
37
|
+
"vite": "^6.0.2",
|
38
|
+
"vite-plugin-dts": "^4.3.0",
|
39
|
+
"vite-plugin-dynamic-import": "^1.6.0",
|
40
|
+
"vite-plugin-lib-inject-css": "^2.1.1"
|
41
|
+
}
|
42
|
+
}
|