-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.26 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": "HedgehogDBD",
"scripts": {
"start": "npm-run-all -p check --parallel serve",
"serve": "vite",
"check": "tsc --noEmit",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest"
},
"dependencies": {
"@giscus/react": "^2.2.8",
"@monaco-editor/react": "^4.5.0",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.11.3",
"dayjs": "^1.11.6",
"html-to-image": "^1.11.11",
"monaco-editor": "^0.34.1",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"react-responsive-modal": "^6.4.2",
"react-router-dom": "^6.15.0",
"reactflow": "^11.8.3",
"zustand": "^4.4.1"
},
"devDependencies": {
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@jest/globals": "^29.5.0",
"@types/bootstrap": "^5.2.3",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-modal": "^3.16.3",
"@vitejs/plugin-react": "^3.1.0",
"jest": "^29.5.0",
"jest-canvas-mock": "^2.5.1",
"jest-environment-jsdom": "^29.5.0",
"npm-run-all": "^4.1.5",
"typescript": "^4.9.3",
"vite": "^4.1.0",
"vite-plugin-monaco-editor": "^1.1.0"
}
}