-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 789 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 789 Bytes
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
{
"name": "003-landing-page",
"version": "0.0.1",
"private": true,
"devDependencies": {
"react-scripts": "0.6.1"
},
"dependencies": {
"body-parser": "^1.18.3",
"bootstrap": "^4.1.3",
"chat-template": "0.0.26",
"express": "^4.16.3",
"history": "^4.7.2",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-facebook": "^5.0.3",
"react-facebook-sdk": "^1.1.1",
"react-messenger-customer-chat": "^0.7.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-transition-group": "^2.5.0",
"reactstrap": "^6.4.0"
},
"scripts": {
"start": "react-scripts start --history-api-fallback",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}