@lincros-ui/components 0.2.6 → 0.2.7

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.
Files changed (1) hide show
  1. package/package.json +11 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lincros-ui/components",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "React component library based on shadcn/ui compatible with Lincros React UI",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -21,7 +21,8 @@
21
21
  ],
22
22
  "scripts": {
23
23
  "build": "tsup",
24
- "dev": "tsup --watch",
24
+ "build:watch": "tsup --watch",
25
+ "dev": "vite",
25
26
  "lint": "eslint .",
26
27
  "typecheck": "tsc --noEmit",
27
28
  "prepublishOnly": "npm run build"
@@ -95,6 +96,8 @@
95
96
  "zod": "^3.23.8"
96
97
  },
97
98
  "devDependencies": {
99
+ "react": "^18.3.1",
100
+ "react-dom": "^18.3.1",
98
101
  "@types/dompurify": "^3.0.5",
99
102
  "@types/node": "^22.16.0",
100
103
  "@types/qrcode": "^1.5.5",
@@ -103,11 +106,16 @@
103
106
  "@types/uuid": "^10.0.0",
104
107
  "@typescript-eslint/eslint-plugin": "^8.46.1",
105
108
  "@typescript-eslint/parser": "^8.46.1",
109
+ "@vitejs/plugin-react": "^4.3.1",
110
+ "autoprefixer": "^10.4.20",
106
111
  "eslint": "^9.9.0",
107
112
  "eslint-plugin-react-hooks": "^5.1.0-rc.0",
108
113
  "eslint-plugin-react-refresh": "^0.4.9",
114
+ "postcss": "^8.4.41",
115
+ "tailwindcss": "^3.4.10",
109
116
  "tsup": "^8.3.5",
110
- "typescript": "^5.5.3"
117
+ "typescript": "^5.5.3",
118
+ "vite": "^5.4.2"
111
119
  },
112
120
  "keywords": [
113
121
  "react",