This repository was archived by the owner on Jan 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.55 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.55 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "Slices",
"version": "0.0.2",
"description": "Fragnix slices",
"scripts": {
"prestart": "make clean && make -j5 build",
"start": "node lib/server",
"dev": "NODE_ENV=development make -j5 webpack-server dev-server watch"
},
"repository": {
"type": "git",
"url": "https://github.com/rwilhelm/slices.git"
},
"keywords": [
"react",
"reactjs",
"hot",
"reload",
"redux",
"hmr",
"live",
"edit",
"webpack",
"flux",
"universal",
"router"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/rwilhelm/slices/issues"
},
"homepage": "https://github.com/rwilhelm/slices",
"dependencies": {
"babel-plugin-react-transform": "^1.0.3",
"babel-runtime": "^5.8.20",
"bluebird": "^2.10.0",
"chalk": "^1.1.1",
"co-fs": "^1.2.0",
"compression-webpack-plugin": "^0.2.0",
"filequeue": "^0.5.0",
"graceful-fs": "^4.1.2",
"highlight.js": "^8.8.0",
"history": "^1.8.4",
"humps": "^0.6.0",
"isomorphic-fetch": "^2.1.1",
"koa": "^1.0.0",
"koa-bodyparser": "^2.0.1",
"koa-compose": "^2.3.0",
"koa-compress": "^1.0.8",
"koa-cors": "0.0.16",
"koa-favicon": "^1.2.0",
"koa-helmet": "^0.2.0",
"koa-logger": "^1.3.0",
"koa-router": "^5.1.2",
"koa-static": "^1.4.9",
"lodash": "^3.10.1",
"material-design-lite": "^1.0.4",
"methods": "^1.1.1",
"normalizr": "^1.0.0",
"postcss-calc": "^5.0.0",
"postcss-custom-media": "^5.0.0",
"postcss-custom-properties": "^5.0.0",
"postcss-custom-selector": "^1.0.0",
"react": "^0.13.3",
"react-highlight": "^0.5.0",
"react-motion": "^0.2.7",
"react-redux": "^2.1.1",
"react-router": "1.0.0-beta3",
"react-style": "^0.5.5",
"react-transform-webpack-hmr": "^0.1.4",
"redux": "^2.0.0",
"redux-batched-subscribe": "^0.1.4",
"redux-devtools": "^2.1.0",
"redux-form": "^1.5.0",
"redux-immutable": "^1.3.6",
"redux-logger": "1.0.6",
"redux-react-router": "^0.4.0",
"redux-thunk": "^0.1.0",
"rethinkdbdash": "^2.1.7",
"sass": "^0.5.0",
"tar-stream": "^1.2.1",
"webpack-postcss-tools": "^1.1.1"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-eslint": "^4.1.1",
"babel-loader": "^5.3.2",
"cssnext-loader": "^1.0.1",
"css-loader": "^0.17.0",
"node-libs-browser": "^0.5.2",
"nodemon": "^1.4.1",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.12.3",
"watch": "^0.16.0",
"webpack": "^1.12.1",
"webpack-dev-server": "^1.10.1"
}
}