UNPKG

554 BJSONView Raw
1{
2 "name": "@neo-one/simulation-ico-template",
3 "version": "1.0.0-alpha.25",
4 "private": true,
5 "dependencies": {
6 "@babel/polyfill": "7.0.0-beta.42",
7 "@neo-one/client": "^1.0.0-alpha.24",
8 "material-ui": "1.0.0-beta.36",
9 "react": "16.2.0",
10 "react-dom": "16.2.0",
11 "react-scripts": "1.1.1",
12 "recompose": "0.26.0",
13 "typeface-roboto": "0.0.54"
14 },
15 "scripts": {
16 "start": "react-scripts start",
17 "build": "react-scripts build",
18 "test": "react-scripts test --env=jsdom",
19 "eject": "react-scripts eject"
20 }
21}