-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.51 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.51 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
{
"name": "js-confuser-new",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "npm run dev",
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"update-submodule": "git submodule update --remote --merge"
},
"dependencies": {
"@babel/core": "^7.29.0",
"@babel/generator": "^7.28.0",
"@babel/parser": "^7.29.0",
"@babel/traverse": "^7.29.0",
"@babel/types": "^7.29.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@monaco-editor/react": "^4.7.0",
"@mui/icons-material": "^5.18.0",
"@mui/material": "^5.18.0",
"acorn": "^8.15.0",
"acorn-typescript": "^1.4.13",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"escodegen": "^2.1.0",
"js-confuser-vm": "^0.1.1",
"json5": "^2.2.3",
"lz-string": "^1.5.0",
"monaco-editor": "^0.50.0",
"prettier": "^3.6.2",
"prism-react-renderer": "^2.4.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"react-resizable-panels": "^3.0.4",
"react-router-dom": "^7.7.1",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.30.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"vite": "^7.0.4"
}
}