-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·37 lines (37 loc) · 1.01 KB
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
{
"name": "chatBox",
"version": "2.0.0",
"private": true,
"devDependencies": {
"@types/react-bootstrap": "^0.31.8",
"babel-eslint": "8.0.2",
"eslint": "4.12.1",
"eslint-plugin-react": "7.5.1",
"flow-bin": "^0.60.1",
"flow-typed": "^2.2.3",
"react-scripts": "1.0.17",
"surge": "0.19.0"
},
"dependencies": {
"@types/react": "16.0.25",
"bootstrap": "3.3.7",
"prop-types": "15.6.0",
"re-base": "3.2.0",
"react": "16.2.0",
"react-bootstrap": "0.31.5",
"react-dom": "16.2.0",
"react-router-dom": "4.2.2",
"react-transition-group": "2.2.1"
},
"scripts": {
"flow": "flow",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"copy": "cp build/index.html build/200.html",
"predeploy": "npm run build && npm run copy",
"deploy": "surge --project ./build --domain https://prstbt-chatbox.surge.sh",
"push": "git push && npm run deploy"
}
}