-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.04 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.04 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "dao_terminal_v0",
"version": "0.1.0",
"private": true,
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@livepeer/react": "^1.3.0",
"@livepeer/webrtmp-sdk": "^0.2.3",
"@magic-ext/connect": "^3.1.0",
"@snapshot-labs/snapshot.js": "^0.4.47",
"@web3uikit/core": "^0.2.4",
"@web3uikit/icons": "^0.2.4",
"@web3uikit/web3": "^0.2.2",
"axios": "^1.1.3",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.2",
"dotenv": "^16.0.3",
"fuzzysort": "^2.0.3",
"graphql": "^16.6.0",
"js-sha256": "^0.9.0",
"ka-table": "^7.6.3",
"keyboard-key": "^1.1.0",
"latest": "^0.2.0",
"livepeer": "^1.2.2",
"lodash": "^4.17.21",
"magic-sdk": "^10.0.0",
"moment": "^2.29.4",
"node-fetch": "^3.2.10",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-spinners": "^0.13.6",
"react-spring": "^9.5.5",
"recharts": "^2.1.16",
"request": "^2.88.2",
"sass": "^1.56.0",
"styled-components": "^5.3.6",
"ts-node": "^10.9.1",
"twitter-api-v2": "^1.12.9",
"typescript": "^4.6.4",
"wagmi": "^0.7.12",
"web-vitals": "^2.1.4",
"web3": "^1.8.0",
"web3.storage": "^4.4.0",
"wink-sentiment": "^5.0.2"
},
"scripts": {
"dev": "vite",
"dev:host": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"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/jest": "^29.2.1",
"@types/lodash": "^4.14.188",
"@types/node": "^18.11.9",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^2.2.0",
"vite": "^3.2.2"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"main": "index.js",
"keywords": [],
"author": "",
"license": "MIT"
}