-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
143 lines (143 loc) · 4.64 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "clubs",
"version": "0.24.0-beta.14",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"test": "vitest run",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"lint": "yarn lint:eslint && yarn lint:prettier",
"lint:eslint": "eslint --fix \"**/*.{js,mjs,cjs}\"",
"lint:prettier": "prettier --cache -w \"**/*.{js,mjs,cjs,ts,tsx,tsm,astro,vue,svelte}\"",
"typecheck": "astro check && tsc --noEmit && svelte-check && vue-tsc --noEmit --p tsconfig.vue.json",
"prepare": "husky",
"populate": "node ./scripts/populate/index.mjs",
"flushDb": "node ./scripts/flushDb.mjs",
"upgradeDb": "node ./scripts/upgrade.mjs",
"genApiPaths": "node ./scripts/generate-built-in-api-paths.mjs",
"copy": "node ./scripts/copy.mjs",
"migratePosts": "node ./scripts/upgrade-posts-v2.mjs"
},
"devDependencies": {
"@repeaterjs/repeater": "^3.0.5",
"@rollup/plugin-commonjs": "^28.0.0",
"@types/bad-words": "^3.0.3",
"@types/dompurify": "^3.0.2",
"@types/dotenv": "8.2.3",
"@types/human-number": "^1.0.2",
"@types/marked": "^6.0.0",
"@types/node": "^22.0.0",
"@types/ramda": "0.30.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/textfit": "^2.4.5",
"@types/three": "0.161.2",
"@types/uuid": "^10.0.0",
"dotenv": "16.4.7",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "7.2.1",
"fs-extra": "^11.1.1",
"glob": "^11.0.0",
"husky": "9.1.7",
"prettier": "3.4.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-svelte": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.9",
"svelte-check": "^4.0.0",
"type-fest": "4.30.0",
"typescript": "5.5.4",
"vitest": "^1.0.0",
"vue-tsc": "^2.0.0"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/lit": "4.3.0",
"@astrojs/prefetch": "0.4.1",
"@astrojs/react": "3.6.3",
"@astrojs/svelte": "5.7.3",
"@astrojs/tailwind": "5.1.3",
"@astrojs/vercel": "8.0.0",
"@astrojs/vue": "4.5.3",
"@crossmint/client-sdk-base": "^1.0.1-alpha.6",
"@crossmint/client-sdk-react-ui": "^1.0.1-alpha.6",
"@devprotocol/clubs-core": "3.22.2",
"@devprotocol/clubs-plugin-akiba": "^0.1.0-beta.1",
"@devprotocol/clubs-plugin-awesome-onboarding": "0.5.1",
"@devprotocol/clubs-plugin-passports": "^0.1.0-beta.28",
"@devprotocol/clubs-plugin-payments": "^0.1.2",
"@devprotocol/clubs-plugin-posts": "0.20.19",
"@devprotocol/clubs-plugin-posts-voting": "0.8.8",
"@devprotocol/dev-kit": "8.7.0",
"@devprotocol/hashi": "2.3.4",
"@devprotocol/huddle01-clubs-plugin": "0.1.7",
"@devprotocol/khaos-core": "^1.6.0",
"@devprotocol/khaos-kit": "^1.4.0",
"@devprotocol/util-ts": "4.0.0",
"@kazu80/clubs-plugin-links": "1.0.1",
"@metamask/detect-provider": "2.0.0",
"@nanostores/react": "^0.8.0",
"@redis/json": "1.0.7",
"@sendgrid/mail": "8.1.4",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/typography": "^0.5.10",
"@vercel/edge": "^1.1.1",
"@vue/composition-api": "1.7.2",
"@wagmi/core": "^1.4.1",
"@web3modal/wagmi": "3.5.7",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "4.16.17",
"autoprefixer": "10.4.20",
"bad-words": "^3.0.4",
"bignumber.js": "9.1.2",
"boring-avatars-esm": "^1.10.1-1",
"cross-fetch": "^4.0.0",
"crypto-hash": "^3.0.0",
"dayjs": "^1.11.9",
"dompurify": "^3.0.5",
"ethers": "6.13.4",
"fast-average-color": "^9.4.0",
"firebase": "^11.0.0",
"firebase-admin": "^13.0.0",
"hex-rgb": "^5.0.0",
"human-number": "^2.0.4",
"js-base64": "^3.7.7",
"jsonwebtoken": "^9.0.2",
"marked": "10.0.0",
"nanoid": "^5.0.5",
"nanostores": "^0.11.0",
"p-queue": "^8.0.0",
"postcss": "8.4.49",
"ramda": "0.30.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"redis": "4.7.0",
"rxjs": "7.8.1",
"sass": "1.82.0",
"svelte": "4.2.19",
"svelte-awesome-color-picker": "^3.1.4",
"svelte-modals": "^1.3.0",
"swiper": "11.1.15",
"swr": "^2.2.5",
"tailwindcss": "^3.3.3",
"textfit": "^2.4.0",
"three": "0.161.0",
"truncate-eth-address": "1.0.2",
"uuid": "^10.0.0",
"viem": "1.21.4",
"vue": "3.4.38",
"web3modal": "1.9.12",
"yaml": "2.6.1"
},
"repository": "https://github.com/dev-protocol/clubs.git",
"author": "",
"license": "PolyForm Perimeter License 1.0.0",
"packageManager": "[email protected]"
}