-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.94 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
66
67
68
69
70
{
"name": "enon-dex",
"version": "0.4.0",
"author": "Alexander Krupenkin <akru@aira.life>",
"homepage": "https://cdex.herokuapp.com/",
"description": "Collateral based decentralized exchange",
"main": "truffle.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test",
"start": "react-scripts start",
"build": "npm run build-css && react-scripts build",
"build-css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"storybook": "start-storybook -s ./public -p 6006",
"build-storybook": "build-storybook",
"compile": "truffle compile",
"migrate": "truffle migrate --network kovan",
"console": "truffle console",
"testrpc": "ganache-cli"
},
"dependencies": {
"antd": "3.20.3",
"chai": "4.2.0",
"bn-chai": "1.0.1",
"chai-as-promised": "7.1.1",
"bootstrap": "4.3.1",
"drizzle": "1.4.0",
"drizzle-react": "1.3.0",
"eth-gas-reporter": "0.2.4",
"ethereum-blockies-base64": "1.0.2",
"ganache-cli": "6.4.5",
"ipfs-http-client": "33.1.0",
"jquery": "3.5.0",
"node-sass": "4.12.0",
"openzeppelin-solidity": "2.3.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-redux": "7.1.0",
"react-scripts": "3.0.1",
"react-bootstrap": "^1.0.0-beta.9",
"redux": "4.0.4",
"redux-thunk": "2.3.0",
"terser": "4.1.2",
"truffle": "5.0.27",
"truffle-flattener": "1.4.0",
"truffle-hdwallet-provider": "1.0.14",
"wallet-address-validator": "0.2.4",
"web3": "1.0.0-beta.55"
},
"devDependencies": {
"@babel/core": "7.5.4",
"@storybook/addon-actions": "5.1.9",
"@storybook/addon-links": "5.1.9",
"@storybook/addons": "5.1.9",
"@storybook/react": "5.1.9",
"babel-loader": "8.0.5"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"license": "BSD-3-Clause"
}