@openorgus/react 0.0.9 → 0.1.0
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 +76 -76
package/package.json
CHANGED
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@openorgus/react",
|
|
3
|
-
"publishConfig": {
|
|
4
|
-
"access": "public"
|
|
5
|
-
},
|
|
6
|
-
"version": "0.0
|
|
7
|
-
"description": "A comprehensive React component library with 81 production-ready components by OpenOrgus.",
|
|
8
|
-
"author": "OpenOrgus",
|
|
9
|
-
"license": "MIT",
|
|
10
|
-
"keywords": [
|
|
11
|
-
"react",
|
|
12
|
-
"design-system",
|
|
13
|
-
"ui-kit",
|
|
14
|
-
"components",
|
|
15
|
-
"tailwind"
|
|
16
|
-
],
|
|
17
|
-
"repository": {
|
|
18
|
-
"type": "git",
|
|
19
|
-
"url": "https://github.com/openorgus/react.git"
|
|
20
|
-
},
|
|
21
|
-
"type": "module",
|
|
22
|
-
"module": "dist/openorgus-react.es.js",
|
|
23
|
-
"types": "dist/index.d.ts",
|
|
24
|
-
"files": [
|
|
25
|
-
"dist"
|
|
26
|
-
],
|
|
27
|
-
"exports": {
|
|
28
|
-
".": {
|
|
29
|
-
"import": "./dist/openorgus-react.es.js",
|
|
30
|
-
"types": "./dist/index.d.ts"
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
"scripts": {
|
|
34
|
-
"dev": "vite",
|
|
35
|
-
"build": "vite build",
|
|
36
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
37
|
-
"preview": "vite preview"
|
|
38
|
-
},
|
|
39
|
-
"peerDependencies": {
|
|
40
|
-
"react": "^19.0.0",
|
|
41
|
-
"react-dom": "^19.0.0"
|
|
42
|
-
},
|
|
43
|
-
"devDependencies": {
|
|
44
|
-
"@types/file-saver": "^2.0.7",
|
|
45
|
-
"@types/node": "^20.0.0",
|
|
46
|
-
"@types/react": "^19.0.0",
|
|
47
|
-
"@types/react-dom": "^19.0.0",
|
|
48
|
-
"@types/react-syntax-highlighter": "^15.5.13",
|
|
49
|
-
"@vitejs/plugin-react": "^4.0.0",
|
|
50
|
-
"typescript": "^5.0.0",
|
|
51
|
-
"vite": "^5.0.0",
|
|
52
|
-
"vite-plugin-dts": "^3.0.0"
|
|
53
|
-
},
|
|
54
|
-
"dependencies": {
|
|
55
|
-
"@emotion/react": "^11.14.0",
|
|
56
|
-
"@emotion/styled": "^11.14.1",
|
|
57
|
-
"@fortawesome/fontawesome-svg-core": "^7.1.0",
|
|
58
|
-
"@fortawesome/free-brands-svg-icons": "^7.1.0",
|
|
59
|
-
"@fortawesome/free-regular-svg-icons": "^7.1.0",
|
|
60
|
-
"@fortawesome/free-solid-svg-icons": "^7.1.0",
|
|
61
|
-
"@fortawesome/react-fontawesome": "^3.1.1",
|
|
62
|
-
"@monaco-editor/react": "^4.7.0",
|
|
63
|
-
"@mui/icons-material": "^7.3.6",
|
|
64
|
-
"@mui/material": "^7.3.6",
|
|
65
|
-
"cursor-effects": "^1.0.18",
|
|
66
|
-
"date-fns": "^4.1.0",
|
|
67
|
-
"file-saver": "^2.0.5",
|
|
68
|
-
"idb": "^8.0.3",
|
|
69
|
-
"jszip": "^3.10.1",
|
|
70
|
-
"lucide-react": "^0.555.0",
|
|
71
|
-
"react-dropzone": "^14.3.8",
|
|
72
|
-
"react-markdown": "^10.1.0",
|
|
73
|
-
"react-syntax-highlighter": "^16.1.0",
|
|
74
|
-
"recharts": "^3.5.1",
|
|
75
|
-
"zustand": "^5.0.9"
|
|
76
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@openorgus/react",
|
|
3
|
+
"publishConfig": {
|
|
4
|
+
"access": "public"
|
|
5
|
+
},
|
|
6
|
+
"version": "0.1.0",
|
|
7
|
+
"description": "A comprehensive React component library with 81 production-ready components by OpenOrgus.",
|
|
8
|
+
"author": "OpenOrgus",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"keywords": [
|
|
11
|
+
"react",
|
|
12
|
+
"design-system",
|
|
13
|
+
"ui-kit",
|
|
14
|
+
"components",
|
|
15
|
+
"tailwind"
|
|
16
|
+
],
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "https://github.com/openorgus/react.git"
|
|
20
|
+
},
|
|
21
|
+
"type": "module",
|
|
22
|
+
"module": "dist/openorgus-react.es.js",
|
|
23
|
+
"types": "dist/index.d.ts",
|
|
24
|
+
"files": [
|
|
25
|
+
"dist"
|
|
26
|
+
],
|
|
27
|
+
"exports": {
|
|
28
|
+
".": {
|
|
29
|
+
"import": "./dist/openorgus-react.es.js",
|
|
30
|
+
"types": "./dist/index.d.ts"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"scripts": {
|
|
34
|
+
"dev": "vite",
|
|
35
|
+
"build": "vite build",
|
|
36
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
37
|
+
"preview": "vite preview"
|
|
38
|
+
},
|
|
39
|
+
"peerDependencies": {
|
|
40
|
+
"react": "^19.0.0",
|
|
41
|
+
"react-dom": "^19.0.0"
|
|
42
|
+
},
|
|
43
|
+
"devDependencies": {
|
|
44
|
+
"@types/file-saver": "^2.0.7",
|
|
45
|
+
"@types/node": "^20.0.0",
|
|
46
|
+
"@types/react": "^19.0.0",
|
|
47
|
+
"@types/react-dom": "^19.0.0",
|
|
48
|
+
"@types/react-syntax-highlighter": "^15.5.13",
|
|
49
|
+
"@vitejs/plugin-react": "^4.0.0",
|
|
50
|
+
"typescript": "^5.0.0",
|
|
51
|
+
"vite": "^5.0.0",
|
|
52
|
+
"vite-plugin-dts": "^3.0.0"
|
|
53
|
+
},
|
|
54
|
+
"dependencies": {
|
|
55
|
+
"@emotion/react": "^11.14.0",
|
|
56
|
+
"@emotion/styled": "^11.14.1",
|
|
57
|
+
"@fortawesome/fontawesome-svg-core": "^7.1.0",
|
|
58
|
+
"@fortawesome/free-brands-svg-icons": "^7.1.0",
|
|
59
|
+
"@fortawesome/free-regular-svg-icons": "^7.1.0",
|
|
60
|
+
"@fortawesome/free-solid-svg-icons": "^7.1.0",
|
|
61
|
+
"@fortawesome/react-fontawesome": "^3.1.1",
|
|
62
|
+
"@monaco-editor/react": "^4.7.0",
|
|
63
|
+
"@mui/icons-material": "^7.3.6",
|
|
64
|
+
"@mui/material": "^7.3.6",
|
|
65
|
+
"cursor-effects": "^1.0.18",
|
|
66
|
+
"date-fns": "^4.1.0",
|
|
67
|
+
"file-saver": "^2.0.5",
|
|
68
|
+
"idb": "^8.0.3",
|
|
69
|
+
"jszip": "^3.10.1",
|
|
70
|
+
"lucide-react": "^0.555.0",
|
|
71
|
+
"react-dropzone": "^14.3.8",
|
|
72
|
+
"react-markdown": "^10.1.0",
|
|
73
|
+
"react-syntax-highlighter": "^16.1.0",
|
|
74
|
+
"recharts": "^3.5.1",
|
|
75
|
+
"zustand": "^5.0.9"
|
|
76
|
+
}
|
|
77
77
|
}
|