forked from sktbrd/skateapp
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 3.14 KB
/
Copy pathpackage.json
File metadata and controls
100 lines (100 loc) · 3.14 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "skatehive",
"version": "0.1.1",
"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",
"@fontsource-variable/grenze-gotisch": "^5.0.18",
"@fontsource/creepster": "^5.0.8",
"@fontsource/open-sans": "^5.0.14",
"@fontsource/plus-jakarta-sans": "^5.0.18",
"@hiveio/dhive": "^1.2.7",
"@pioneer-platform/pioneer-client": "^9.0.6",
"@pioneer-platform/pioneer-react": "0.2.39",
"@rollup/plugin-node-resolve": "^15.2.3",
"@safe-global/protocol-kit": "^1.3.0",
"@snapshot-labs/snapshot.js": "^0.5.8",
"axios": "^1.5.0",
"cors": "^2.8.5",
"crypto-js": "^4.2.0",
"dotenv": "^16.3.1",
"ethers": "5",
"events": "^3.3.0",
"framer-motion": "^10.16.0",
"get-blob-duration": "^1.2.0",
"is-touch-device": "^1.0.1",
"keychain-sdk": "^0.4.0",
"openai": "^4.3.0",
"pioneer-platform": "^1.0.0",
"pnpm": "^8.6.12",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-touch-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-markdown": "^8.0.7",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.10.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"tus-js-client": "^3.1.1",
"typed.js": "^2.0.16",
"vercel": "^32.1.0",
"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/crypto-js": "^4.2.1",
"@types/express": "^4.17.17",
"@types/is-touch-device": "^1.0.2",
"@types/node": "^20.5.8",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.1",
"@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.2.2",
"vite": "^4.4.9"
},
"packageManager": "pnpm@8.1.0"
}