@ramong26/xp-components 1.0.16 → 1.0.17

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 CHANGED
@@ -1,92 +1,92 @@
1
1
  {
2
- "name": "@ramong26/xp-components",
3
- "private": false,
4
- "version": "1.0.16",
5
- "type": "module",
6
- "main": "dist/index.cjs",
7
- "module": "dist/index.mjs",
8
- "types": "dist/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "import": "./dist/index.mjs",
13
- "require": "./dist/index.cjs",
14
- "default": "./dist/index.mjs"
15
- },
16
- "./styles": "./dist/index.css",
17
- "./package.json": "./package.json"
18
- },
19
- "files": [
20
- "dist",
21
- "README.md"
22
- ],
23
- "keywords": [
24
- "react",
25
- "components",
26
- "ui",
27
- "typescript"
28
- ],
29
- "repository": {
30
- "type": "git",
31
- "url": "https://github.com/ramong26/xp-components.git"
32
- },
33
- "homepage": "https://github.com/ramong26/xp-components",
34
- "bugs": {
35
- "url": "https://github.com/ramong26/xp-components/issues"
36
- },
37
- "author": "ramong23",
38
- "license": "MIT",
39
- "sideEffects": [
40
- "**/*.css"
41
- ],
42
- "publishConfig": {
43
- "access": "public"
44
- },
45
- "scripts": {
46
- "dev": "vite",
47
- "build:lib": "tsup src/index.ts --dts --format cjs,esm --out-dir dist --clean",
48
- "build": "pnpm build:lib",
49
- "storybook": "storybook dev -p 6006",
50
- "build-storybook": "storybook build",
51
- "test": "vitest",
52
- "pack": "pnpm build:lib \u0026\u0026 npm pack",
53
- "lint": "pnpm exec eslint . --ext .ts,.tsx",
54
- "typecheck": "tsc --noEmit",
55
- "prepack": "pnpm build:lib"
56
- },
57
- "peerDependencies": {
58
- "react": "\u003e=18 \u003c20",
59
- "react-dom": "\u003e=18 \u003c20"
60
- },
61
- "devDependencies": {
62
- "@eslint/js": "^9.36.0",
63
- "@storybook/react-vite": "^9.1.8",
64
- "@testing-library/jest-dom": "^6.8.0",
65
- "@types/jsdom": "^21.1.7",
66
- "@types/react": "^18.3.24",
67
- "@types/react-dom": "^18.3.7",
68
- "@typescript-eslint/eslint-plugin": "^8.44.1",
69
- "@typescript-eslint/parser": "^8.44.1",
70
- "@vitejs/plugin-react": "^5.0.3",
71
- "esbuild-plugin-sass": "^1.0.1",
72
- "eslint": "^9.36.0",
73
- "eslint-plugin-react": "^7.37.5",
74
- "eslint-plugin-react-hooks": "^5.2.0",
75
- "eslint-plugin-react-refresh": "^0.4.21",
76
- "eslint-plugin-storybook": "^9.1.8",
77
- "globals": "^16.4.0",
78
- "happy-dom": "^18.0.1",
79
- "jsdom": "^27.0.0",
80
- "sass": "^1.90.0",
81
- "storybook": "9.1.2",
82
- "tsup": "^8.5.0",
83
- "typescript": "~5.8.3",
84
- "typescript-eslint": "^8.44.1",
85
- "vite": "^7.1.2",
86
- "vitest": "^3.2.4"
87
- },
88
- "dependencies": {
89
- "@testing-library/react": "^16.3.0",
90
- "@testing-library/user-event": "^14.6.1"
91
- }
2
+ "name": "@ramong26/xp-components",
3
+ "private": false,
4
+ "version": "1.0.17",
5
+ "type": "module",
6
+ "main": "dist/index.cjs",
7
+ "module": "dist/index.mjs",
8
+ "types": "dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.mjs",
13
+ "require": "./dist/index.cjs",
14
+ "default": "./dist/index.mjs"
15
+ },
16
+ "./styles": "./dist/index.css",
17
+ "./package.json": "./package.json"
18
+ },
19
+ "files": [
20
+ "dist",
21
+ "README.md"
22
+ ],
23
+ "keywords": [
24
+ "react",
25
+ "components",
26
+ "ui",
27
+ "typescript"
28
+ ],
29
+ "repository": {
30
+ "type": "git",
31
+ "url": "https://github.com/ramong26/xp-components.git"
32
+ },
33
+ "homepage": "https://github.com/ramong26/xp-components",
34
+ "bugs": {
35
+ "url": "https://github.com/ramong26/xp-components/issues"
36
+ },
37
+ "author": "ramong23",
38
+ "license": "MIT",
39
+ "sideEffects": [
40
+ "**/*.css"
41
+ ],
42
+ "publishConfig": {
43
+ "access": "public"
44
+ },
45
+ "scripts": {
46
+ "dev": "vite",
47
+ "build:lib": "tsup src/index.ts --dts --format cjs,esm --out-dir dist --clean",
48
+ "build": "pnpm build:lib",
49
+ "storybook": "storybook dev -p 6006",
50
+ "build-storybook": "storybook build",
51
+ "test": "vitest",
52
+ "pack": "pnpm build:lib && npm pack",
53
+ "lint": "pnpm exec eslint . --ext .ts,.tsx",
54
+ "typecheck": "tsc --noEmit",
55
+ "prepack": "pnpm build:lib"
56
+ },
57
+ "peerDependencies": {
58
+ "react": ">=18 <20",
59
+ "react-dom": ">=18 <20"
60
+ },
61
+ "devDependencies": {
62
+ "@eslint/js": "^9.36.0",
63
+ "@storybook/react-vite": "^9.1.8",
64
+ "@testing-library/jest-dom": "^6.8.0",
65
+ "@types/jsdom": "^21.1.7",
66
+ "@types/react": "^18.3.24",
67
+ "@types/react-dom": "^18.3.7",
68
+ "@typescript-eslint/eslint-plugin": "^8.44.1",
69
+ "@typescript-eslint/parser": "^8.44.1",
70
+ "@vitejs/plugin-react": "^5.0.3",
71
+ "esbuild-plugin-sass": "^1.0.1",
72
+ "eslint": "^9.36.0",
73
+ "eslint-plugin-react": "^7.37.5",
74
+ "eslint-plugin-react-hooks": "^5.2.0",
75
+ "eslint-plugin-react-refresh": "^0.4.21",
76
+ "eslint-plugin-storybook": "^9.1.8",
77
+ "globals": "^16.4.0",
78
+ "happy-dom": "^18.0.1",
79
+ "jsdom": "^27.0.0",
80
+ "sass": "^1.90.0",
81
+ "storybook": "9.1.2",
82
+ "tsup": "^8.5.0",
83
+ "typescript": "~5.8.3",
84
+ "typescript-eslint": "^8.44.1",
85
+ "vite": "^7.1.2",
86
+ "vitest": "^3.2.4"
87
+ },
88
+ "dependencies": {
89
+ "@testing-library/react": "^16.3.0",
90
+ "@testing-library/user-event": "^14.6.1"
91
+ }
92
92
  }