-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.41 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.41 KB
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
{
"name": "drupal-lytics",
"version": "1.0.6",
"main": "index.js",
"type": "module",
"repository": "git@github.com:lytics/drupal-core.git",
"author": "Mark Hayden <mark.hayden@lytics.com>",
"license": "MIT",
"scripts": {
"dev": "vite",
"dev:watch": "node vite-watch.js",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.6",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"add": "^2.0.6",
"chokidar": "^3.6.0",
"sass": "^1.71.1",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vite-plugin-static-copy": "^1.0.1",
"yarn": "^1.22.21"
},
"dependencies": {
"@codemirror/lang-javascript": "^6.2.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.13",
"@uiw/react-codemirror": "^4.21.25",
"@vitejs/plugin-vue": "^5.0.4",
"final-form": "^4.20.10",
"formBuilder": "^3.19.7",
"monaco-editor": "^0.47.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"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"
}
}