-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.07 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
{
"name": "wordpress-lytics",
"version": "1.0.4",
"repository": "[email protected]:lytics/wordpress-core.git",
"author": "Mark Hayden <[email protected]>",
"license": "MIT",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite build --watch ",
"build": "vite build"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"@types/wordpress__components": "^23.8.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"add": "^2.0.6",
"babel-loader": "^9.1.3",
"chokidar": "^3.6.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"sass": "^1.77.6",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vite-plugin-static-copy": "^1.0.5",
"webpack": "^5.92.0",
"webpack-cli": "^5.1.4",
"yarn": "^3"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@lytics/experience-editor": "^1.0.1",
"@lytics/recommendation-block": "^1.0.0",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.13",
"@types/wordpress__blocks": "^12.5.14",
"@uiw/react-codemirror": "^4.21.25",
"@vitejs/plugin-vue": "^5.0.4",
"@wordpress/block-editor": "^13.1.0",
"@wordpress/blocks": "^13.1.0",
"@wordpress/components": "^28.1.0",
"@wordpress/editor": "^14.1.0",
"@wordpress/element": "^6.1.0",
"@wordpress/i18n": "^5.1.0",
"codemirror": "5.62.0",
"final-form": "^4.20.10",
"formBuilder": "^3.19.7",
"jquery": "^3.7.1",
"monaco-editor": "^0.47.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.3.1",
"react-final-form": "^6.5.9",
"react-monaco-editor": "^0.55.0",
"react-syntax-highlighter": "^15.5.0",
"react-to-webcomponent": "^2.0.0",
"serialize-javascript": "^6.0.2",
"terser": "^5.29.2",
"tslib": "^2.6.3"
},
"volta": {
"node": "20.11.0",
"yarn": "1.22.18"
}
}