soda-heroui 0.6.0 → 0.6.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 +61 -62
package/package.json
CHANGED
|
@@ -1,64 +1,63 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
"main": "./dist/index.cjs",
|
|
14
|
-
"module": "./dist/index.js",
|
|
15
|
-
"types": "./dist/index.d.ts",
|
|
16
|
-
"sideEffects": false,
|
|
17
|
-
"scripts": {
|
|
18
|
-
"dev": "rslib build --watch",
|
|
19
|
-
"build": "rslib build",
|
|
20
|
-
"prebuild": "tsx scripts/export.ts",
|
|
21
|
-
"prepublishOnly": "npm run build",
|
|
22
|
-
"lint": "prettier --write ."
|
|
23
|
-
},
|
|
24
|
-
"keywords": [],
|
|
25
|
-
"authors": [
|
|
26
|
-
"lurongv@qq.com"
|
|
27
|
-
],
|
|
28
|
-
"license": "MIT",
|
|
29
|
-
"files": [
|
|
30
|
-
"compiled",
|
|
31
|
-
"dist",
|
|
32
|
-
"src",
|
|
33
|
-
"tsconfig.json"
|
|
34
|
-
],
|
|
35
|
-
"publishConfig": {
|
|
36
|
-
"access": "public",
|
|
37
|
-
"registry": "https://registry.npmjs.com/"
|
|
38
|
-
},
|
|
39
|
-
"repository": {
|
|
40
|
-
"type": "git",
|
|
41
|
-
"url": "git+https://github.com/1adybug/deepsea.git"
|
|
42
|
-
},
|
|
43
|
-
"homepage": "https://github.com/1adybug/deepsea/tree/main/packages/soda-heroui",
|
|
44
|
-
"dependencies": {
|
|
45
|
-
"@internationalized/date": "^3.7.0",
|
|
46
|
-
"@tanstack/react-form": "^1.3.0",
|
|
47
|
-
"deepsea-tools": "workspace:*",
|
|
48
|
-
"soda-hooks": "workspace:*",
|
|
49
|
-
"soda-tanstack-form": "workspace:*",
|
|
50
|
-
"soda-type": "workspace:*"
|
|
51
|
-
},
|
|
52
|
-
"devDependencies": {
|
|
53
|
-
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
|
|
54
|
-
"@react-types/shared": "^3.28.0",
|
|
55
|
-
"glob": "^11.0.1",
|
|
56
|
-
"prettier": "^3.5.3",
|
|
57
|
-
"typescript": "^5.8.3"
|
|
58
|
-
},
|
|
59
|
-
"peerDependencies": {
|
|
60
|
-
"@heroui/react": ">=2",
|
|
61
|
-
"@types/react": ">=18.3.18",
|
|
62
|
-
"react": ">=18.3.1"
|
|
2
|
+
"name": "soda-heroui",
|
|
3
|
+
"version": "0.6.2",
|
|
4
|
+
"description": "",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": {
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"import": "./dist/index.js",
|
|
10
|
+
"require": "./dist/index.cjs"
|
|
63
11
|
}
|
|
64
|
-
}
|
|
12
|
+
},
|
|
13
|
+
"main": "./dist/index.cjs",
|
|
14
|
+
"module": "./dist/index.js",
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"sideEffects": false,
|
|
17
|
+
"keywords": [],
|
|
18
|
+
"authors": [
|
|
19
|
+
"lurongv@qq.com"
|
|
20
|
+
],
|
|
21
|
+
"license": "MIT",
|
|
22
|
+
"files": [
|
|
23
|
+
"compiled",
|
|
24
|
+
"dist",
|
|
25
|
+
"src",
|
|
26
|
+
"tsconfig.json"
|
|
27
|
+
],
|
|
28
|
+
"publishConfig": {
|
|
29
|
+
"access": "public",
|
|
30
|
+
"registry": "https://registry.npmjs.com/"
|
|
31
|
+
},
|
|
32
|
+
"repository": {
|
|
33
|
+
"type": "git",
|
|
34
|
+
"url": "git+https://github.com/1adybug/deepsea.git"
|
|
35
|
+
},
|
|
36
|
+
"homepage": "https://github.com/1adybug/deepsea/tree/main/packages/soda-heroui",
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"@internationalized/date": "^3.7.0",
|
|
39
|
+
"@tanstack/react-form": "^1.3.0",
|
|
40
|
+
"deepsea-tools": "5.28.0",
|
|
41
|
+
"soda-tanstack-form": "0.2.1",
|
|
42
|
+
"soda-hooks": "6.9.1",
|
|
43
|
+
"soda-type": "6.2.0"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
|
|
47
|
+
"@react-types/shared": "^3.28.0",
|
|
48
|
+
"glob": "^11.0.1",
|
|
49
|
+
"prettier": "^3.5.3",
|
|
50
|
+
"typescript": "^5.8.3"
|
|
51
|
+
},
|
|
52
|
+
"peerDependencies": {
|
|
53
|
+
"@heroui/react": ">=2",
|
|
54
|
+
"@types/react": ">=18.3.18",
|
|
55
|
+
"react": ">=18.3.1"
|
|
56
|
+
},
|
|
57
|
+
"scripts": {
|
|
58
|
+
"dev": "rslib build --watch",
|
|
59
|
+
"build": "rslib build",
|
|
60
|
+
"prebuild": "tsx scripts/export.ts",
|
|
61
|
+
"lint": "prettier --write ."
|
|
62
|
+
}
|
|
63
|
+
}
|