-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
47
48
49
50
51
{
"name": "kpi-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"prettier": {
"tabWidth": 2,
"trailingComma": "all",
"semi": false
},
"dependencies": {
"@popperjs/core": "^2.10.2",
"@tippyjs/react": "^4.2.5",
"chart.js": "^3.6.0",
"cytoscape": "^3.20.0",
"cytoscape-cxtmenu": "^3.4.0",
"cytoscape-dagre": "^2.3.2",
"cytoscape-edgehandles": "^4.0.1",
"cytoscape-popper": "^2.0.0",
"deep-equal": "^2.0.5",
"lodash": "^4.17.21",
"mobx": "^6.3.5",
"mobx-react-lite": "^3.2.1",
"next": "^12.0.3",
"next-iron-session": "^4.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-swipeable": "^6.2.0",
"sass": "^1.43.2",
"swr": "^1.0.1",
"tooltip-component": "file:.yalc/tooltip-component"
},
"devDependencies": {
"@types/cytoscape": "^3.19.0",
"@types/cytoscape-cxtmenu": "^3.4.0",
"@types/cytoscape-dagre": "^2.3.0",
"@types/cytoscape-edgehandles": "^4.0.0",
"@types/cytoscape-popper": "^2.0.0",
"@types/deep-equal": "^1.0.1",
"@types/lodash": "^4.14.175",
"@types/react": "17.0.30",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"typescript": "4.4.4"
}
}