-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.29 KB
/
package.json
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
{
"name": "fluxolab.app",
"version": "0.1.0",
"private": true,
"description": "A web application designed to teach algorithm and programming fundamentals using flowcharts.",
"keywords": [],
"homepage": "https://fluxolab.app",
"license": "GPL-3.0-only",
"author": "",
"type": "module",
"scripts": {
"build": "vite build",
"deploy": "npm run build && echo 'fluxolab.app' > ./dist/CNAME && npx gh-pages -d dist",
"dev": "vite serve"
},
"dependencies": {
"@hello-pangea/dnd": "17.0.0",
"bootstrap": "5.3.3",
"bootstrap-icons": "1.11.3",
"colvertize": "0.1.0",
"lodash": "4.17.21",
"lz-string": "1.5.0",
"ohm-js": "17.1.0",
"react": "18.3.1",
"react-bootstrap": "2.10.5",
"react-dom": "18.3.1",
"react-hotkeys-hook": "4.5.1",
"react-markdown": "9.0.1",
"react-resizable-panels": "2.1.4",
"reactflow": "11.11.4",
"zustand": "4.5.5"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/bootstrap": "5.2.10",
"@types/lodash": "4.17.10",
"@types/react": "18.3.11",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.2",
"gh-pages": "6.1.1",
"prettier": "3.3.3",
"typescript": "5.6.2",
"vite": "5.4.8"
}
}