-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
51 lines (51 loc) · 1.43 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "plivo-webphone",
"version": "1.0.0",
"description": "Simple webphone using Plivo's browser SDK",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack -d --watch",
"start": "nodemon server/index.js",
"heroku-postbuild": "webpack -p"
},
"author": "Sean Miller",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"btoa": "^1.2.1",
"express": "^4.16.3",
"express-formidable": "^1.0.0",
"material-design-icons": "^3.0.1",
"material-ui": "^0.20.0",
"moment": "^2.22.1",
"nodemon": "^1.17.3",
"plivo": "^4.0.0",
"popper": "^1.0.1",
"popper.js": "^1.14.3",
"react": "^16.3.1",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.1",
"react-flag-kit": "^0.2.3",
"react-fontawesome": "^1.6.1",
"react-localstorage": "^1.0.0",
"react-mixin": "^4.0.0",
"react-star-rating-component": "^1.4.1",
"request": "^2.85.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.18.2",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"react-localstorage-hoc": "0.0.2",
"style-loader": "^0.20.3",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
}
}