-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 947 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
34
35
36
37
38
{
"name": "funny-group-chat",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bootstrap": "^3.3.7",
"cross-env": "^5.1.1",
"css-loader": "^0.28.7",
"firebase": "^4.6.0",
"html-webpack-plugin": "^2.30.1",
"if-emoji": "^0.1.0",
"js-base64": "^2.3.2",
"lodash": "^4.17.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts": "1.0.16",
"style-loader": "^0.19.0"
},
"scripts": {
"start": "cross-env NODE_ENV=development react-scripts start",
"build": "cross-env NODE_ENV=production webpack",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nutanek/funny-group-chat.git"
},
"keywords": [
"chat",
"ReactJS",
"Firebase"
],
"author": "nutanek",
"license": "MIT"
}