forked from alexbvart/supply-chain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 792 Bytes
/
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
{
"name": "supply-chain",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"jsw": "json-server --watch db.json --port 3001"
},
"dependencies": {
"@statikly/funk": "^0.3.1",
"axios": "^0.21.1",
"chart.js": "^3.5.0",
"gojs": "^2.1.47",
"gojs-react": "^1.0.10",
"json-server": "^0.16.3",
"mermaid": "^8.11.0",
"next": "11.0.1",
"next-joi": "^2.2.1",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-chartjs-2": "^3.0.4",
"react-d3-speedometer": "^1.0.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.13.0",
"react-mermaid2": "^0.1.4",
"react-to-print": "^2.12.6",
"sweetalert": "^2.1.2",
"swiper": "^6.7.1"
}
}