-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 1 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
{
"name": "streamingbandit",
"version": "1.0.0",
"private": true,
"license": "(MIT OR Apache-2.0)",
"homepage": ".",
"dependencies": {
"admin-on-rest": "^1.3.1",
"aor-dependent-input": "^1.1.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-stage-2": "^6.24.1",
"codemirror": "^5.30.0",
"downloadbutton": "^1.0.0",
"eslint": "^4.8.0",
"eslint-plugin-react": "^7.4.0",
"material-design-icons": "^3.0.1",
"material-ui-number-input": "^5.0.24",
"prettier": "^1.7.4",
"react": "^15.6.2",
"react-codemirror2": "^2.0.2",
"react-dom": "^15.6.2",
"react-easy-params": "^1.0.0",
"react-easy-state": "^3.0.1",
"react-redux": "latest",
"react-scripts": "1.0.13",
"react-shortcut-key": "^2.0.2",
"url-exists": "^1.0.3",
"valid-url": "^1.0.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}