forked from twilio/twilio-conversations-demo-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.6 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
63
64
65
{
"name": "conversation-demo-app",
"version": "1.2.0",
"private": true,
"dependencies": {
"@twilio-paste/core": "14.2.0",
"@twilio-paste/icons": "8.1.0",
"@twilio/conversations": "2.2.0",
"axios": "0.21.3",
"dotenv": "10.0.0",
"file-saver": "2.0.5",
"firebase": "9.15.0",
"javascript-time-ago": "^2.5.7",
"lodash": "4.17.21",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-infinite-scroll-component": "6.1.0",
"react-redux": "7.2.4",
"react-router-dom": "5.2.0",
"react-scripts": "5.0.1",
"redux": "4.1.0",
"redux-thunk": "2.3.0",
"typescript": "^4.1.2",
"word-wrap": "^1.2.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/file-saver": "2.0.3",
"@types/lodash": "4.14.182",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-redux": "7.1.16",
"@types/redux-thunk": "2.1.0",
"@typescript-eslint/eslint-plugin": "5.4.0",
"@typescript-eslint/parser": "5.4.0",
"dotenv-webpack": "^8.0.1",
"eslint": "^7.11.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.4.1"
}
}