-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.02 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.02 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
{
"name": "eca-web",
"private": true,
"version": "0.1.0",
"type": "module",
"author": "Editor Code Assistant",
"license": "Apache-2.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^2.8.2",
"@vscode/codicons": "^0.0.36",
"framer-motion": "^12.36.0",
"react": "^19.1.0",
"react-diff": "^0.0.7",
"react-diff-view": "^3.3.2",
"react-dom": "^19.1.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"
},
"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",
"@vitejs/plugin-react": "^4.2.1",
"sass": "^1.97.3",
"typescript": "^5.2.2",
"vite": "^5.4.9"
}
}