-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
99 lines (99 loc) · 2.91 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
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "template-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.1.1",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.4.4",
"@mui/material": "^5.4.4",
"@mui/styles": "^5.4.4",
"@reduxjs/toolkit": "^1.6.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.0",
"@types/color-convert": "^2.0.0",
"@types/dagre": "^0.7.46",
"@types/jest": "^26.0.24",
"@types/node": "^16.4.1",
"@types/react": "^17.0.14",
"@types/react-beautiful-dnd": "^13.1.1",
"@types/react-color": "^3.0.5",
"@types/react-dom": "^17.0.9",
"@types/react-modal": "^3.12.1",
"@types/react-redux": "^7.1.18",
"@types/react-router-dom": "^5.1.8",
"@types/react-virtualized-auto-sizer": "^1.0.1",
"@types/react-window": "^1.8.5",
"apexcharts": "^3.27.3",
"axios": "^0.21.1",
"bootstrap": "^4.6.0",
"classnames": "^2.3.1",
"color-convert": "^2.0.1",
"dagre": "^0.8.5",
"i18next": "^21.6.16",
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-app-rewire-alias": "^1.0.3",
"react-app-rewired": "^2.1.8",
"react-beautiful-dnd": "^13.1.0",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-i18next": "^11.16.7",
"react-flow-renderer": "^10.1.0",
"react-modal": "^3.14.3",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.0",
"react-select": "^5.2.2",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"recharts": "^2.0.10",
"redux-state-sync": "^3.1.2",
"sass": "^1.35.2",
"socket.io-client": "^4.4.1",
"typeface-anonymous-pro": "^0.0.72",
"typeface-work-sans": "^0.0.72",
"typescript": "4.6.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/redux-state-sync": "^3.1.2",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"nodemon": "^2.0.12",
"prettier": "2.2.1",
"react-app-rewire-alias": "^1.0.3",
"react-app-rewired": "^2.1.8"
},
"eslintConfig": {
"extends": "react-app"
}
}