UNPKG

460 BJSONView Raw
1{
2 "name": "@neo-one/simulation-react-template",
3 "version": "1.0.0-alpha.32",
4 "private": true,
5 "dependencies": {
6 "@babel/polyfill": "7.0.0-beta.42",
7 "@neo-one/client": "^1.0.0-alpha.32",
8 "react": "16.2.0",
9 "react-dom": "16.2.0",
10 "react-scripts": "1.1.1"
11 },
12 "scripts": {
13 "start": "react-scripts start",
14 "build": "react-scripts build",
15 "test": "react-scripts test --env=jsdom",
16 "eject": "react-scripts eject"
17 }
18}