-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.39 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.39 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "mentalhealthapp",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.0-14",
"@fortawesome/free-brands-svg-icons": "^5.1.0-11",
"@fortawesome/free-solid-svg-icons": "^5.1.0-11",
"@fortawesome/react-fontawesome": "0.1.0-11",
"@material-ui/core": "^1.1.0",
"@material-ui/icons": "^1.1.0",
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"bcrypt": "^2.0.1",
"body-parser": "^1.18.3",
"bookshelf": "^0.13.3",
"cheerio": "^1.0.0-rc.2",
"connect-redis": "^3.3.3",
"css-loader": "^0.28.11",
"dotenv": "^5.0.1",
"event-emitter-es6": "^1.1.5",
"express": "^4.16.3",
"express-session": "^1.15.6",
"html-webpack-plugin": "^3.2.0",
"img-loader": "^3.0.0",
"knex": "^0.14.6",
"mdbootstrap": "^4.5.5",
"mdbreact": "^4.5.0",
"nodemon": "^1.17.5",
"npm": "^6.1.0",
"octicons": "^7.3.0",
"parcel-bundler": "^1.8.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pg": "^7.4.3",
"prop-types": "^15.6.1",
"react": "^16.4.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.4.0",
"react-hot-loader": "^4.3.3",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"recompose": "^0.27.1",
"redux": "^4.0.0",
"redux-form-material-ui": "^4.3.4",
"redux-logger": "^3.0.6",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"router": "^1.3.2",
"scrollreveal": "^3.4.0",
"style-loader": "^0.21.0",
"to": "^0.2.9",
"twilio": "^3.17.1",
"twilio-chat": "^2.2.0",
"twilio-common": "^0.1.7",
"twilio-sync": "^0.8.2",
"update": "^0.7.4",
"web-push": "^3.3.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.6",
"webpack-dev-server": "^3.1.4",
"whatwg-fetch": "^2.0.4",
"wow.js": "^1.2.2",
"wowjs": "^1.1.3"
},
"scripts": {
"start": "react-scripts start && set NODE_ENV=dev",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:8080",
"devDependencies": {
"exports-loader": "^0.7.0"
}
}