-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.65 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
{
"name": "@cennznet/app-faucet",
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=16.14.0"
},
"scripts": {
"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.2",
"@cennznet/types": "^2.1.1-alpha.2",
"@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.0",
"@next/env": "^12.1.6",
"@polkadot/react-identicon": "^1.4.1",
"@testing-library/jest-dom": "^5.16.4",
"big.js": "^6.1.1",
"ethers": "^5.6.7",
"ioredis": "^5.0.5",
"next": "12.1.6",
"next-auth": "^4.3.4",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-jazzicon": "^1.0.3",
"ua-parser-js": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@types/babel__core": "^7.1.19",
"@types/big.js": "^6.1.3",
"@types/gtag.js": "^0.0.10",
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-beforeunload": "^2.1.1",
"@types/react-dom": "18.0.4",
"@types/ua-parser-js": "^0.7.36",
"babel-jest": "^28.1.0",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"typescript": "4.6.4"
},
"resolutions": {
"minimist": "^1.2.6",
"@polkadot/util": "^8.7.1",
"@polkadot/util-crypto": "^8.7.1"
},
"packageManager": "[email protected]"
}