generated from iotexproject/iotex-dapp-sample
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
68 lines (68 loc) · 1.91 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
{
"name": "spartans-dashboard",
"version": "0.1.0",
"license": "MIT",
"description": "Starter pack using Nextjs, React, Typescript, Chakra and Cypress",
"keywords": [
"next",
"react",
"typescript",
"chakra"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start",
"test": "concurrently \"yarn start \" \"cypress open\"",
"test:ci": "cypress run --headless"
},
"dependencies": {
"@chakra-ui/icons": "1.1.7",
"@chakra-ui/layout": "^1.7.7",
"@chakra-ui/modal": "^1.10.10",
"@chakra-ui/react": "1.8.6",
"@emotion/react": "11.8.2",
"@emotion/styled": "11.8.1",
"@ethersproject/contracts": "^5.6.0",
"@ethersproject/providers": "^5.6.1",
"@iotexproject/iotex-address-ts": "^1.0.4",
"@iotexproject/walletconnect-connector": "^6.2.0",
"@metamask/jazzicon": "^2.0.0",
"@types/localforage": "^0.0.34",
"@types/uuid": "^8.3.4",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"axios": "0.26.1",
"bignumber.js": "^9.0.2",
"clipboard-polyfill": "^3.0.3",
"copy-to-clipboard": "^3.3.1",
"ethcall": "4.4.0",
"ethereumjs-util": "7.1.4",
"ethers": "5.6.1",
"framer-motion": "6.2.8",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"mobx": "6.5.0",
"mobx-react-lite": "3.3.0",
"next": "^12.1.0",
"numeral": "^2.0.6",
"prop-types": "15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"typed-emitter": "^2.1.0"
},
"devDependencies": {
"@cypress/react": "5.12.4",
"@netlify/plugin-nextjs": "^4.2.7",
"@types/node": "17.0.21",
"@types/react": "17.0.41",
"@types/react-dom": "17.0.14",
"@types/react-router-dom": "^5.3.3",
"concurrently": "^7.0.0",
"cypress": "9.5.2",
"typescript": "4.6.2"
}
}