@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.
Files changed (1) hide show
  1. package/package.json +42 -39
package/package.json CHANGED
@@ -1,39 +1,42 @@
1
- {
2
- "name": "@yourdash/uikit",
3
- "version": "1.0.36",
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
- "scripts": {
17
- "build": "vite build"
18
- },
19
- "author": "Ewsgit <ewsgit@duck.com>",
20
- "peerDependencies": {
21
- "@types/react": "^18.3.5",
22
- "@types/react-dom": "^18.3.0",
23
- "react": "^18.3.1",
24
- "react-dom": "^18.3.1"
25
- },
26
- "dependencies": {
27
- "@vitejs/plugin-react": "^4.3.4",
28
- "@yourdash/shared": "*",
29
- "ajv": "8.17.1",
30
- "glob": "^11.0.0",
31
- "path": "^0.12.7",
32
- "sass": "^1.78.0",
33
- "typescript": "^5.6.2",
34
- "vite": "^6.0.2",
35
- "vite-plugin-dts": "^4.3.0",
36
- "vite-plugin-dynamic-import": "^1.6.0",
37
- "vite-plugin-lib-inject-css": "^2.1.1"
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
+ }