@ws-ui/code-editor 0.0.22 → 0.0.24
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/README.md +27 -27
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +75 -75
package/package.json
CHANGED
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@ws-ui/code-editor",
|
|
3
|
-
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "./dist/index.cjs.js",
|
|
7
|
-
"module": "./dist/index.es.js",
|
|
8
|
-
"types": "./dist/index.d.ts",
|
|
9
|
-
"files": [
|
|
10
|
-
"dist"
|
|
11
|
-
],
|
|
12
|
-
"scripts": {
|
|
13
|
-
"dev": "cross-env VITE_DISABLE_MONACO_LOADER=true vite",
|
|
14
|
-
"dev:4d": "cross-env VITE_DEMO_LANG=4d vite",
|
|
15
|
-
"dev:qodly": "cross-env VITE_DEMO_LANG=qodly vite",
|
|
16
|
-
"prepack": "npm run build",
|
|
17
|
-
"build": "tsc && vite build --base=/studio/",
|
|
18
|
-
"postbuild": "yalc push --private",
|
|
19
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
20
|
-
"preview": "vite preview"
|
|
21
|
-
},
|
|
22
|
-
"dependencies": {
|
|
23
|
-
"@vscode/vscode-languagedetection": "^1.0.22",
|
|
24
|
-
"monaco-languageclient": "6.4.6",
|
|
25
|
-
"vscode-oniguruma": "^1.7.0",
|
|
26
|
-
"vscode-textmate": "^9.0.0",
|
|
27
|
-
"vscode-ws-jsonrpc": "^3.0.0",
|
|
28
|
-
"xterm": "^5.2.1",
|
|
29
|
-
"xterm-addon-canvas": "^0.4.0",
|
|
30
|
-
"xterm-addon-image": "^0.4.1",
|
|
31
|
-
"xterm-addon-search": "^0.12.0",
|
|
32
|
-
"xterm-addon-serialize": "^0.10.0",
|
|
33
|
-
"xterm-addon-unicode11": "^0.5.0",
|
|
34
|
-
"xterm-addon-webgl": "^0.15.0",
|
|
35
|
-
"yauzl": "^2.10.0"
|
|
36
|
-
},
|
|
37
|
-
"peerDependencies": {
|
|
38
|
-
"@monaco-editor/react": "^4.6.0",
|
|
39
|
-
"@ws-ui/icons": "^0",
|
|
40
|
-
"@ws-ui/shared": "^0.0.
|
|
41
|
-
"classnames": "^2.3.1",
|
|
42
|
-
"lodash": "^4.17.21",
|
|
43
|
-
"monaco-editor": "^0.41.0",
|
|
44
|
-
"re-resizable": "^6.9.0",
|
|
45
|
-
"react": "^17.0.2",
|
|
46
|
-
"react-dom": "^17.0.2",
|
|
47
|
-
"react-icons": "^4.3.1",
|
|
48
|
-
"react-popper": "^2.2.5",
|
|
49
|
-
"react-select": "^4.3.1",
|
|
50
|
-
"simplebar-react": "^2.3.3"
|
|
51
|
-
},
|
|
52
|
-
"devDependencies": {
|
|
53
|
-
"@tailwindcss/typography": "^0.5.10",
|
|
54
|
-
"@types/classnames": "^2.3.0",
|
|
55
|
-
"@types/lodash": "^4.14.199",
|
|
56
|
-
"@types/node": "^20.6.5",
|
|
57
|
-
"@types/react": "^17.0.24",
|
|
58
|
-
"@types/react-dom": "^17.0.5",
|
|
59
|
-
"@types/react-select": "^4.0.15",
|
|
60
|
-
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
61
|
-
"@typescript-eslint/parser": "^6.0.0",
|
|
62
|
-
"@vitejs/plugin-react": "^4.0.3",
|
|
63
|
-
"autoprefixer": "^10.4.16",
|
|
64
|
-
"cross-env": "^7.0.3",
|
|
65
|
-
"eslint": "^8.45.0",
|
|
66
|
-
"eslint-plugin-react-hooks": "^4.6.0",
|
|
67
|
-
"eslint-plugin-react-refresh": "^0.4.3",
|
|
68
|
-
"postcss": "^8.4.31",
|
|
69
|
-
"tailwindcss": "^3.3.3",
|
|
70
|
-
"typescript": "^5.0.2",
|
|
71
|
-
"vite": "^4.4.5",
|
|
72
|
-
"vite-plugin-dts": "^3.5.4",
|
|
73
|
-
"yalc": "^1.0.0-pre.53"
|
|
74
|
-
}
|
|
75
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@ws-ui/code-editor",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "0.0.24",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/index.cjs.js",
|
|
7
|
+
"module": "./dist/index.es.js",
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"files": [
|
|
10
|
+
"dist"
|
|
11
|
+
],
|
|
12
|
+
"scripts": {
|
|
13
|
+
"dev": "cross-env VITE_DISABLE_MONACO_LOADER=true vite",
|
|
14
|
+
"dev:4d": "cross-env VITE_DEMO_LANG=4d vite",
|
|
15
|
+
"dev:qodly": "cross-env VITE_DEMO_LANG=qodly vite",
|
|
16
|
+
"prepack": "npm run build",
|
|
17
|
+
"build": "tsc && vite build --base=/studio/",
|
|
18
|
+
"postbuild": "yalc push --private",
|
|
19
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
20
|
+
"preview": "vite preview"
|
|
21
|
+
},
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"@vscode/vscode-languagedetection": "^1.0.22",
|
|
24
|
+
"monaco-languageclient": "6.4.6",
|
|
25
|
+
"vscode-oniguruma": "^1.7.0",
|
|
26
|
+
"vscode-textmate": "^9.0.0",
|
|
27
|
+
"vscode-ws-jsonrpc": "^3.0.0",
|
|
28
|
+
"xterm": "^5.2.1",
|
|
29
|
+
"xterm-addon-canvas": "^0.4.0",
|
|
30
|
+
"xterm-addon-image": "^0.4.1",
|
|
31
|
+
"xterm-addon-search": "^0.12.0",
|
|
32
|
+
"xterm-addon-serialize": "^0.10.0",
|
|
33
|
+
"xterm-addon-unicode11": "^0.5.0",
|
|
34
|
+
"xterm-addon-webgl": "^0.15.0",
|
|
35
|
+
"yauzl": "^2.10.0"
|
|
36
|
+
},
|
|
37
|
+
"peerDependencies": {
|
|
38
|
+
"@monaco-editor/react": "^4.6.0",
|
|
39
|
+
"@ws-ui/icons": "^0",
|
|
40
|
+
"@ws-ui/shared": "^0.0.43",
|
|
41
|
+
"classnames": "^2.3.1",
|
|
42
|
+
"lodash": "^4.17.21",
|
|
43
|
+
"monaco-editor": "^0.41.0",
|
|
44
|
+
"re-resizable": "^6.9.0",
|
|
45
|
+
"react": "^17.0.2",
|
|
46
|
+
"react-dom": "^17.0.2",
|
|
47
|
+
"react-icons": "^4.3.1",
|
|
48
|
+
"react-popper": "^2.2.5",
|
|
49
|
+
"react-select": "^4.3.1",
|
|
50
|
+
"simplebar-react": "^2.3.3"
|
|
51
|
+
},
|
|
52
|
+
"devDependencies": {
|
|
53
|
+
"@tailwindcss/typography": "^0.5.10",
|
|
54
|
+
"@types/classnames": "^2.3.0",
|
|
55
|
+
"@types/lodash": "^4.14.199",
|
|
56
|
+
"@types/node": "^20.6.5",
|
|
57
|
+
"@types/react": "^17.0.24",
|
|
58
|
+
"@types/react-dom": "^17.0.5",
|
|
59
|
+
"@types/react-select": "^4.0.15",
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
61
|
+
"@typescript-eslint/parser": "^6.0.0",
|
|
62
|
+
"@vitejs/plugin-react": "^4.0.3",
|
|
63
|
+
"autoprefixer": "^10.4.16",
|
|
64
|
+
"cross-env": "^7.0.3",
|
|
65
|
+
"eslint": "^8.45.0",
|
|
66
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
67
|
+
"eslint-plugin-react-refresh": "^0.4.3",
|
|
68
|
+
"postcss": "^8.4.31",
|
|
69
|
+
"tailwindcss": "^3.3.3",
|
|
70
|
+
"typescript": "^5.0.2",
|
|
71
|
+
"vite": "^4.4.5",
|
|
72
|
+
"vite-plugin-dts": "^3.5.4",
|
|
73
|
+
"yalc": "^1.0.0-pre.53"
|
|
74
|
+
}
|
|
75
|
+
}
|