@npm-questionpro/wick-ui-lib 2.0.0-next.26 → 2.0.0-next.27

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 +5 -14
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@npm-questionpro/wick-ui-lib",
3
3
  "private": false,
4
- "version": "2.0.0-next.26",
4
+ "version": "2.0.0-next.27",
5
5
  "description": "A React component library by QuestionPro for building web applications with ease",
6
6
  "keywords": [
7
7
  "react",
@@ -117,7 +117,6 @@
117
117
  "react-dom": "^19.0.0",
118
118
  "react-virtuoso": "^4.16.1",
119
119
  "sass-embedded": "^1.93.3",
120
- "stylelint": "^16.3.1",
121
120
  "tailwind-merge": "^2.6.0",
122
121
  "tailwindcss": "^3.4.18",
123
122
  "tailwindcss-animate": "^1.0.7",
@@ -127,22 +126,14 @@
127
126
  "vite-bundle-analyzer": "^0.22.3",
128
127
  "vite-plugin-dts": "^4.5.4",
129
128
  "vitest": "^4.1.8",
129
+ "@npm-questionpro/wick-ui-icon": "2.0.0-next.27",
130
130
  "@npm-questionpro/wick-ui-eslint-config": "1.0.0",
131
- "@npm-questionpro/wick-ui-icon": "2.0.0-next.26",
132
- "@wick-ui/tsconfig": "1.0.0",
133
- "@npm-questionpro/wick-ui-stylelint-config": "1.0.0"
134
- },
135
- "lint-staged": {
136
- "src/**/*.{ts,tsx,js,jsx,json,css,md}": [
137
- "prettier -w",
138
- "eslint --fix"
139
- ]
131
+ "@wick-ui/tsconfig": "1.0.0"
140
132
  },
141
133
  "scripts": {
142
134
  "build": "tsc --noEmit && vite build && tsc -p tsconfig.types.json",
143
- "lint": "eslint ./src --fix && stylelint 'src/**/*.css' --fix",
144
- "lint:css": "stylelint 'src/**/*.css' --fix",
145
- "lint:ci": "tsc --noEmit && eslint --max-warnings 0 ./src && stylelint 'src/**/*.css'",
135
+ "lint": "eslint ./src --fix",
136
+ "lint:ci": "tsc --noEmit && eslint --max-warnings 0 ./src",
146
137
  "preview": "vite preview",
147
138
  "test": "TZ=UTC vitest run",
148
139
  "test:watch": "TZ=UTC vitest",