-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.67 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
52
53
{
"name": "zendesk-webphone",
"version": "1.0.0",
"description": "Webphone Zendesk APP",
"scripts": {
"build:prod": "env=production webpack && ./build.sh production",
"build:stag": "env=staging webpack && ./build.sh staging",
"build": "env=dev webpack --watch"
},
"author": "Teravoz",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.8",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"@fortawesome/react-fontawesome": "^0.1.3",
"babel-loader": "^8.0.4",
"css-loader": "^0.26.1",
"dotenv-webpack": "^1.5.7",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"html-webpack-externals-plugin": "^3.8.0",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.7",
"node-sass": "^4.1.1",
"react-css-modules": "^4.1.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.13.1",
"url-loader": "^1.1.2",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"@teravoz/react-webrtc-adapter": "^0.8.0-beta",
"classnames": "^2.2.6",
"prop-types": "^15.6.2",
"react": "16.*",
"react-dom": "16.*",
"react-keydown": "^1.9.7",
"react-lottie": "^1.2.3",
"react-redux": "^5.0.1",
"react-sound": "^1.2.0",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"terautils": "git+ssh://[email protected]/teravoz/terautils.git",
"typeface-roboto": "^0.0.54"
}
}