@trapar-waves/react-tailwind 1.0.12 → 1.1.1
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/.husky/pre-commit +1 -0
- package/README.md +3 -3
- package/lint-staged.config.js +7 -0
- package/package.json +13 -8
- package/readme/README-CN.md +3 -4
- package/readme/README-JP.md +3 -3
- package/readme/README-RU.md +3 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
pnpm lint-staged
|
package/README.md
CHANGED
|
@@ -89,6 +89,6 @@ Contributions are welcome and greatly appreciated! Please follow these steps to
|
|
|
89
89
|
|
|
90
90
|
## 🔗 Links
|
|
91
91
|
|
|
92
|
-
- **Repository:** [https://github.com/react-tailwind
|
|
93
|
-
- **Homepage:** [https://github.com/react-tailwind
|
|
94
|
-
- **Issues:** [https://github.com/react-tailwind/
|
|
92
|
+
- **Repository:** [https://github.com/Trapar-waves/react-tailwind](https://github.com/Trapar-waves/react-tailwind)
|
|
93
|
+
- **Homepage:** [https://github.com/Trapar-waves/react-tailwind](https://github.com/Trapar-waves/react-tailwind)
|
|
94
|
+
- **Issues:** [https://github.com/Trapar-waves/react-tailwind/issues](https://github.com/Trapar-waves/react-tailwind/issues)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trapar-waves/react-tailwind",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.1.1",
|
|
5
5
|
"description": "A modern UI development template integrating React and Tailwind CSS, with Rsbuild, TypeScript, ESLint (Antfu config), and Iconify support.",
|
|
6
6
|
"author": {
|
|
7
7
|
"email": "admin@rikka.cc",
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"url": "https://github.com/Muromi-Rikka"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://github.com/Trapar-waves/react-tailwind",
|
|
12
|
+
"licence": "MIT",
|
|
12
13
|
"repository": {
|
|
13
14
|
"type": "git",
|
|
14
15
|
"url": "git+https://github.com/Trapar-waves/react-tailwind.git"
|
|
@@ -30,27 +31,31 @@
|
|
|
30
31
|
"scripts": {
|
|
31
32
|
"dev": "rsbuild dev --open",
|
|
32
33
|
"build": "rsbuild build",
|
|
33
|
-
"preview": "rsbuild preview"
|
|
34
|
+
"preview": "rsbuild preview",
|
|
35
|
+
"lint": "eslint . --cache --max-warnings=0 --no-warn-ignored",
|
|
36
|
+
"postinstall": "husky"
|
|
34
37
|
},
|
|
35
38
|
"dependencies": {
|
|
36
39
|
"react": "^19.1.0",
|
|
37
40
|
"react-dom": "^19.1.0"
|
|
38
41
|
},
|
|
39
42
|
"devDependencies": {
|
|
40
|
-
"@antfu/eslint-config": "^4.
|
|
43
|
+
"@antfu/eslint-config": "^4.16.1",
|
|
41
44
|
"@eslint-react/eslint-plugin": "^1.52.2",
|
|
42
|
-
"@iconify/json": "^2.2.
|
|
45
|
+
"@iconify/json": "^2.2.353",
|
|
43
46
|
"@iconify/tailwind4": "^1.0.6",
|
|
44
|
-
"@rsbuild/core": "^1.
|
|
47
|
+
"@rsbuild/core": "^1.4.2",
|
|
45
48
|
"@rsbuild/plugin-react": "^1.3.2",
|
|
46
|
-
"@tailwindcss/postcss": "^4.1.
|
|
49
|
+
"@tailwindcss/postcss": "^4.1.11",
|
|
47
50
|
"@types/react": "^19.1.8",
|
|
48
51
|
"@types/react-dom": "^19.1.6",
|
|
49
|
-
"eslint": "^9.
|
|
52
|
+
"eslint": "^9.30.0",
|
|
50
53
|
"eslint-plugin-format": "^1.0.1",
|
|
51
54
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
52
55
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
53
|
-
"
|
|
56
|
+
"husky": "^9.1.7",
|
|
57
|
+
"lint-staged": "^16.1.2",
|
|
58
|
+
"tailwindcss": "^4.1.11",
|
|
54
59
|
"typescript": "^5.8.3"
|
|
55
60
|
}
|
|
56
61
|
}
|
package/readme/README-CN.md
CHANGED
|
@@ -89,7 +89,6 @@ pnpm install
|
|
|
89
89
|
|
|
90
90
|
## 🔗 Links
|
|
91
91
|
|
|
92
|
-
- **仓库:** [https://github.com/react-tailwind
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
* **问题:** [https://github.com/react-tailwind/Trapar-waves/issues](https://github.com/react-tailwind/Trapar-waves/issues)
|
|
92
|
+
- **仓库:** [https://github.com/Trapar-waves/react-tailwind](https://github.com/Trapar-waves/react-tailwind)
|
|
93
|
+
- **主页:** [https://github.com/Trapar-waves/react-tailwind](https://github.com/Trapar-waves/react-tailwind)
|
|
94
|
+
- **问题:** [https://github.com/Trapar-waves/react-tailwind/issues](https://github.com/Trapar-waves/react-tailwind/issues)
|
package/readme/README-JP.md
CHANGED
|
@@ -89,6 +89,6 @@ pnpm install
|
|
|
89
89
|
|
|
90
90
|
## 🔗 Links
|
|
91
91
|
|
|
92
|
-
- **リポジトリ:** [https://github.com/react-tailwind
|
|
93
|
-
- **ホームページ:** [https://github.com/react-tailwind
|
|
94
|
-
- **イシュー:** [https://github.com/react-tailwind/
|
|
92
|
+
- **リポジトリ:** [https://github.com/Trapar-waves/react-tailwind](https://github.com/Trapar-waves/react-tailwind)
|
|
93
|
+
- **ホームページ:** [https://github.com/Trapar-waves/react-tailwind](https://github.com/Trapar-waves/react-tailwind)
|
|
94
|
+
- **イシュー:** [https://github.com/Trapar-waves/react-tailwind/issues](https://github.com/Trapar-waves/react-tailwind/issues)
|
package/readme/README-RU.md
CHANGED
|
@@ -89,7 +89,6 @@ pnpm install
|
|
|
89
89
|
|
|
90
90
|
## 🔗 Links
|
|
91
91
|
|
|
92
|
-
- **Репозиторий:** [https://github.com/react-tailwind
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
* **Проблемы:** [https://github.com/react-tailwind/Trapar-waves/issues](https://github.com/react-tailwind/Trapar-waves/issues)
|
|
92
|
+
- **Репозиторий:** [https://github.com/Trapar-waves/react-tailwind](https://github.com/Trapar-waves/react-tailwind)
|
|
93
|
+
- **Домашняя страница:** [https://github.com/Trapar-waves/react-tailwind](https://github.com/Trapar-waves/react-tailwind)
|
|
94
|
+
- **Проблемы:** [https://github.com/Trapar-waves/react-tailwind/issues](https://github.com/Trapar-waves/react-tailwind/issues)
|