-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.82 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
{
"name": "core-extension-dapp-example",
"version": "1.1.1",
"private": true,
"license": "BSD-3-Clause",
"dependencies": {
"@avalabs/avalanche-connector": "^1.0.0",
"@avalabs/web3-react-core-connector": "^1.1.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.1",
"@mui/x-date-pickers": "^6.5.0",
"@types/react-router-dom": "^5.3.3",
"@web3-react/core": "8.1.2-beta.0",
"bootstrap": "^5.2.3",
"dayjs": "^1.11.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.11.2",
"styled-components": "5.3.8",
"web3": "^1.10.0",
"web3-utils": "^1.10.0"
},
"devDependencies": {
"@rollup/plugin-json": "^4.1.0",
"@types/jest": "29.4.0",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/styled-components": "5.1.26",
"husky": "^8.0.3",
"react-scripts": "5.0.1",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-typescript2": "0.34.1",
"ttypescript": "1.5.15",
"typescript": "4.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --passWithNoTests",
"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"
]
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "rollup.config.js",
"keywords": [],
"author": ""
}