forked from team-toast/DAIHard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "daihard",
"description": "decentralized fiat/crypto transfers, using threat of burn",
"version": "0.9.5",
"license": "UNLICENSED",
"author": "Logan Brutsche",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"dev": "webpack-dev-server --hot --inline",
"prebuild": "rimraf docs",
"build": "webpack"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"bootstrap-sass": "^3.3.7",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^3.2.0",
"elm": "^0.19.0-bugfix6",
"elm-webpack-loader": "^6.0.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"html-webpack-plugin": "^2.28.0",
"jquery": "^3.4.1",
"node-sass": "^4.5.1",
"postcss-loader": "^1.3.3",
"rimraf": "^2.6.3",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.0",
"url-loader": "^2.1.0",
"webpack": "^2.3.1",
"webpack-dev-server": "^2.11.5",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"elm-ethereum-ports": "^1.0.0",
"elm-format": "^0.8.1",
"node-forge": "^0.8.1"
}
}