-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@trapar-waves/react-tailwind",
"type": "module",
"version": "1.2.0",
"packageManager": "pnpm@11.9.0",
"description": "A modern UI development template integrating React and Tailwind CSS, with Rsbuild, TypeScript, ESLint (Antfu config), and Iconify support.",
"author": {
"email": "admin@rikka.cc",
"name": "Rikka",
"url": "https://github.com/Muromi-Rikka"
},
"homepage": "https://github.com/Trapar-waves/react-tailwind",
"licence": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Trapar-waves/react-tailwind.git"
},
"bugs": {
"url": "https://github.com/Trapar-waves/react-tailwind/issues"
},
"keywords": [
"react",
"tailwindcss",
"rsbuild",
"typescript",
"eslint",
"iconify"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "rsbuild dev --open",
"build": "rsbuild build",
"build:rsdoctor": "cross-env RSDOCTOR=true rsbuild build",
"preview": "rsbuild preview",
"lint": "eslint . --cache --max-warnings=0 --no-warn-ignored",
"postinstall": "husky"
},
"dependencies": {
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@antfu/eslint-config": "^9.1.0",
"@eslint-react/eslint-plugin": "^5.10.0",
"@iconify/json": "^2.2.493",
"@iconify/tailwind4": "^1.2.3",
"@rsbuild/core": "^2.1.1",
"@rsbuild/plugin-react": "^2.1.0",
"@rsdoctor/rspack-plugin": "^1.5.17",
"@tailwindcss/postcss": "^4.3.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"cross-env": "^10.1.0",
"eslint": "^10.6.0",
"eslint-plugin-format": "^2.0.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"husky": "^9.1.7",
"lint-staged": "^17.0.8",
"tailwindcss": "^4.3.2",
"typescript": "^6.0.3",
"unplugin-turbo-console": "^2.3.2"
}
}