-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
129 lines (129 loc) · 4.15 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "skatehive",
"version": "0.1.1",
"type": "module",
"engines": {
"node": ">=16.0.0",
"pnpm": ">=8.0.0"
},
"private": true,
"author": "skatehacker",
"scripts": {
"dev": "vite",
"build": "pnpm type-check && vite build",
"build:turbo": "npx turbo build",
"serve": "vite preview",
"lint": "eslint src",
"lint:fix": "eslint src --fix && pnpm format",
"lint:turbo": "npx turbo lint",
"type-check": "tsc",
"type-check:turbo": "npx turbo type-check",
"format": "prettier --write src",
"up-interactive": "pnpm up -i",
"up-latest": "pnpm up-interactive -L",
"release": "standard-version",
"push-release": "git push --follow-tags origin main",
"prepare": "husky install"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@ethersproject/abi": "^5.7.0",
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/signing-key": "^5.7.0",
"@fontsource-variable/roboto-mono": "^5.0.13",
"@fontsource-variable/space-grotesk": "^5.0.16",
"@fontsource/creepster": "^5.0.8",
"@fontsource/londrina-solid": "^5.0.18",
"@fontsource/open-sans": "^5.0.14",
"@fontsource/plus-jakarta-sans": "^5.0.11",
"@fontsource/press-start-2p": "^5.0.18",
"@fontsource/share-tech-mono": "^5.0.8",
"@giphy/js-fetch-api": "^5.3.0",
"@giphy/js-types": "^5.0.0",
"@giphy/react-components": "^9.2.3",
"@hiveio/dhive": "^1.2.7",
"@nnsprotocol/resolver-wagmi": "^0.0.1",
"@opuscapita/react-markdown": "2.3.13",
"@pioneer-platform/pioneer-client": "9.0.6",
"@pioneer-platform/pioneer-react": "0.2.39",
"@pioneer-sdk/pioneer-react": "0.0.25",
"@react-google-maps/api": "^2.19.2",
"@rollup/plugin-node-resolve": "^15.2.3",
"@safe-global/protocol-kit": "^1.3.0",
"@snapshot-labs/snapshot.js": "^0.5.8",
"@tanstack/react-query": "^5.17.19",
"@types/lodash": "^4.14.202",
"@uiw/react-md-editor": "^4.0.1",
"axios": "^1.6.2",
"chart.js": "^4.4.0",
"cors": "^2.8.5",
"diff-match-patch": "^1.0.5",
"dotenv": "^16.3.1",
"ethers": "5",
"events": "^3.3.0",
"framer-motion": "^10.16.4",
"get-blob-duration": "^1.2.0",
"keychain-sdk": "^0.4.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"openai": "^4.3.0",
"pioneer-platform": "^1.0.0",
"pnpm": "^8.6.12",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-confetti": "^6.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-helmet": "^6.1.0",
"react-helmet-async": "^1.3.0",
"react-html-parser": "^2.0.2",
"react-icons": "^4.8.0",
"react-infinite-scroll-component": "^6.1.0",
"react-markdown": "^8.0.7",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.10.0",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^3.0.1",
"tus-js-client": "^3.1.1",
"typed.js": "^2.0.16",
"viem": "2.x",
"wagmi": "^2.5.4",
"web3": "^4.1.0"
},
"devDependencies": {
"@babel/runtime": "^7.22.11",
"@chakra-ui/system": "^2.6.0",
"@rollup/plugin-inject": "^5.0.3",
"@types/cors": "^2.8.13",
"@types/diff-match-patch": "^1.0.36",
"@types/node": "^20.5.8",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.1",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-helmet": "^6.1.6",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"@vitejs/plugin-react": "^4.0.0",
"esbuild": "^0.19.2",
"eslint": "^8.39.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"prettier": "^3.0.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"standard-version": "^9.5.0",
"typescript": "^5.3.3",
"vite": "^5.0.8"
},
"packageManager": "[email protected]"
}