@npm-questionpro/wick-ui-lib 2.0.0-next.12 → 2.0.0-next.13

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 +4 -10
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.12",
4
+ "version": "2.0.0-next.13",
5
5
  "description": "A React component library by QuestionPro for building web applications with ease",
6
6
  "keywords": [
7
7
  "react",
@@ -115,8 +115,6 @@
115
115
  "eslint": "^10.4.1",
116
116
  "jsdom": "^26.1.0",
117
117
  "postcss": "^8.5.6",
118
- "prettier": "^3.8.3",
119
- "prettier-plugin-tailwindcss": "^0.6.14",
120
118
  "react": "^19.0.0",
121
119
  "react-dom": "^19.0.0",
122
120
  "sass-embedded": "^1.93.3",
@@ -129,26 +127,22 @@
129
127
  "vite-bundle-analyzer": "^0.22.3",
130
128
  "vite-plugin-dts": "^4.5.4",
131
129
  "vitest": "^4.1.8",
132
- "@npm-questionpro/wick-ui-icon": "2.0.0-next.12",
133
- "@npm-questionpro/wick-ui-stylelint-config": "1.0.0",
134
130
  "@npm-questionpro/wick-ui-eslint-config": "1.0.0",
135
- "@npm-questionpro/wick-ui-prettier-config": "1.0.0",
131
+ "@npm-questionpro/wick-ui-icon": "2.0.0-next.13",
132
+ "@npm-questionpro/wick-ui-stylelint-config": "1.0.0",
136
133
  "@wick-ui/tsconfig": "1.0.0"
137
134
  },
138
135
  "lint-staged": {
139
136
  "src/**/*.{ts,tsx,js,jsx,json,css,md}": [
140
- "prettier -w",
137
+ "prettier -w --config ../../config/prettier/prettier.config.mjs",
141
138
  "eslint --fix"
142
139
  ]
143
140
  },
144
- "prettier": "@npm-questionpro/wick-ui-prettier-config",
145
141
  "scripts": {
146
142
  "build": "tsc --noEmit && vite build && tsc -p tsconfig.types.json",
147
143
  "lint": "eslint ./src --fix && stylelint 'src/**/*.css' --fix",
148
144
  "lint:css": "stylelint 'src/**/*.css' --fix",
149
145
  "lint:ci": "tsc --noEmit && eslint --max-warnings 0 ./src && stylelint 'src/**/*.css'",
150
- "format": "prettier --write . --ignore-path .gitignore",
151
- "format:ci": "prettier --check . --ignore-path .gitignore",
152
146
  "preview": "vite preview",
153
147
  "test": "TZ=UTC vitest run",
154
148
  "test:watch": "TZ=UTC vitest",