-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
53 lines (53 loc) · 1.6 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
{
"name": "df-artifact-market",
"version": "1.0.5",
"license": "GPL-3.0",
"private": true,
"files": [],
"engines": {
"node": "^16"
},
"scripts": {
"format": "prettier --write .",
"start": "df-plugin-dev-server --glob plugins/*.tsx",
"build": "df-plugin-dev-server bundle --glob plugins/*.tsx --outdir=dest/"
},
"dependencies": {
"@darkforest_eth/network": "^6.5.5",
"bufferutil": "^4.0.6",
"n": "^7.3.1",
"react-is": "^17.0.2",
"yarn": "^1.22.11"
},
"devDependencies": {
"@darkforest_eth/constants": "^6.5.1",
"@darkforest_eth/contracts": "^6.5.1",
"@darkforest_eth/serde": "^6.5.1",
"@darkforest_eth/snarks": "^6.5.1",
"@darkforest_eth/types": "^6.5.1",
"@ethersproject/bignumber": "^5.2.0",
"@ethersproject/units": "^5.1.0",
"@openzeppelin/contracts": "^4.1.0",
"@projectsophon/df-plugin-dev-server": "^1.4.0",
"@types/node": "^15.3.0",
"color": "^3.0.2",
"dotenv": "^10.0.0",
"esbuild": "^0.12.5",
"eslint": "^7.26.0",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.0.0",
"htm": "3.0.4",
"preact": "^10.5.14",
"react": "^16.9.0",
"react-dom": "^16.12.0",
"react-hot-loader": "^4.13.0",
"react-icons": "^3.9.0",
"react-router-dom": "^5.1.2",
"solhint": "^3.3.4",
"stable": "^0.1.8",
"styled-components": "^5.0.1",
"ts-node": "^9.1.1",
"typechain": "^5.0.0",
"typescript": "^4.2.4"
}
}