@npm-questionpro/wick-ui-editor 2.0.0-next.26 → 2.0.0-next.28
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/package.json +4 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@npm-questionpro/wick-ui-editor",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.28",
|
|
4
4
|
"description": "Wick Editor is a powerful and intuitive content editing component built with React. It provides a rich set of features for creating and managing content, making it ideal for applications that require dynamic and interactive content creation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -91,23 +91,20 @@
|
|
|
91
91
|
"postcss": "^8.5.6",
|
|
92
92
|
"react": "^19.0.0",
|
|
93
93
|
"react-dom": "^19.0.0",
|
|
94
|
-
"stylelint": "^16.3.1",
|
|
95
94
|
"typescript": "^6.0.3",
|
|
96
95
|
"typescript-eslint": "^8.60.0",
|
|
97
96
|
"vite": "^8.0.15",
|
|
98
97
|
"vite-bundle-analyzer": "^0.22.3",
|
|
99
98
|
"vite-plugin-dts": "^4.5.4",
|
|
100
99
|
"vitest": "^4.1.8",
|
|
101
|
-
"@npm-questionpro/wick-ui-lib": "2.0.0-next.26",
|
|
102
|
-
"@npm-questionpro/wick-ui-stylelint-config": "1.0.0",
|
|
103
100
|
"@npm-questionpro/wick-ui-eslint-config": "1.0.0",
|
|
101
|
+
"@npm-questionpro/wick-ui-lib": "2.0.0-next.28",
|
|
104
102
|
"@wick-ui/tsconfig": "1.0.0"
|
|
105
103
|
},
|
|
106
104
|
"scripts": {
|
|
107
105
|
"build": "tsc --noEmit && vite build",
|
|
108
|
-
"lint": "eslint ./src --fix
|
|
109
|
-
"lint:
|
|
110
|
-
"lint:ci": "tsc --noEmit && eslint --max-warnings 0 ./src && stylelint 'src/**/*.css'",
|
|
106
|
+
"lint": "eslint ./src --fix",
|
|
107
|
+
"lint:ci": "tsc --noEmit && eslint --max-warnings 0 ./src",
|
|
111
108
|
"test": "vitest run",
|
|
112
109
|
"test:watch": "vitest",
|
|
113
110
|
"test:ui": "vitest --ui",
|