-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
178 lines (178 loc) · 5.46 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
"name": "wp-playground",
"version": "0.0.0",
"license": "GPL-2.0-or-later",
"scripts": {
"build": "nx run-many --all --target=build",
"build:vscode-extension": "nx build vscode-extension",
"deploy": "gh-pages -d dist/docs/build -t true",
"dev:interactivity": "nx dev interactive-block-playground",
"format": "nx format",
"format:uncommitted": "nx format --fix --parallel --uncommitted",
"lint": "nx run-many --all --target=lint",
"predeploy": "nx build docs-site",
"prepublishOnly": "npm run build",
"release:wp-now": "lerna version patch --yes --no-private --loglevel=verbose && cd dist/packages/wp-now && npm publish --access public",
"release:vscode": "nx publish vscode-extension",
"test": "nx run-many --all --target=test",
"fix-asyncify": "node packages/php-wasm/node/bin/rebuild-while-asyncify-functions-missing.mjs",
"typecheck": "nx run-many --all --target=typecheck",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@codemirror/autocomplete": "6.16.3",
"@codemirror/commands": "6.6.0",
"@codemirror/lang-css": "6.2.1",
"@codemirror/lang-html": "6.4.9",
"@codemirror/lang-javascript": "6.2.2",
"@codemirror/lang-json": "6.0.1",
"@codemirror/lang-php": "6.0.1",
"@codemirror/lang-sql": "6.6.5",
"@codemirror/language": "6.10.2",
"@codemirror/state": "6.4.1",
"@codemirror/theme-one-dark": "6.1.2",
"@codemirror/view": "6.28.1",
"@php-wasm/node": "0.6.16",
"@php-wasm/progress": "0.6.16",
"@php-wasm/universal": "0.6.16",
"@php-wasm/web": "0.6.16",
"@uiw/react-codemirror": "4.22.2",
"@webcontainer/env": "1.1.1",
"@wp-playground/blueprints": "0.6.16",
"classnames": "^2.3.2",
"comlink": "^4.4.1",
"compressible": "2.0.18",
"compression": "1.7.4",
"copy-webpack-plugin": "11.0.0",
"esbuild-wasm": "0.21.3",
"express": "4.19.2",
"file-saver": "^2.0.5",
"follow-redirects": "1.15.6",
"fs-extra": "11.1.1",
"hpagent": "1.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"unzipper": "0.10.11",
"yargs": "17.7.2"
},
"devDependencies": {
"@docusaurus/core": "2.4.1",
"@docusaurus/module-type-aliases": "2.4.1",
"@docusaurus/plugin-ideal-image": "^2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@docusaurus/theme-live-codeblock": "^2.4.1",
"@knodes/typedoc-plugin-pages": "0.23.1",
"@mdx-js/react": "^1.6.22",
"@nx/devkit": "16.2.1",
"@nx/esbuild": "16.2.1",
"@nx/eslint-plugin": "16.2.1",
"@nx/jest": "16.2.1",
"@nx/js": "16.2.1",
"@nx/linter": "16.2.1",
"@nx/node": "16.2.1",
"@nx/plugin": "16.2.1",
"@nx/react": "16.2.1",
"@nx/rollup": "16.2.1",
"@nx/vite": "16.2.1",
"@nx/web": "16.2.1",
"@nx/webpack": "16.2.1",
"@nx/workspace": "16.2.1",
"@rollup/plugin-url": "^8.0.1",
"@testing-library/react": "14.0.0",
"@tsconfig/docusaurus": "^1.0.5",
"@types/file-saver": "^2.0.5",
"@types/jest": "^29.4.0",
"@types/node": "18.14.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-modal": "^3.13.1",
"@types/vscode": "1.78.0",
"@types/vscode-webview": "1.57.1",
"@types/wordpress__block-editor": "11.5.7",
"@types/wordpress__blocks": "12.5.0",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "0.31.1",
"@vitest/ui": "0.31.1",
"@vscode/vsce": "2.19.0",
"@vscode/webview-ui-toolkit": "1.2.2",
"@wordpress/block-editor": "12.14.0",
"@wordpress/blocks": "12.6.0",
"@wordpress/components": "23.6.0",
"@wordpress/core-data": "6.6.0",
"@wordpress/data": "8.6.0",
"@wordpress/element": "5.6.0",
"@wordpress/notices": "3.29.0",
"@wordpress/scripts": "^26.16.0",
"chalk": "5.2.0",
"clsx": "^1.2.1",
"docusaurus-plugin-typedoc-api": "^3.0.0",
"dts-bundle-generator": "^7.2.0",
"esbuild": "0.17.17",
"esbuild-plugin-copy": "^2.1.0",
"esbuild-plugin-ignore": "1.1.1",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"gh-pages": "5.0.0",
"glob": "^9.3.0",
"husky": "8.0.3",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsdom": "~20.0.3",
"jsonc-eslint-parser": "^2.1.0",
"lerna": "6.6.1",
"nx": "16.2.1",
"ora": "6.3.0",
"prettier": "^2.6.2",
"prism-react-renderer": "^1.3.5",
"raw-loader": "^4.0.2",
"react-markdown": "^8.0.7",
"rimraf": "^4.4.0",
"rollup": "^3.2.0",
"rollup-plugin-dts": "^5.2.0",
"rollup-plugin-external-globals": "0.7.3",
"rollup-plugin-ts": "^3.2.0",
"ts-jest": "29.1.0",
"ts-json-schema-generator": "1.2.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typedoc": "0.23.27",
"typedoc-plugin-mdn-links": "3.0.3",
"typedoc-plugin-resolve-crossmodule-references": "0.3.3",
"typescript": "5.0.4",
"vite": "4.3.7",
"vite-plugin-dts": "~1.7.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-external": "1.2.8",
"vite-plugin-static-copy": "0.13.1",
"vite-plugin-wasm": "^3.2.2",
"vite-tsconfig-paths": "4.2.0",
"vitepress": "1.0.0-alpha.60",
"vitest": "0.31.1",
"webpack-node-externals": "^3.0.0"
},
"overrides": {
"rollup": "^3.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "5.0.4"
},
"workspaces": [
"packages/nx-extensions",
"packages/wp-now",
"packages/interactive-code-block",
"packages/vscode-extension"
],
"bin": {
"wp-now": "bin/wp-now"
}
}