pixel-react 1.15.51 → 1.15.52

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,113 +1,111 @@
1
- {
2
- "name": "pixel-react",
3
- "description": "Great for pixel-perfect, design-focused components in React",
4
- "version": "1.15.51",
5
- "main": "lib/index.js",
6
- "module": "lib/index.js",
7
- "types": "lib/index.d.ts",
8
- "sideEffects": [
9
- "lib/styles.css"
10
- ],
11
- "author": {
12
- "name": "Padmakant Baloji"
13
- },
14
- "license": "MIT",
15
- "devDependencies": {
16
- "@rollup/plugin-terser": "^0.4.4",
17
- "@babel/core": "^7.0.0",
18
- "@babel/preset-react": "^7.26.3",
19
- "@chromatic-com/storybook": "^3.2.2",
20
- "@rollup/plugin-babel": "^6.0.4",
21
- "@rollup/plugin-commonjs": "^28.0.2",
22
- "@rollup/plugin-node-resolve": "^16.0.0",
23
- "@rollup/plugin-typescript": "^12.1.2",
24
- "@rollup/plugin-url": "^8.0.2",
25
- "@storybook/addon-docs": "^8.4.5",
26
- "@storybook/addon-essentials": "^8.4.5",
27
- "@storybook/addon-interactions": "^8.4.5",
28
- "@storybook/addon-links": "^8.4.5",
29
- "@storybook/addon-onboarding": "^8.4.5",
30
- "@storybook/blocks": "^8.4.5",
31
- "@storybook/react": "^8.4.5",
32
- "@storybook/react-vite": "^8.4.5",
33
- "@storybook/test": "^8.4.5",
34
- "@types/js-beautify": "^1.14.3",
35
- "@types/node-forge": "^1.3.14",
36
- "@types/react": "^18.3.12",
37
- "@types/react-dom": "^18.3.1",
38
- "@types/react-draft-wysiwyg": "^1.13.8",
39
- "@types/react-google-recaptcha": "^2.1.9",
40
- "@types/draft-js": "^0.11.19",
41
- "chromatic": "^11.16.5",
42
- "cross-env": "^7.0.3",
43
- "react": "18.2.0",
44
- "react-dom": "18.2.0",
45
- "rimraf": "^6.0.1",
46
- "rollup": "^4.24.4",
47
- "rollup-plugin-dts": "^6.1.0",
48
- "rollup-plugin-peer-deps-external": "^2.2.4",
49
- "rollup-plugin-postcss": "^4.0.2",
50
- "rollup-plugin-visualizer": "^5.14.0",
51
- "sass": "^1.80.6",
52
- "storybook": "^8.4.5",
53
- "storybook-addon-theme-provider": "^0.2.6",
54
- "typescript": "^5.7.2",
55
- "vite": "^5.4.10",
56
- "@monaco-editor/react": "^4.6.0",
57
- "react-draft-wysiwyg": "^1.15.0",
58
- "js-beautify": "^1.15.1",
59
- "react-phone-input-2": "^2.15.1",
60
- "react-phone-number-input": "^3.4.12"
61
- },
62
- "peerDependencies": {
63
- "react": "18.2.0",
64
- "react-dom": "18.2.0",
65
- "@monaco-editor/react": "^4.6.0",
66
- "react-draft-wysiwyg": "^1.15.0",
67
- "@types/react-draft-wysiwyg": "^1.13.8",
68
- "js-beautify": "^1.15.1",
69
- "@types/js-beautify": "^1.14.3",
70
- "react-phone-input-2": "^2.15.1",
71
- "react-phone-number-input": "^3.4.12"
72
- },
73
- "scripts": {
74
- "storybook": "storybook dev -p 6006",
75
- "build-storybook": "storybook build",
76
- "build": "rimraf lib && tsc -b && cross-env NODE_ENV=production rollup -c",
77
- "analyze": "tsc -b && cross-env ANALYZE=true rollup -c",
78
- "sync": "git pull origin main && tsc -b && rollup -c",
79
- "chromatic": "chromatic --exit-zero-on-changes",
80
- "clean": "rimraf lib node_modules pnpm-lock.yaml package-lock.json yarn.lock"
81
- },
82
- "dependencies": {
83
- "@babel/plugin-transform-react-jsx": "^7.24.7",
84
- "@dnd-kit/core": "^6.1.0",
85
- "@dnd-kit/modifiers": "^9.0.0",
86
- "@dnd-kit/sortable": "^8.0.0",
87
- "@dnd-kit/utilities": "^3.2.2",
88
- "@vitejs/plugin-react": "^4.3.0",
89
- "classnames": "^2.5.1",
90
- "date-fns": "^3.6.0",
91
- "date-fns-tz": "^3.2.0",
92
- "draft-js": "^0.11.7",
93
- "jsencrypt": "^3.3.2",
94
- "node-forge": "^1.3.1",
95
- "react-archer": "^4.4.0",
96
- "react-day-picker": "^9.2.1",
97
- "react-google-recaptcha": "^3.1.0",
98
- "react-hook-form": "7.64.0",
99
- "@types/react-window": "^1.8.8",
100
- "react-window": "^1.8.10",
101
- "scss": "^0.2.4",
102
- "use-context-selector": "^2.0.0",
103
- "vite-plugin-svgr": "^4.3.0",
104
- "janus-gateway": "^1.3.1",
105
- "webrtc-adapter": "^9.0.1",
106
- "react-virtuoso": "^4.13.0"
107
- },
108
- "files": [
109
- "lib",
110
- "README.md",
111
- "LICENSE"
112
- ]
113
- }
1
+ {
2
+ "name": "pixel-react",
3
+ "description": "Great for pixel-perfect, design-focused components in React",
4
+ "version": "1.15.52",
5
+ "main": "lib/index.js",
6
+ "module": "lib/index.js",
7
+ "types": "lib/index.d.ts",
8
+ "sideEffects": [
9
+ "lib/styles.css"
10
+ ],
11
+ "author": {
12
+ "name": "Padmakant Baloji"
13
+ },
14
+ "license": "MIT",
15
+ "devDependencies": {
16
+ "@rollup/plugin-terser": "^0.4.4",
17
+ "@babel/core": "^7.0.0",
18
+ "@babel/preset-react": "^7.26.3",
19
+ "@chromatic-com/storybook": "^3.2.2",
20
+ "@rollup/plugin-babel": "^6.0.4",
21
+ "@rollup/plugin-commonjs": "^28.0.2",
22
+ "@rollup/plugin-node-resolve": "^16.0.0",
23
+ "@rollup/plugin-typescript": "^12.1.2",
24
+ "@rollup/plugin-url": "^8.0.2",
25
+ "@storybook/addon-docs": "^8.4.5",
26
+ "@storybook/addon-essentials": "^8.4.5",
27
+ "@storybook/addon-interactions": "^8.4.5",
28
+ "@storybook/addon-links": "^8.4.5",
29
+ "@storybook/addon-onboarding": "^8.4.5",
30
+ "@storybook/blocks": "^8.4.5",
31
+ "@storybook/react": "^8.4.5",
32
+ "@storybook/react-vite": "^8.4.5",
33
+ "@storybook/test": "^8.4.5",
34
+ "@types/js-beautify": "^1.14.3",
35
+ "@types/node-forge": "^1.3.14",
36
+ "@types/react": "^18.3.12",
37
+ "@types/react-dom": "^18.3.1",
38
+ "@types/react-google-recaptcha": "^2.1.9",
39
+ "@types/draft-js": "^0.11.19",
40
+ "chromatic": "^11.16.5",
41
+ "cross-env": "^7.0.3",
42
+ "react": "18.2.0",
43
+ "react-dom": "18.2.0",
44
+ "rimraf": "^6.0.1",
45
+ "rollup": "^4.24.4",
46
+ "rollup-plugin-dts": "^6.1.0",
47
+ "rollup-plugin-peer-deps-external": "^2.2.4",
48
+ "rollup-plugin-postcss": "^4.0.2",
49
+ "rollup-plugin-visualizer": "^5.14.0",
50
+ "sass": "^1.80.6",
51
+ "storybook": "^8.4.5",
52
+ "storybook-addon-theme-provider": "^0.2.6",
53
+ "typescript": "^5.7.2",
54
+ "vite": "^5.4.10",
55
+ "@monaco-editor/react": "^4.6.0",
56
+ "js-beautify": "^1.15.1",
57
+ "react-phone-input-2": "^2.15.1",
58
+ "react-phone-number-input": "^3.4.12"
59
+ },
60
+ "peerDependencies": {
61
+ "react": "18.2.0",
62
+ "react-dom": "18.2.0",
63
+ "@monaco-editor/react": "^4.6.0",
64
+ "js-beautify": "^1.15.1",
65
+ "@types/js-beautify": "^1.14.3",
66
+ "react-phone-input-2": "^2.15.1",
67
+ "react-phone-number-input": "^3.4.12"
68
+ },
69
+ "scripts": {
70
+ "storybook": "storybook dev -p 6006",
71
+ "build-storybook": "storybook build",
72
+ "build": "rimraf lib && tsc -b && cross-env NODE_ENV=production rollup -c",
73
+ "analyze": "tsc -b && cross-env ANALYZE=true rollup -c",
74
+ "sync": "git pull origin main && tsc -b && rollup -c",
75
+ "chromatic": "chromatic --exit-zero-on-changes",
76
+ "clean": "rimraf lib node_modules pnpm-lock.yaml package-lock.json yarn.lock"
77
+ },
78
+ "dependencies": {
79
+ "@babel/plugin-transform-react-jsx": "^7.24.7",
80
+ "@dnd-kit/core": "^6.1.0",
81
+ "@dnd-kit/modifiers": "^9.0.0",
82
+ "@dnd-kit/sortable": "^8.0.0",
83
+ "@dnd-kit/utilities": "^3.2.2",
84
+ "@vitejs/plugin-react": "^4.3.0",
85
+ "classnames": "^2.5.1",
86
+ "date-fns": "^3.6.0",
87
+ "date-fns-tz": "^3.2.0",
88
+ "draft-js": "^0.11.7",
89
+ "jsencrypt": "^3.3.2",
90
+ "node-forge": "^1.3.1",
91
+ "react-archer": "^4.4.0",
92
+ "react-day-picker": "^9.2.1",
93
+ "react-google-recaptcha": "^3.1.0",
94
+ "react-hook-form": "7.64.0",
95
+ "@types/react-window": "^1.8.8",
96
+ "react-window": "^1.8.10",
97
+ "scss": "^0.2.4",
98
+ "use-context-selector": "^2.0.0",
99
+ "vite-plugin-svgr": "^4.3.0",
100
+ "janus-gateway": "^1.3.1",
101
+ "webrtc-adapter": "^9.0.1",
102
+ "react-virtuoso": "^4.13.0",
103
+ "react-draft-wysiwyg": "^1.15.0",
104
+ "@types/react-draft-wysiwyg": "^1.13.8"
105
+ },
106
+ "files": [
107
+ "lib",
108
+ "README.md",
109
+ "LICENSE"
110
+ ]
111
+ }