-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.61 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.61 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
{
"name": "gui",
"private": true,
"type": "module",
"author": "Editor Code Assistant",
"license": "Apache-2.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --ext ts"
},
"dependencies": {
"@codemirror/commands": "^6.7.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.10.8",
"@codemirror/lint": "^6.8.4",
"@codemirror/state": "^6.5.1",
"@codemirror/view": "^6.36.1",
"@reduxjs/toolkit": "^2.8.2",
"@vscode/codicons": "^0.0.36",
"framer-motion": "^12.36.0",
"jsonc-parser": "^3.3.1",
"react": "^19.1.0",
"react-diff": "^0.0.7",
"react-diff-view": "^3.3.2",
"react-dom": "^19.1.0",
"react-error-boundary": "^5.0.0",
"react-markdown": "^10.1.0",
"react-redux": "^9.2.0",
"react-router-dom": "^6.30.3",
"react-spinners": "^0.17.0",
"react-syntax-highlighter": "^15.6.1",
"react-tooltip": "^5.29.1",
"remark-gfm": "^4.0.1",
"reselect": "^5.1.1",
"sass": "^1.97.3"
},
"overrides": {
"minimatch": ">=3.1.4",
"immutable": ">=5.1.5",
"rollup": ">=4.59.0"
},
"devDependencies": {
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@types/react-router-dom": "^5.3.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"typescript": "^5.2.2",
"vite": "^5.4.9"
}
}