-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.92 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
{
"name": "my_first_react_app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.6.4",
"@material-ui/core": "^4.12.3",
"@material-ui/pickers": "^3.3.10",
"@metamask/detect-provider": "^1.2.0",
"@polkadot/api": "^7.13.1",
"@polkadot/extension-dapp": "^0.43.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"apexcharts": "^3.33.2",
"axios": "^0.26.1",
"bootstrap": "^5.1.3",
"bootstrap-select": "^1.13.18",
"chart.js": "^3.7.1",
"chartist": "^0.11.4",
"chartist-plugin-tooltips-updated": "^0.1.4",
"ethers": "^5.6.1",
"graphql": "^16.5.0",
"metismenujs": "^1.3.1",
"react": "^17.0.2",
"react-apexcharts": "^1.4.0",
"react-bootstrap": "^2.2.1",
"react-chartjs-2": "^4.1.0",
"react-dom": "^17.0.2",
"react-perfect-scrollbar": "^1.5.8",
"react-redux": "^7.2.8",
"react-resize-detector": "^7.0.0",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.0",
"react-slick": "^0.28.1",
"react-sparklines": "^1.7.0",
"react-table": "^7.7.0",
"reactstrap": "^9.0.1",
"recharts": "^2.1.9",
"redux": "^4.1.2",
"redux-form": "^8.3.8",
"redux-thunk": "^2.4.1",
"simple-react-lightbox": "^3.6.9-0",
"slick-carousel": "^1.8.1",
"sweetalert": "^2.1.2",
"swiper": "^8.0.7",
"web-vitals": "^2.1.4",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}