-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.46 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": "chat-ui",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@animando/chat-types": "^1.0.3",
"@animando/cloud-app-logging": "^1.0.11",
"aws-sdk": "^2.403.0",
"css-loader": "^2.1.0",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"runtypes": "^3.1.2",
"style-loader": "^0.23.1",
"uuid": "^3.3.2"
},
"scripts": {
"build": "webpack",
"start:dev": "webpack-dev-server --config ./webpack.config.dev.js"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@types/node": "^10.12.21",
"@types/react": "^16.8.2",
"@types/react-dom": "^16.8.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"dotenv": "^6.2.0",
"eslint": "^5.13.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.1.0",
"ts-loader": "^5.3.3",
"tslint": "^5.12.1",
"tslint-config-standard": "^8.0.1",
"tslint-immutable": "^5.2.0",
"tslint-react": "^3.6.0",
"tslint-sonarts": "^1.9.0",
"typescript": "^3.3.3",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"webpack-dotenv-plugin": "^2.1.0"
}
}