This repository was archived by the owner on Mar 4, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.61 KB
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": "nexus",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@apollo/client": "^3.7.16",
"@babel/plugin-proposal-private-property-in-object": "^7.14.5",
"@graffle/flow-livestream-sdk": "github:graffle/flow-livestream-sdk",
"@onflow/fcl": "^1.3.1",
"@onflow/flow-js-testing": "^0.4.0",
"@onflow/types": "^1.0.4",
"axios": "^1.4.0",
"bad-words": "^3.0.4",
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.2",
"graphql": "^16.7.1",
"ical.js": "^1.5.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"openai": "^3.3.0",
"parse5": "^7.1.2",
"parse5-htmlparser2-tree-adapter": "^7.0.0",
"react": "^18.2.0",
"react-big-calendar": "^1.8.1",
"react-calendar": "^4.3.0",
"react-data-table-component": "^7.5.3",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-router-dom": "^6.13.0",
"react-scripts": "^5.0.1",
"react-table": "^7.8.0",
"react-virtualized": "^9.22.5",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.9",
"rss-parser": "^3.13.0",
"start": "^5.1.0",
"tailwindcss": "^3.3.2",
"web-vitals": "^2.1.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}