This repository has been archived by the owner on May 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
65 lines (65 loc) · 2.04 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
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "auction-admin",
"version": "1.0.0",
"description": "Contracts for ERC 821 tokenized artworks",
"scripts": {
"start": "node server.js",
"build":
"cross-env BABEL_ENV=production ./node_modules/.bin/webpack --config webpack.config.production.js"
},
"author": "XLNT",
"license": "MIT",
"homepage": "https://github.com/xlnt/auction-admin#readme",
"dependencies": {
"auction-contracts": "git+ssh://[email protected]:XLNT/auction-contracts.git",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"bidi-mobx": "^0.20.0",
"curator-contracts": "git+ssh://[email protected]:XLNT/curator-contracts.git",
"eip820": "github:jbaylina/eip820",
"express": "^4.16.2",
"ipfs": "^0.27.7",
"ipfs-unixfs": "^0.1.14",
"ipld-dag-pb": "^0.11.4",
"mobx": "^3.5.1",
"mobx-react": "^4.4.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-hot-loader": "^3.1.3",
"react-router-dom": "^4.2.2",
"solc": "0.4.19",
"webpack": "^3.10.0",
"webpack-dev-middleware": "^2.0.4",
"webpack-hot-middleware": "^2.21.0",
"zeppelin-solidity": "^1.5.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.1",
"eslint": "^4.15.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-prettier": "^2.4.0",
"ganache-cli": "^6.0.3",
"mocha": "^3.5.3",
"npx": "^9.7.1",
"pre-commit": "^1.2.2",
"prettier": "^1.9.2",
"solidity-sha3": "^0.4.1",
"truffle": "4.0.6",
"truffle-contract":
"git+ssh://[email protected]/pfletcherhill/truffle-contract.git",
"truffle-flattener": "^1.2.0",
"truffle-hdwallet-provider": "0.0.3"
}
}