-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.9 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.9 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "my-codemirror",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"copy-build": "xcopy /E /I /Y dist ..\\client-prod\\dist",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "npx prettier --write ."
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@exuanbo/file-icons-js": "^3.3.0",
"@lezer/highlight": "^1.2.0",
"@mui/material": "^5.14.20",
"@reduxjs/toolkit": "^2.0.1",
"@webcontainer/api": "^1.1.8",
"@webcontainer/env": "^1.1.0",
"ace-builds": "^1.32.0",
"axios": "^1.6.2",
"codemirror": "^6.0.1",
"formik": "^2.4.5",
"framer-motion": "^11.0.5",
"jwt-decode": "^4.0.0",
"million": "^2.6.4",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-data-table-component": "^7.5.4",
"react-dom": "^18.2.0",
"react-export-table-to-excel": "^1.0.6",
"react-helmet-async": "^2.0.3",
"react-icons": "^4.12.0",
"react-redux": "^9.0.2",
"react-resizable": "^3.0.5",
"react-router-dom": "^6.20.1",
"react-toastify": "^9.1.3",
"styled-components": "^6.1.8",
"sweetalert2": "^11.10.2",
"xterm": "^5.3.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-search": "^0.13.0",
"xterm-addon-web-links": "^0.9.0"
},
"devDependencies": {
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.32",
"prettier": "^3.1.0",
"tailwindcss": "^3.4.0",
"vite": "^5.0.6",
"vite-plugin-dynamic-import": "^1.5.0",
"vite-plugin-top-level-await": "^1.3.1"
}
}