This repository was archived by the owner on Nov 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.56 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.56 KB
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
{
"name": "cheemscoin",
"version": "1.3.0",
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
"start": "next start",
"compile": "truffle compile",
"migrate": "truffle migrate",
"xdai": "truffle migrate --network xdai",
"test": "truffle test"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.4",
"@chakra-ui/react": "^1.6.4",
"@chakra-ui/theme-tools": "1.1.7",
"@emotion/react": "11.4.0",
"@emotion/styled": "11.3.0",
"@ethersproject/abi": "^5.0.7",
"@ethersproject/bignumber": "^5.1.0",
"@ethersproject/units": "^5.1.0",
"@openzeppelin/contracts": "^3.4.2",
"@truffle/hdwallet-provider": "^1.2.1",
"@usedapp/core": "^0.4.2",
"dotenv": "^8.2.0",
"formik": "^2.2.6",
"framer-motion": "^4.1.13",
"graphql": "^15.5.1",
"graphql-request": "^3.4.0",
"next": "11.1.3",
"pify": "^5.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.2.0"
},
"devDependencies": {
"@openzeppelin/test-helpers": "^0.5.10",
"@types/node": "^14.14.25",
"@types/react": "^16.14.3",
"@types/react-dom": "^16.9.8",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "^1.0.0-beta.3",
"typescript": "^4.3.4"
},
"license": "GPL-3.0-or-later",
"author": {
"name": "kowasaur",
"url": "https://github.com/kowasaur"
},
"homepage": "https://cheemsco.in",
"repository": {
"type": "git",
"url": "git+https://github.com/cryptocheems/cheemscoin.git"
}
}