forked from casesandberg/react-context
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "react-context",
"version": "0.0.3",
"description": "Helpful Properties with React Context",
"main": "src/context",
"dependencies": {
"react": "^0.14.7",
"reactcss": "^0.4.5"
},
"devDependencies": {
"babel-loader": "^6.2.4",
"css-loader": "^0.23.1",
"gulp": "^3.9.0",
"highlight.js": "^9.2.0",
"html-loader": "^0.4.3",
"jsx-loader": "^0.13.2",
"node-libs-browser": "^1.0.0",
"normalize.css": "^3.0.3",
"react-hot-loader": "^1.2.7",
"react-map-styles": "^0.3.0",
"remarkable": "^1.6.0",
"style-loader": "^0.13.0",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/casesandberg/react-context.git"
},
"keywords": [
"react",
"context",
"react-context"
],
"author": "case <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/casesandberg/react-context/issues"
},
"homepage": "http://casesandberg.github.io/react-context/"
}