-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.94 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
{
"name": "@cennznet/app-hub",
"version": "1.2.1",
"private": true,
"scripts": {
"clean": "rm -rdf .next",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"format": "prettier --config .prettierrc.json ./ --write"
},
"dependencies": {
"@cennznet/api": "^2.1.1-alpha.4",
"@cennznet/types": "^2.1.1-alpha.4",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@metamask/detect-provider": "^1.2.0",
"@metamask/providers": "^8.1.1",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.1",
"@polkadot/react-identicon": "^1.4.1",
"big.js": "^6.1.1",
"emittery": "^0.11.0",
"ethers": "^5.6.7",
"lodash": "^4.17.21",
"next": "^12.1.6",
"next-seo": "^5.4.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-imask": "^6.4.2",
"react-jazzicon": "^1.0.3",
"store": "^2.0.12",
"ua-parser-js": "^1.0.2"
},
"resolutions": {
"@polkadot/keyring": "^8.4.1",
"@polkadot/util": "^8.4.1",
"@polkadot/util-crypto": "^8.4.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@depay/web3-blockchains": "^4.5.0",
"@depay/web3-mock": "^11.8.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/babel__core": "^7",
"@types/big.js": "^6.1.3",
"@types/gtag.js": "^0.0.10",
"@types/lodash": "^4.14.182",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/store": "^2.0.2",
"@types/ua-parser-js": "^0.7.36",
"autoprefixer": "^10.4.7",
"babel-jest": "^27.5.1",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest-fetch-mock": "^3.0.3",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"typescript": "4.6.4"
},
"packageManager": "[email protected]"
}