-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 873 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 873 Bytes
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
{
"name": "chat",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.7.2",
"axios": "^1.2.1",
"classnames": "^2.3.2",
"formik": "^2.2.9",
"graphql": "^15.8.0",
"graphql-tag": "^2.12.6",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"graphql-ws": "^5.11.2",
"react-router-dom": "^6.4.5",
"react-scripts": "5.0.1",
"react-textarea-autosize": "^8.4.0",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.4",
"store2": "^2.14.2"
},
"scripts": {
"start": "PORT=3006 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}