@npm-questionpro/wick-ui-lib 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 (3) hide show
  1. package/LICENSE +0 -0
  2. package/README.md +0 -0
  3. package/package.json +16 -17
package/LICENSE CHANGED
File without changes
package/README.md CHANGED
File without changes
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@npm-questionpro/wick-ui-lib",
3
3
  "private": false,
4
- "version": "0.2.6",
5
- "description": "A React UI library for building web applications with ease.",
4
+ "version": "0.2.7",
5
+ "description": "A React component library by QuestionPro for building web applications with ease",
6
6
  "type": "module",
7
7
  "main": "./dist/wick-ui-lib/umd/index.js",
8
8
  "module": "./dist/wick-ui-lib/es/index.js",
@@ -15,20 +15,6 @@
15
15
  },
16
16
  "./dist/style.css": "./dist/style.css"
17
17
  },
18
- "scripts": {
19
- "build": "tsc -b && vite build",
20
- "lint": "eslint ./src --fix",
21
- "lint:ci": "tsc --noEmit && eslint --max-warnings 0 ./src",
22
- "format": "prettier --write .",
23
- "format:ci": "prettier --check .",
24
- "preview": "vite preview",
25
- "dev": "storybook dev -p 6006",
26
- "build-storybook": "storybook build",
27
- "prepare": "husky",
28
- "test": "vitest",
29
- "test:ui": "vitest --ui",
30
- "test:ci": "vitest --coverage"
31
- },
32
18
  "devDependencies": {
33
19
  "@eslint/js": "^9.11.1",
34
20
  "@radix-ui/react-avatar": "^1.1.0",
@@ -111,5 +97,18 @@
111
97
  "prettier -w",
112
98
  "eslint --fix"
113
99
  ]
100
+ },
101
+ "scripts": {
102
+ "build": "tsc -b && vite build",
103
+ "lint": "eslint ./src --fix",
104
+ "lint:ci": "tsc --noEmit && eslint --max-warnings 0 ./src",
105
+ "format": "prettier --write .",
106
+ "format:ci": "prettier --check .",
107
+ "preview": "vite preview",
108
+ "dev": "storybook dev -p 6006",
109
+ "build-storybook": "storybook build",
110
+ "test": "vitest",
111
+ "test:ui": "vitest --ui",
112
+ "test:ci": "vitest --coverage"
114
113
  }
115
- }
114
+ }