-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
{
"name": "reduxor",
"version": "0.0.1",
"description": "Redux-o-morph",
"repository": "https://github.com/ryardley/reactomorph",
"scripts": {
"start": "./scripts/start.sh",
"clean": "./scripts/clean.sh",
"build": "./scripts/build.sh",
"test": "./scripts/test.sh"
},
"author": "Rudi Yardley",
"license": "MIT",
"dependencies": {
"babel-runtime": "^5.8.20",
"dotenv": "^1.2.0",
"drator": "^0.1.8",
"express": "^4.13.3",
"history": "^1.9.0",
"isomorphic-fetch": "^2.1.1",
"link-package": "^0.1.0",
"nector": "^0.1.9",
"react": "^0.13.3",
"react-document-title": "^2.0.0",
"react-redux": "^2.1.1",
"react-router": "^1.0.0-rc1",
"redux": "^2.0.0",
"redux-actions": "^0.8.0",
"redux-promise": "^0.5.0",
"redux-thunk": "^0.1.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-loader": "^5.3.2",
"chai": "^3.3.0",
"concurrently": "^0.1.1",
"eslint-plugin-react": "^3.3.2",
"mocha": "^2.3.3",
"nodemon": "^1.4.1",
"redux-devtools": "^2.1.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2",
"zombie": "^4.0.8"
}
}