-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.84 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
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
{
"name": "react-firebase-boilerplate",
"version": "0.1.0",
"description": "The perfect starting point for react apps with firebase backends.",
"scripts": {
"prestart": "babel-node tools/startMessage.js",
"start": "npm-run-all --parallel test:watch open:src lint:watch",
"open:src": "babel-node tools/srcServer.js",
"test": "mocha --reporter progress tools/testSetup.js src/*.test.js",
"test:watch": "npm run test -- --watch",
"lint": "node_modules/.bin/esw webpack.config.* tools src",
"lint:watch": "npm run lint -- --watch",
"flow": "flow",
"build:docs": "esdoc -c esdoc.json",
"build": "webpack --config webpack.config.dev.js"
},
"keywords": [
"react",
"reactjs"
],
"license": "MIT",
"homepage": "https://github.com/jsbros/react-firebase-boilerplate",
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.18.0",
"colors": "^1.2.1",
"css-loader": "^0.23.1",
"enzyme": "^2.3.0",
"esdoc": "^0.4.8",
"esdoc-es7-plugin": "^0.0.3",
"eslint": "^3.11.1",
"eslint-plugin-flowtype": "^2.29.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.7.1",
"eslint-watch": "^2.1.11",
"expect": "^1.20.1",
"express": "^4.16.3",
"file-loader": "^0.9.0",
"flow-bin": "^0.36.0",
"jsdom": "^9.2.1",
"mocha": "^2.5.3",
"nock": "^8.0.0",
"npm-run-all": "^2.1.1",
"open": "0.0.5",
"react-addons-test-utils": "^15.1.0",
"react-hot-loader": "^3.0.0-beta.2",
"redux-immutable-state-invariant": "^1.2.3",
"redux-mock-store": "^1.0.4",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.15.0",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.21.2"
},
"dependencies": {
"bootstrap": "^4.0.0",
"chart.js": "^2.7.2",
"chartkick": "^2.3.3",
"emojione": "^2.2.6",
"firebase": "^3.0.3",
"firebase-admin": "^5.11.0",
"hedron": "^0.3.0",
"immutable": "^3.8.1",
"node-uuid": "^1.4.7",
"npm": "^5.7.1",
"react": "^15.1.0",
"react-bootstrap": "^0.32.1",
"react-chartkick": "^0.1.6",
"react-dom": "^15.1.0",
"react-emojione": "^2.0.0",
"react-fontawesome": "^1.4.0",
"react-loader": "^2.4.0",
"react-notification": "^6.5.1",
"react-redux": "^4.4.9",
"react-router": "^3.2.1",
"react-router-redux": "^4.0.4",
"react-smooth-collapse": "^1.5.0",
"react-tooltip": "^3.2.2",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4",
"styled-components": "^1.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/jsbros/react-firebase-boilerplate.git"
}
}