This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
/
package.json
124 lines (124 loc) · 3.65 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
{
"name": "biodrop",
"version": "2.104.3",
"private": false,
"homepage": "https://biodrop.io",
"engines": {
"node": ">=18.17"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.3",
"@sentry/nextjs": "^7.112.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.12",
"@vercel/analytics": "^1.2.2",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"file-saver": "^2.0.5",
"husky": "^9.0.11",
"leaflet": "^1.9.4",
"micro": "^10.0.1",
"micro-cors": "^0.1.1",
"mongoose": "^8.3.2",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"pino": "^8.21.0",
"pino-pretty": "^11.0.0",
"qrcode.react": "^3.1.0",
"react": "^18.3.0",
"react-children-utilities": "^2.10.0",
"react-dom": "^18.3.0",
"react-icons": "^5.1.0",
"react-leaflet": "^4.2.1",
"react-markdown": "^9.0.1",
"react-sortablejs": "^6.1.4",
"recharts": "^2.12.6",
"rehype-pretty-code": "^0.13.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"request-ip": "^3.3.0",
"shiki": "^1.3.0",
"shx": "^0.3.4",
"sortablejs": "^1.15.2",
"strip-markdown": "^6.0.0",
"stripe": "^12.18.0",
"supercluster": "^8.0.1",
"tailwindcss": "^3.4.3",
"use-supercluster": "^1.2.0",
"zod": "^3.23.4"
},
"scripts": {
"dev": "next dev",
"docker:dev": "shx cp -n ./.env.docker ./.env && next dev",
"dev-wsl": "HOST=$(hostname -I | awk '{print $1}') && next dev --hostname ${HOST}",
"prebuild": "node ./config/schemas/serverSchema.js && node ./config/schemas/clientSchema.js",
"build": "next build",
"test": "npx playwright test --trace on",
"start": "next start",
"lint": "next lint",
"prepare": "husky",
"format": "prettier --write .",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"postinstall": "shx cp -n ./.env.example ./.env",
"cli": "npx biodrop-cli"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@axe-core/playwright": "^4.9.0",
"@babel/core": "^7.24.4",
"@playwright/test": "^1.43.1",
"@storybook/addon-a11y": "^8.0.9",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/nextjs": "^8.0.9",
"@storybook/react": "^8.0.4",
"@storybook/theming": "^8.0.4",
"@tomfreudenberg/next-auth-mock": "^0.5.6",
"babel-loader": "^9.1.3",
"biodrop-cli": "^2.7.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"storybook": "^8.0.9",
"storybook-dark-mode": "^4.0.1"
},
"description": "BioDrop connects audiences to all of your content with just one link. It is implemented in JavaScript - It was initially created on a YouTube [live stream](https://www.youtube.com/watch?v=Jorl_vcp-Ew).",
"repository": {
"type": "git",
"url": "git+https://github.com/EddieHubCommunity/BioDrop.git"
},
"keywords": [
"javascript",
"socials",
"eddiehub",
"reactjs",
"react",
"nextjs"
],
"author": "EddieHubCommunity",
"license": "MIT",
"bugs": {
"url": "https://github.com/EddieHubCommunity/BioDrop/issues"
},
"packageManager": "pnpm@8.7.0+sha256.aef8d26bc17616c60dcb15d2db30803766051a2720edcc3bd60b87fb8c925470"
}