-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 886 Bytes
/
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
{
"name": "todomvc",
"version": "0.0.1",
"private": true,
"devDependencies": {
"dora": "^0.4.3",
"dora-plugin-proxy": "^0.8.5",
"enzyme": "^2.8.0",
"react-addons-test-utils": "^15.3.0",
"react-scripts": "^0.9.5"
},
"dependencies": {
"@cycle/http": "^13.2.0",
"@cycle/run": "^3.1.0",
"@cycle/time": "^0.8.0",
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"react": "^15.5.0",
"react-dom": "^15.5.0",
"react-redux": "^5.0.3",
"react-test-renderer": "^15.5.4",
"redux": "^3.5.2",
"redux-cycles": "^0.4.0",
"todomvc-app-css": "^2.1.0",
"xstream": "^10.6.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test",
"start:server": "dora --plugins proxy"
},
"proxy": "http://localhost:8989"
}