-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 3.16 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
{
"name": "tokyo-free-white-react-admin-dashboard",
"version": "2.0.0",
"title": "Tokyo Free White React Typescript Admin Dashboard",
"description": "This free and open source admin dashboard template is built for React and it’s bootstrapped from Facebook’s create-react-app. All NPM dependencies are up to date and it contains multiple fully customized components based on the popular frontend components framework, Material-UI.",
"author": {
"name": "BloomUI.com",
"url": "https://bloomui.com"
},
"private": false,
"dependencies": {
"@apollo/client": "^3.7.1",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@faker-js/faker": "^7.6.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@mui/icons-material": "^5.8.2",
"@mui/lab": "^5.0.0-alpha.84",
"@mui/material": "latest",
"@mui/styles": "^5.8.0",
"@mui/x-data-grid": "^5.17.12",
"@reduxjs/toolkit": "^1.9.0",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"@types/styled-components": "^5.1.26",
"@web3-onboard/core": "^2.11.1",
"@web3-onboard/injected-wallets": "^2.4.0",
"apexcharts": "^3.36.3",
"bootstrap": "^5.2.2",
"classnames": "^2.3.2",
"clsx": "^1.1.1",
"date-fns": "^2.28.0",
"dotenv": "^16.0.3",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"history": "^5.3.0",
"moment": "^2.29.4",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-apexcharts": "^1.4.0",
"react-custom-scrollbars-2": "^4.4.0",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.3.0",
"react-redux": "^8.0.5",
"react-router": "^6.4.2",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-spinners": "^0.13.6",
"reactstrap": "^9.1.4",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.1",
"sass": "^1.56.0",
"styled-components": "^5.3.6",
"stylis": "^4.1.1",
"stylis-plugin-rtl": "^2.1.1",
"typescript": "^4.7.3",
"web-vitals": "^2.1.4",
"web3": "^1.8.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "eslint --fix",
"format": "prettier --write \"./**/*.{ts,tsx,js,jsx,json}\" --config ./.prettierrc"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.27.0",
"@typescript-eslint/parser": "5.27.0",
"dotenv": "8.6.0",
"eslint": "8.17.0",
"eslint-config-airbnb-typescript": "17.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-hooks": "4.5.0",
"prettier": "2.6.2"
}
}