forked from bhawesh96/nerdtalk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 806 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"draft-js": "^0.10.5",
"draftjs-to-html": "^0.8.2",
"firebase": "^4.9.0",
"getstream": "^3.12.1",
"html-react-parser": "^0.4.1",
"material-ui": "^0.20.0",
"particles.js": "^2.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-draft-wysiwyg": "^1.12.7",
"react-redux": "^5.0.6",
"react-router": "^3.2.0",
"react-scripts": "1.1.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"homepage": "http://bhawesh96.github.com/nerdtalk"
}