-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
110 lines (110 loc) · 3.18 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "core-dev-playground",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@3id/connect": "^0.2.5",
"@ant-design/icons": "^4.6.2",
"@jup-ag/core": "1.0.0-beta.4",
"@jup-ag/react-hook": "1.0.0-beta.4",
"@metamask/detect-provider": "^1.2.0",
"@segment/snippet": "^4.14.2",
"@taquito/signer": "^10.0.0",
"@taquito/taquito": "^10.0.0",
"@types/js-yaml": "^4.0.3",
"@types/node": "^15.12.4",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-no-ssr": "^1.1.3",
"@types/react-router-dom": "^5.1.7",
"@types/simple-react-lightbox": "^3.6.1",
"@types/styled-components": "^5.1.10",
"antd": "^4.16.1",
"axios": "^0.21.1",
"bip39": "^3.0.4",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"dids": "^2.4.0",
"ethereumjs-util": "^7.1.0",
"ethers": "^5.0.0",
"graphql": "^15.6.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"lodash.unescape": "^4.0.1",
"minimist": "^1.2.6",
"mz": "^2.7.0",
"near-api-js": "^0.41.0",
"next": "^12.0.4-canary.4",
"next-transpile-modules": "^9.0.0",
"nextjs-progressbar": "^0.0.13",
"react": "^17.0.2",
"react-confetti": "^6.0.1",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-is": ">= 16.8.0",
"react-json-view": "^1.21.3",
"react-markdown": "^7.0.1",
"react-no-ssr": "^1.1.0",
"react-player": "^2.9.0",
"react-syntax-highlighter": "^15.4.4",
"recharts": "^2.1.8",
"remark-gfm": "^2.0.0",
"rxjs": "^7.5.2",
"secretjs": "^0.17.3",
"simple-react-lightbox": "^3.6.9-0",
"styled-components": "^5.3.0",
"swr": "^1.1.2",
"web3": "^1.5.0"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
"@types/depd": "^1.1.32",
"@types/jest": "^27.0.1",
"@types/js-yaml": "^4.0.3",
"@types/lodash.unescape": "^4.0.6",
"@types/mz": "^2.7.4",
"@types/node": "^15.12.4",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-router-dom": "^5.1.7",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/styled-components": "^5.1.10",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.0.0",
"babel-jest": "^27.2.0",
"babel-plugin-styled-components": "^1.13.1",
"dotenv": "^10.0.0",
"eslint": "7.29.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin": "^1.0.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"husky": "^7.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.2.0",
"prettier": "2.3.2",
"pretty-quick": "^3.1.1",
"react-test-renderer": "^17.0.2",
"shelljs": "^0.8.4",
"typescript": "^4.4.4"
},
"overrides": {
"react-no-ssr": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}
}