pixel-react 1.15.50 → 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,110 +1,111 @@
1
- {
2
- "name": "pixel-react",
3
- "description": "Great for pixel-perfect, design-focused components in React",
4
- "version": "1.15.50",
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
- "postcss": "^8.4.35",
44
- "react": "^18.2.0",
45
- "react-dom": "^18.2.0",
46
- "rimraf": "^6.0.1",
47
- "rollup": "^4.24.4",
48
- "rollup-plugin-commonjs": "^10.1.0",
49
- "rollup-plugin-dts": "^6.1.0",
50
- "rollup-plugin-peer-deps-external": "^2.2.4",
51
- "rollup-plugin-postcss": "^4.0.2",
52
- "rollup-plugin-visualizer": "^5.14.0",
53
- "sass": "^1.80.6",
54
- "storybook": "^8.4.5",
55
- "storybook-addon-theme-provider": "^0.2.6",
56
- "typescript": "^5.7.2",
57
- "vite": "^5.4.10"
58
- },
59
- "peerDependencies": {
60
- "react": "^18.2.0",
61
- "react-dom": "^18.2.0"
62
- },
63
- "scripts": {
64
- "storybook": "storybook dev -p 6006",
65
- "build-storybook": "storybook build",
66
- "build": "rimraf lib && tsc -b && cross-env NODE_ENV=production rollup -c",
67
- "analyze": "tsc -b && cross-env ANALYZE=true rollup -c",
68
- "sync": "git pull origin main && tsc -b && rollup -c",
69
- "chromatic": "chromatic --exit-zero-on-changes",
70
- "clean": "rimraf lib node_modules pnpm-lock.yaml package-lock.json yarn.lock"
71
- },
72
- "dependencies": {
73
- "@babel/plugin-transform-react-jsx": "^7.24.7",
74
- "@dnd-kit/core": "^6.1.0",
75
- "@dnd-kit/modifiers": "^9.0.0",
76
- "@dnd-kit/sortable": "^8.0.0",
77
- "@dnd-kit/utilities": "^3.2.2",
78
- "@monaco-editor/react": "^4.6.0",
79
- "@types/react-window": "^1.8.8",
80
- "@vitejs/plugin-react": "^4.3.0",
81
- "classnames": "^2.5.1",
82
- "date-fns": "^3.6.0",
83
- "date-fns-tz": "^3.2.0",
84
- "draft-js": "^0.11.7",
85
- "janus-gateway": "^1.3.1",
86
- "js-beautify": "^1.15.1",
87
- "jsencrypt": "^3.3.2",
88
- "monaco-editor": "^0.53.0",
89
- "node-forge": "^1.3.1",
90
- "react-archer": "^4.4.0",
91
- "react-day-picker": "^9.2.1",
92
- "react-draft-wysiwyg": "^1.15.0",
93
- "react-google-recaptcha": "^3.1.0",
94
- "react-hook-form": "7.64.0",
95
- "react-phone-input-2": "^2.15.1",
96
- "react-phone-number-input": "^3.4.12",
97
- "react-virtuoso": "^4.13.0",
98
- "react-window": "^1.8.10",
99
- "scheduler": "^0.19.0",
100
- "scss": "^0.2.4",
101
- "use-context-selector": "^2.0.0",
102
- "vite-plugin-svgr": "^4.3.0",
103
- "webrtc-adapter": "^9.0.1"
104
- },
105
- "files": [
106
- "lib",
107
- "README.md",
108
- "LICENSE"
109
- ]
110
- }
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
+ }