-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
110 lines (110 loc) · 3.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "xyo-network",
"version": "0.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"typecheck": "tsc"
},
"workspaces": [
"packages/**/*"
],
"dependencies": {
"@docusaurus/core": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@docusaurus/theme-classic": "^3.5.2",
"@docusaurus/theme-common": "^3.5.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mdx-js/react": "^3.0.1",
"@mui/icons-material": "^6.1.1",
"@mui/joy": "5.0.0-beta.48",
"@mui/material": "^6.1.1",
"@mui/styles": "^6.1.1",
"@mui/utils": "^6.1.1",
"@xylabs/react-flexbox": "^5.0.1",
"@xylabs/react-shared": "^5.0.1",
"@xyo-network/archivist": "^3.1.14",
"@xyo-network/archivist-model": "^3.1.14",
"@xyo-network/archivist-wrapper": "^3.1.14",
"@xyo-network/clients": "^3.0.2",
"@xyo-network/module-model": "^3.1.14",
"@xyo-network/payload-model": "^3.1.14",
"@xyo-network/plugins": "^3.0.27",
"@xyo-network/protocol": "^3.1.14",
"@xyo-network/react-archivist": "^4.0.1",
"@xyo-network/react-card": "^4.0.1",
"@xyo-network/react-embed": "^4.0.1",
"@xyo-network/react-node-renderer": "^4.0.1",
"@xyo-network/react-plugins": "^4.0.1",
"@xyo-network/react-sample-node": "^4.0.1",
"@xyo-network/sdk-xyo-client-js": "^2.110.10",
"@xyo-network/sdk-xyo-react": "^4.0.1",
"bufferutil": "^4.0.8",
"clipboard-copy": "^4.0.1",
"clsx": "^2.1.1",
"core-js": "^3.38.1",
"docusaurus-plugin-remote-content": "^4.0.0",
"ethers": "^6.13.2",
"jss-rtl": "^0.3.0",
"lz-string": "^1.5.0",
"prism-react-renderer": "^2.4.0",
"prismjs": "^1.29.0",
"raw-loader": "^4.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"react-runner": "^1.0.5",
"react-simple-code-editor": "^0.14.1",
"stream-browserify": "^3.0.0",
"styled-components": "^6.1.13",
"stylis-plugin-rtl": "^2.1.1",
"utf-8-validate": "^6.0.4"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.5.2",
"@docusaurus/tsconfig": "^3.5.2",
"@docusaurus/types": "^3.5.2",
"@tsconfig/docusaurus": "^2.0.3",
"@types/prismjs": "^1.26.4",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@xylabs/eslint-config-flat": "^4.0.7",
"@xylabs/eslint-config-react-flat": "^4.0.7",
"@xylabs/ts-scripts-react-yarn3": "^4.0.7",
"@xylabs/tsconfig-react": "^4.0.7",
"eslint": "^9.11.1",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-markdown": "^5.1.0",
"typescript": "^5.6.2"
},
"resolutions": {
"clsx": "^2.0.0"
},
"browserslist": {
"production": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 safari versions"
],
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 safari versions"
]
},
"engines": {
"node": ">=16.14"
},
"packageManager": "yarn@4.5.0"
}