-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.65 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
{
"name": "tokenstation",
"version": "0.1.0",
"private": true,
"dependencies": {
"@triplespeeder/bn2string": "^1.0.0",
"@triplespeeder/web3-eventfetcher": "^2.0.0",
"@truffle/contract": "^4.0.36",
"bn.js": "^5.0.0",
"formsy-react": "^1.1.5",
"formsy-semantic-ui-react": "^0.3.5",
"history": "^4.10.1",
"lodash": "^4.17",
"proptypes": "^1.1.0",
"react": "^16.10.2",
"react-blockies": "^1.4.1",
"react-dom": "^16.10.2",
"react-redux": "^7.1.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"redux": "^4.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88",
"web3": "^1.2.1"
},
"homepage": "https://tokenstation.io",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build:ipfs": "PUBLIC_URL='.' react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9001 -c .storybook",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"@storybook/addon-actions": "^5.2.4",
"@storybook/addon-storyshots": "^5.2.4",
"@storybook/react": "^5.2.4",
"babel-core": "^6.26.3",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"gh-pages": "^2.1.1",
"human-standard-token-abi": "^1.0.2",
"prop-types": "^15.7",
"react-test-renderer": "^16.10.2",
"storybook-react-router": "^1.0.8",
"redux-devtools-extension": "^2.13.8"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}