-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
73 lines (73 loc) · 1.9 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
{
"name": "emmet",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/plugin-syntax-optional-chaining": "^7.8.3",
"@metamask/sdk": "^0.6.2",
"@reduxjs/toolkit": "^1.9.5",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.7.1",
"bootstrap": "^5.2.3",
"emmet.sdk": "0.1.17",
"ethers": "5.7.2",
"mobile-device-detect": "^0.4.3",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-redux": "^8.1.1",
"react-router-dom": "^6.11.2",
"react-scripts": "latest",
"react-scroll-to-top": "^3.0.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"typescript": "^5.2.2",
"typewriter-effect": "^2.19.0",
"viem": "^1.10.14",
"wagmi": "^1.4.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "GENERATE_SOURCEMAP=false react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/preset-env": "^7.22.9",
"@popperjs/core": "^2.11.8",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"prop-types": "^15.6.0"
},
"engines": {
"node": "^20.6.1"
}
}