-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 893 Bytes
/
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
{
"name": "react-redux-firebase-slack-clone",
"version": "0.1.0",
"private": true,
"dependencies": {
"adminlte-reactjs": "git+https://github.com/smkamranqadri/ReactJS-AdminLTE.git",
"bootstrap": "~3.3.7",
"firebase": "~3.7.4",
"font-awesome": "~4.7.0",
"install": "~0.8.8",
"npm": "~4.4.4",
"react": "~15.4.2",
"react-bootstrap": "~0.30.8",
"react-dom": "~15.4.2",
"react-redux": "~5.0.3",
"react-redux-firebase": "~1.4.0-beta.4",
"react-router": "~3.0.3",
"react-router-redux": "~4.0.8",
"redux": "~3.6.0",
"redux-logger": "~3.0.1",
"redux-observable": "~0.14.1",
"rxjs": "~.3.0"
},
"devDependencies": {
"react-scripts": "0.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}