-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.01 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 2.01 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": "outpost-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"lint": "yarn eslint components connectors constants context hooks pages utils",
"lint-fix": "yarn lint --fix"
},
"dependencies": {
"3box": "1.20.3",
"@apollo/client": "^3.2.2",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@web3-react/core": "^6.1.1",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.1.6",
"axios": "^0.20.0",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^5.0.15",
"graphql": "^15.3.0",
"html-react-parser": "^0.14.0",
"isomorphic-fetch": "^3.0.0",
"magic-sdk": "^2.7.0",
"medium-editor": "^5.23.3",
"mixpanel-browser": "^2.39.0",
"moment": "^2.29.1",
"next": "9.5.3",
"next-plugin-svgr": "^0.0.6",
"outpost-react-share": "^1.0.2",
"prop-types": "^15.7.2",
"quill": "^1.3.7",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-iframe": "^1.8.0",
"react-quill": "^1.3.5",
"rich-markdown-editor": "^11.0.1",
"showdown": "^1.9.1",
"store": "^2.0.12",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.12.1",
"eslint-config-react-app": "^5.2.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-standard": "^4.0.1",
"typescript": "^4.0.3"
}
}