-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
134 lines (134 loc) · 4.17 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "pastel-explorer-web",
"version": "1.0.0",
"description": "Pastel Explorer",
"author": "Pastel Network",
"private": true,
"license": "UNLICENSED",
"scripts": {
"preinstall": "node -e \"if (process.env.npm_execpath.indexOf('yarn') === -1) throw new Error('Use yarn for installing: https://yarnpkg.com/en/docs/install')\"",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "jest",
"eject": "react-app-rewired eject",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"lint:fix": "yarn lint --fix"
},
"browserslist": [
"> 0.25%",
"ie >= 11",
"not op_mini all",
"not dead"
],
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"dependencies": {
"@babel/preset-env": "7.23.2",
"@date-io/core": "3.0.0",
"@date-io/date-fns": "3.0.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@highlight-run/react": "3.2.1",
"@loadable/component": "5.16.3",
"@mui/icons-material": "5.15.12",
"@mui/lab": "5.0.0-alpha.167",
"@mui/material": "5.15.12",
"@mui/styled-engine-sc": "6.0.0-alpha.17",
"@mui/styles": "5.15.12",
"@mui/system": "5.15.12",
"@types/react-router-dom": "5.3.3",
"axios": "1.6.7",
"buffer": "6.0.3",
"css-vendor": "2.0.8",
"dagre": "0.8.5",
"date-fns": "3.3.1",
"echarts": "5.5.0",
"echarts-for-react": "3.0.2",
"file-saver": "2.0.5",
"fzstd": "0.1.0",
"gsap": "3.12.5",
"highlight.run": "8.0.0",
"html-react-parser": "5.1.8",
"html-to-image": "1.11.11",
"i18next": "23.10.0",
"i18next-http-backend": "2.5.0",
"js-base64": "3.7.7",
"jss": "10.10.0",
"jss-preset-default": "10.10.0",
"lodash.debounce": "4.0.8",
"lz-string": "1.5.0",
"polished": "4.3.1",
"react": "18.2.0",
"react-csv": "2.2.2",
"react-datepicker": "6.2.0",
"react-dom": "18.2.0",
"react-helmet-async": "2.0.4",
"react-i18next": "14.1.0",
"react-jvectormap": "0.0.16",
"react-paginate": "8.2.0",
"react-perfect-scrollbar": "1.5.8",
"react-redux": "9.1.0",
"react-router-dom": "6.17.0",
"react-scripts": "5.0.1",
"react-share": "5.1.0",
"react-timeago": "7.2.0",
"react-virtualized": "9.22.5",
"reactflow": "11.11.2",
"redux": "5.0.1",
"redux-persist": "6.0.0",
"redux-thunk": "3.1.0",
"socket.io-client": "4.7.4",
"styled-components": "6.1.8",
"swr": "2.2.5"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@redux-devtools/extension": "3.3.0",
"@types/dagre": "0.7.52",
"@types/enzyme": "3.10.18",
"@types/file-saver": "2.0.7",
"@types/jest": "29.5.12",
"@types/loadable__component": "5.13.9",
"@types/lodash.debounce": "4.0.9",
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"@types/react-csv": "1.1.10",
"@types/react-datepicker": "6.0.3",
"@types/react-dom": "18.2.21",
"@types/react-helmet": "6.1.11",
"@types/react-paginate": "7.1.4",
"@types/react-redux": "7.1.33",
"@types/react-timeago": "4.1.7",
"@types/react-virtualized": "9.21.29",
"@types/redux-mock-store": "1.0.6",
"@types/styled-components": "5.1.34",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"axios-mock-adapter": "1.22.0",
"babel-jest": "29.7.0",
"enzyme": "3.11.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-styled-components": "7.2.0",
"prettier": "3.2.5",
"prop-types": "15.8.1",
"react-app-rewire-alias": "1.1.7",
"react-app-rewired": "2.2.1",
"redux-mock-store": "1.5.4",
"ts-jest": "29.1.2",
"typescript": "5.4.2"
}
}