-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "neo-burger-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export"
},
"dependencies": {
"@cityofzion/neon-js": "5.0.0-next.11",
"@cityofzion/wallet-connect-sdk-core": "^2.1.0",
"@neongd/json-rpc": "^0.0.9",
"@neongd/neo-dapi": "^1.0.1",
"@neongd/neo-provider": "^0.0.13",
"@reduxjs/toolkit": "^1.6.2",
"@types/lodash-es": "^4.17.5",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-redux": "^7.1.20",
"@walletconnect/sign-client": "^2.0.0-rc.3",
"@walletconnect/types": "^2.0.0-rc.3",
"bignumber.js": "^9.0.1",
"dayjs": "^1.10.7",
"delay": "^5.0.0",
"echarts": "^5.2.2",
"i18next": "^21.6.16",
"lodash-es": "^4.17.21",
"neo3-dapi": "^1.0.1",
"next": "11.1.2",
"p-retry": "^5.0.0",
"react": "17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-device-detect": "^2.2.2",
"react-dom": "17.0.2",
"react-redux": "^7.2.6"
},
"devDependencies": {
"@types/react": "17.0.21",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"typescript": "4.4.3"
}
}