-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 853 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
{
"name": "chat-bdinh",
"version": "0.1.0",
"private": true,
"homepage": "https://bdinh.github.io/slack-application/",
"dependencies": {
"bootstrap": "^4.0.0-beta.2",
"firebase": "^4.6.2",
"gh-pages": "^1.1.0",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"md5": "^2.2.1",
"moment": "^2.19.3",
"react": "^16.1.1",
"react-bootstrap": "^0.31.5",
"react-dom": "^16.1.1",
"react-fontawesome": "^1.6.1",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"react-select": "^1.1.0",
"react-spinners": "^0.2.5",
"react-toggle": "^4.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}