@seeqdev/qomponents 0.0.152 → 0.0.154

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,88 +1,88 @@
1
- {
2
- "name": "@seeqdev/qomponents",
3
- "version": "0.0.152",
4
- "main": "dist/index.js",
5
- "module": "dist/index.esm.js",
6
- "types": "dist/index.js",
7
- "skip-lib-check": true,
8
- "files": [
9
- "dist"
10
- ],
11
- "repository": {
12
- "type": "git",
13
- "url": "TOOD"
14
- },
15
- "publishConfig": {
16
- "access": "public"
17
- },
18
- "description": "A library that allows you to build native UIs ... TODO",
19
- "scripts": {
20
- "build": "rollup -c --bundleConfigAsCjs",
21
- "watchRollup": "rollup -c --bundleConfigAsCjs --watch",
22
- "test": "jest",
23
- "test:watch": "jest --watch",
24
- "dev": "ladle serve"
25
- },
26
- "author": "Seeq",
27
- "license": "MIT",
28
- "bugs": {
29
- "url": "TODO"
30
- },
31
- "homepage": "https://seeq12.github.io/qomponents-documentation/",
32
- "peerDependencies": {
33
- "react": ">=17.0.0",
34
- "react-dom": ">=17.0.0"
35
- },
36
- "devDependencies": {
37
- "@ladle/react": "2.9.0",
38
- "@react-types/shared": "3.19.0",
39
- "@rollup/plugin-commonjs": "24.0.1",
40
- "@rollup/plugin-node-resolve": "15.0.1",
41
- "@tailwindcss/forms": "0.5.3",
42
- "@testing-library/jest-dom": "5.16.5",
43
- "@testing-library/react": "14.0.0",
44
- "@testing-library/user-event": "14.4.3",
45
- "@types/dompurify": "^3.0.2",
46
- "@types/jest": "29.4.0",
47
- "@types/react": "18.0.27",
48
- "@types/react-dom": "18.0.11",
49
- "@types/tinycolor2": "1.4.2",
50
- "autoprefixer": "10.4.13",
51
- "color": "4.2.3",
52
- "identity-obj-proxy": "3.0.0",
53
- "jest": "29.4.3",
54
- "jest-cli": "29.1.1",
55
- "jest-environment-jsdom": "29.4.3",
56
- "jest-junit": "15.0.0",
57
- "jest-silent-reporter": "0.5.0",
58
- "postcss-import": "15.1.0",
59
- "react": "18.2.0",
60
- "react-dom": "18.2.0",
61
- "rollup": "3.17.2",
62
- "rollup-plugin-copy": "3.4.0",
63
- "rollup-plugin-peer-deps-external": "2.2.4",
64
- "rollup-plugin-postcss": "4.0.2",
65
- "rollup-plugin-typescript2": "0.34.1",
66
- "tailwindcss": "3.2.7",
67
- "ts-jest": "29.0.5",
68
- "ts-node": "10.9.1",
69
- "typescript": "4.9.5",
70
- "typescript-strict-plugin": "2.1.0"
71
- },
72
- "dependencies": {
73
- "@floating-ui/dom": "1.5.1",
74
- "@radix-ui/react-accordion": "1.1.2",
75
- "@radix-ui/react-dialog": "1.0.5",
76
- "@radix-ui/react-dropdown-menu": "2.0.6",
77
- "@radix-ui/react-popover": "1.0.7",
78
- "@radix-ui/react-progress": "1.1.1",
79
- "@radix-ui/react-slider": "1.2.2",
80
- "@radix-ui/react-tabs": "1.0.4",
81
- "@react-spring/web": "9.7.5",
82
- "dompurify": "3.2.3",
83
- "postcss": "8.4.21",
84
- "react-select": "5.7.3",
85
- "rooks": "7.14.1",
86
- "tinycolor2": "1.6.0"
87
- }
88
- }
1
+ {
2
+ "name": "@seeqdev/qomponents",
3
+ "version": "0.0.154",
4
+ "main": "dist/index.js",
5
+ "module": "dist/index.esm.js",
6
+ "types": "dist/index.js",
7
+ "skip-lib-check": true,
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "TOOD"
14
+ },
15
+ "publishConfig": {
16
+ "access": "public"
17
+ },
18
+ "description": "A library that allows you to build native UIs ... TODO",
19
+ "scripts": {
20
+ "build": "rollup -c --bundleConfigAsCjs",
21
+ "watchRollup": "rollup -c --bundleConfigAsCjs --watch",
22
+ "test": "jest",
23
+ "test:watch": "jest --watch",
24
+ "dev": "ladle serve"
25
+ },
26
+ "author": "Seeq",
27
+ "license": "MIT",
28
+ "bugs": {
29
+ "url": "TODO"
30
+ },
31
+ "homepage": "https://seeq12.github.io/qomponents-documentation/",
32
+ "peerDependencies": {
33
+ "react": ">=17.0.0",
34
+ "react-dom": ">=17.0.0"
35
+ },
36
+ "devDependencies": {
37
+ "@ladle/react": "2.9.0",
38
+ "@react-types/shared": "3.19.0",
39
+ "@rollup/plugin-commonjs": "24.0.1",
40
+ "@rollup/plugin-node-resolve": "15.0.1",
41
+ "@tailwindcss/forms": "0.5.3",
42
+ "@testing-library/jest-dom": "5.16.5",
43
+ "@testing-library/react": "14.0.0",
44
+ "@testing-library/user-event": "14.4.3",
45
+ "@types/dompurify": "^3.0.2",
46
+ "@types/jest": "29.4.0",
47
+ "@types/react": "18.0.27",
48
+ "@types/react-dom": "18.0.11",
49
+ "@types/tinycolor2": "1.4.2",
50
+ "autoprefixer": "10.4.13",
51
+ "color": "4.2.3",
52
+ "identity-obj-proxy": "3.0.0",
53
+ "jest": "29.4.3",
54
+ "jest-cli": "29.1.1",
55
+ "jest-environment-jsdom": "29.4.3",
56
+ "jest-junit": "15.0.0",
57
+ "jest-silent-reporter": "0.5.0",
58
+ "postcss-import": "15.1.0",
59
+ "react": "18.2.0",
60
+ "react-dom": "18.2.0",
61
+ "rollup": "3.17.2",
62
+ "rollup-plugin-copy": "3.4.0",
63
+ "rollup-plugin-peer-deps-external": "2.2.4",
64
+ "rollup-plugin-postcss": "4.0.2",
65
+ "rollup-plugin-typescript2": "0.34.1",
66
+ "tailwindcss": "3.2.7",
67
+ "ts-jest": "29.0.5",
68
+ "ts-node": "10.9.1",
69
+ "typescript": "4.9.5",
70
+ "typescript-strict-plugin": "2.1.0"
71
+ },
72
+ "dependencies": {
73
+ "@floating-ui/dom": "1.5.1",
74
+ "@radix-ui/react-accordion": "1.1.2",
75
+ "@radix-ui/react-dialog": "1.0.5",
76
+ "@radix-ui/react-dropdown-menu": "2.0.6",
77
+ "@radix-ui/react-popover": "1.0.7",
78
+ "@radix-ui/react-progress": "1.1.1",
79
+ "@radix-ui/react-slider": "1.2.2",
80
+ "@radix-ui/react-tabs": "1.0.4",
81
+ "@react-spring/web": "9.7.5",
82
+ "dompurify": "3.2.3",
83
+ "postcss": "8.4.21",
84
+ "react-select": "5.7.3",
85
+ "rooks": "7.14.1",
86
+ "tinycolor2": "1.6.0"
87
+ }
88
+ }