-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
86 lines (86 loc) · 2.35 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "netmaker-ui",
"version": "v0.19.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.4.2",
"@mui/lab": "^5.0.0-alpha.49",
"@mui/material": "^5.0.1",
"@mui/styles": "^5.0.2",
"@mui/x-data-grid": "^5.6.0",
"@types/cytoscape": "^3.19.4",
"axios": "^0.21.4",
"chart.js": "^3.8.0",
"copy-to-clipboard": "^3.3.1",
"cytoscape": "^3.20.0",
"date-fns": "^2.29.3",
"graphology": "^0.23.2",
"graphology-layout": "^0.5.0",
"graphology-layout-forceatlas2": "^0.10.1",
"graphology-types": "^0.23.0",
"i18next": "^21.1.1",
"js-file-download": "^0.4.12",
"jwt-decode": "^3.1.2",
"local-storage": "^2.0.0",
"randomcolor": "^0.6.2",
"react": "^17.0.2",
"react-activity": "^1.2.2",
"react-avatar": "^5.0.3",
"react-chartjs-2": "^4.2.0",
"react-dom": "^17.0.2",
"react-hook-form": "^7.16.1",
"react-i18next": "^11.12.0",
"react-redux": "^7.2.5",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-sigma-v2": "^1.3.0",
"react-toastify": "^8.0.3",
"redux": "^4.1.1",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"sigma": "^2.1.3",
"typesafe-actions": "^5.1.0",
"typescript": "^4.4.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"format": "prettier -w ./src"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^27.0.2",
"@types/node": "^18.16.0",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.0",
"@types/redux-logger": "^3.0.9",
"@welldone-software/why-did-you-render": "^6.2.1",
"prettier": "^2.4.1",
"react-app-rewire-alias": "^1.1.4",
"react-app-rewired": "^2.1.8"
}
}