This repository was archived by the owner on May 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.67 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.67 KB
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
48
49
50
51
52
53
54
55
{
"name": "router5-examples",
"version": "0.0.0",
"description": "A mix of playground code and examples",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server",
"build": "webpack",
"build:prod": "NODE_ENV=production webpack",
"build:all": "webpack --app=deku && webpack --app=deku-redux && webpack --app=react && webpack --app=react-redux && webpack --app=cycle && webpack --app=cycle2",
"build:prod:all": "NODE_ENV=production npm run build:all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/router5/examples.git"
},
"author": "Thomas Roch <thomas.c.roch@gmail.com> (http://blog.reactandbethankful.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/router5/examples/issues"
},
"homepage": "https://github.com/router5/examples#readme",
"devDependencies": {
"@cycle/core": "^6.0.0",
"@cycle/dom": "^9.0.1",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"randomcolor": "^0.4.3",
"redux-logger": "^2.3.2",
"router5.helpers": "^1.1.0",
"router5.transition-path": "^4.0.0",
"rx": "^4.0.7",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.14.1",
"yargs": "^3.29.0"
},
"dependencies": {
"chance": "^0.7.6",
"deku": "^1.0.0",
"deku-redux": "^1.0.0",
"deku-router5": "^4.0.0",
"lodash.find": "^3.2.1",
"react": "~15.4.0",
"react-dom": "~15.4.0",
"react-redux": "^4.4.0",
"react-router5": "^4.0.0",
"redux": "^3.0.3",
"redux-router5": "^4.0.0",
"redux-thunk": "^1.0.0",
"reselect": "^2.0.0",
"router5": "~4.5.1",
"virtual-element": "^1.2.0"
}
}