-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 954 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
31
32
33
{
"name": "foundry",
"description": "foundry DAO",
"license": "UNLICENSED",
"author": "Team Toast",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"dev": "rm -rf dist && mkdir dist && cp static/captureReferral.html dist/captureReferral.html && parcel static/index.html",
"build": "rm -rf dist && mkdir dist && cp static/captureReferral.html dist/captureReferral.html && parcel build static/index.html"
},
"devDependencies": {
"elm": "^0.19.1-3",
"elm-hot": "^1.1.5",
"node-elm-compiler": "^5.0.5",
"parcel-bundler": "^1.12.4",
"parcel-plugin-asset-copier": "^1.1.0",
"rimraf": "^3.0.2"
},
"dependencies": {
"@metamask/legacy-web3": "^2.0.0",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"clipboard": "^2.0.6",
"elm-ethereum-ports": "^1.0.1",
"jquery": "^3.5.1",
"parcel": "^1.12.4",
"web3": "^1.3.3"
},
"assetsPath": "./static/assets"
}