forked from MetaweaveTeam/ArProfile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.08 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": "account",
"version": "1.3.6",
"private": true,
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@ethersproject/providers": "^5.5.3",
"@mui/icons-material": "^5.4.2",
"@nextui-org/react": "^1.0.2-beta.4",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.25",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"ardb": "^1.1.10",
"arweave": "^1.12.2",
"arweave-account": "^1.3.3",
"arweave-wallet-connector": "^0.0.25",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"buffer-browserify": "^0.2.5",
"crypto-browserify": "^3.12.0",
"ethers": "^5.5.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-scripts": "5.0.0",
"react-syntax-highlighter": "^15.4.5",
"stream-browserify": "^3.0.0",
"styled-components": "^5.3.3",
"typescript": "^4.5.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"//": "Workaround warnings from react-scripts 5.0.0: https://github.com/facebook/create-react-app/discussions/11767#discussioncomment-2092902",
"start": "GENERATE_SOURCEMAP=false react-app-rewired start",
"build": "GENERATE_SOURCEMAP=false react-app-rewired 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/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/styled-components": "^5.1.23",
"arconnect": "^0.2.9",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1"
}
}