-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
68 lines (68 loc) · 1.96 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
66
67
68
{
"name": "together",
"version": "3.11.1",
"private": true,
"engines": {
"node": "18"
},
"devDependencies": {
"react-scripts": "^4.0.3"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"@rehooks/component-size": "^1.0.3",
"@researchgate/react-intersection-list": "^3.0.10",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-error": "^1.1.13",
"apollo-link-http": "^1.5.17",
"apollo-link-ws": "^1.0.20",
"faker": "^4.1.0",
"graphql": "^14.7.0",
"graphql-tag": "^2.11.0",
"html-react-parser": "^0.10.1",
"install": "^0.13.0",
"intersection-observer": "^0.7.0",
"lodash": "^4.17.19",
"micropub-client-editor": "^1.0.7",
"moment": "^2.27.0",
"notistack": "^0.8.9",
"nuka-carousel": "^4.7.0",
"pigeon-maps": "^0.13.0",
"pigeon-overlay": "^0.2.3",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-apollo": "^2.5.6",
"react-apollo-hooks": "^0.4.5",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-intersection-observer": "^8.26.2",
"react-list": "^0.8.11",
"react-router-dom": "^5.2.0",
"react-shortcuts": "^2.1.0",
"react-sortable-hoc": "^1.11.0",
"subscriptions-transport-ws": "^0.9.16",
"url-search-params-polyfill": "^6.0.0",
"use-react-router": "^1.0.7",
"viewport-mercator-project": "^6.1.1"
},
"scripts": {
"start": "NODE_OPTIONS='--openssl-legacy-provider' react-scripts start",
"build": "NODE_OPTIONS='--openssl-legacy-provider' react-scripts build",
"test": "NODE_OPTIONS='--openssl-legacy-provider' react-scripts test --env=jsdom",
"eject": "NODE_OPTIONS='--openssl-legacy-provider' react-scripts eject"
},
"prettier": {
"singleQuote": true,
"trailingComma": "es5",
"semi": false
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}