-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
30 lines (30 loc) · 956 Bytes
/
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
{
"target": "ESNext",
"dependencies": {
"htm": "^3.0.4",
"preact": "^10.5.13"
},
"devDependencies": {
"@darkforest_eth/constants": "^6.7.3",
"@darkforest_eth/contracts": "^6.7.3",
"@darkforest_eth/events": "^6.7.3",
"@darkforest_eth/gamelogic": "^6.7.3",
"@darkforest_eth/hashing": "^6.7.3",
"@darkforest_eth/hexgen": "^6.7.3",
"@darkforest_eth/network": "^6.7.3",
"@darkforest_eth/procedural": "^6.7.3",
"@darkforest_eth/renderer": "^6.7.3",
"@darkforest_eth/serde": "^6.7.3",
"@darkforest_eth/settings": "^6.7.3",
"@darkforest_eth/snarks": "^6.7.3",
"@darkforest_eth/types": "^6.7.3",
"@darkforest_eth/ui": "^6.7.3",
"@projectsophon/df-plugin-dev-server": "^1.1.0",
"@types/react": "^17.0.9",
"esbuild": "^0.12.8"
},
"scripts": {
"dev": "df-plugin-dev-server --dir entry",
"build": "esbuild entry/* --bundle --format=esm --target=es2020 --outdir=dist"
}
}