forked from ringcentral-tutorials/ringcentral-widgets-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.99 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
54
55
56
57
58
59
60
61
62
{
"name": "ringcentral-widgets-demo",
"version": "0.0.1",
"description": "A RingCentral Widgets App",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"start": "npm run dev-server",
"dev-server": "webpack-dev-server --config webpack-dev-server.config.js --progress --colors --inline",
"build": "NODE_ENV=production webpack --config webpack-production.config.js --progress --colors"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"dotenv": "^4.0.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3"
},
"dependencies": {
"@ringcentral-integration/i18n": "^2.0.0",
"@ringcentral-integration/phone-number": "^1.0.0",
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.23.0",
"classnames": "^2.2.5",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^2.5.7",
"css-loader": "^0.28.1",
"file-loader": "^0.11.1",
"format-message": "^5.1.2",
"intl": "^1.2.5",
"isomorphic-fetch": "^2.2.1",
"node-sass": "^4.5.3",
"normalize-css": "^2.3.1",
"postcss-loader": "^1.3.3",
"prop-types": "^15.5.8",
"qs": "^6.5.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.4",
"react-router": "^3.2.0",
"react-router-redux": "^4.0.7",
"redux": "^3.6.0",
"ringcentral": "^3.1.3",
"ringcentral-client": "^1.0.0-beta.1",
"ringcentral-integration": "^0.8.3",
"ringcentral-widgets": "^0.8.3",
"sass-loader": "^6.0.3",
"style-loader": "^0.17.0",
"url-loader": "^0.5.8",
"webpack": "^2.5.0",
"webpack-dev-server": "^2.4.5",
"whatwg-fetch": "^2.0.3"
}
}