-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.63 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.63 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
{
"name": "dsa",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.3",
"@dagrejs/dagre": "^1.1.5",
"@monaco-editor/react": "^4.7.0",
"@popperjs/core": "^2.11.8",
"@uiw/codemirror-theme-dracula": "^4.24.0",
"@uiw/react-codemirror": "^4.24.0",
"@xyflow/react": "^12.8.2",
"aos": "^2.3.4",
"bootstrap": "^5.3.6",
"framer-motion": "^12.11.3",
"js-priority-queue": "^0.1.5",
"js2flowchart": "^1.3.5",
"konva": "^9.3.22",
"prismjs": "^1.30.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-flow": "^1.0.3",
"react-icons": "^5.5.0",
"react-intersection-observer": "^9.16.0",
"react-konva": "^19.0.7",
"react-parallax": "^3.5.2",
"react-router-dom": "^7.6.0",
"react-scroll": "^1.9.3",
"react-slick": "0.30.3",
"react-syntax-highlighter": "^15.6.1",
"react-toastify": "^9.1.0",
"react-tsparticles": "^2.12.2",
"react-xarrows": "^2.0.2",
"refractor": "^5.0.0",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.18",
"tsparticles": "^3.8.1",
"tsparticles-engine": "^2.12.0",
"vis-network": "^9.1.13",
"zustand": "^4.0.0"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"vite": "^6.3.5"
}
}