-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 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
{
"name": "refire-app",
"version": "2.2.0",
"description":
"Opinionated wrapper for quick prototyping with React, Redux and Firebase",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/hoppula/refire-app"
},
"scripts": {
"build": "babel src --out-dir lib",
"watch": "babel --watch src --out-dir lib"
},
"author": "Lari Hoppula",
"license": "MIT",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0",
"react-dom": "^0.14.0 || ^15.0.0-0"
},
"dependencies": {
"hoist-non-react-statics": "^1.0.5",
"lodash": "^4.16.6",
"react-free-style": "^4.0.0",
"react-redux": "^5.0.6",
"react-router": "^3.0.5",
"react-router-redux-params": "^2.0.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"refire": "^3.1.0",
"refire-react": "^1.1.1"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.10.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"eslint": "^2.3.0",
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-import": "^1.0.3",
"eslint-plugin-react": "^4.2.0"
}
}