forked from PlebFM/PlebFM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 3.74 KB
/
Copy pathpackage.json
File metadata and controls
125 lines (125 loc) · 3.74 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
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
{
"name": "plebfm",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --experimental-https --port 3000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "npx husky install",
"format": "npx prettier --write .",
"pretty-quick": "npx pretty-quick --staged",
"preinstall": "npx only-allow pnpm",
"storybook": "concurrently \"npm:watch:*\"",
"build-storybook": "concurrently \"npm:build:*\"",
"build:css": "npx tailwindcss -i ./src/tailwind.css -o ./public/tailwind.css",
"build:storybook": "storybook build",
"watch:css": "npx tailwindcss -i ./styles/globals.css -o ./public/globals.css --watch",
"watch:storybook": "storybook dev -p 6007"
},
"dependencies": {
"@bitcoin-design/bitcoin-icons-react": "^0.1.11",
"@headlessui/react": "^2.2.10",
"@heroicons/react": "^2.0.13",
"@paralleldrive/cuid2": "^2.2.2",
"framer-motion": "^11.15.0",
"mongodb": "^4.12.1",
"mongoose": "^6.13.11",
"next": "15.5.23",
"next-auth": "^4.24.15",
"node-fetch": "^3.3.0",
"pusher": "^5.3.4",
"pusher-js": "^8.6.0",
"qrcode.react": "^3.1.0",
"react": "19.0.0",
"react-copy-to-clipboard": "^5.1.1",
"react-dom": "19.0.0",
"react-hot-toast": "^2.6.0",
"react-toastify": "^9.1.3",
"sharp": "^0.33.5",
"stripe": "^17.5.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^5.15.13",
"@storybook/addon-essentials": "7.6.24",
"@storybook/addon-interactions": "7.6.24",
"@storybook/addon-links": "7.6.24",
"@storybook/blocks": "7.6.24",
"@storybook/nextjs": "7.6.24",
"@storybook/react": "7.6.24",
"@storybook/testing-library": "^0.2.2",
"@types/cookie": "^0.5.1",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.0.9",
"@types/spotify-web-playback-sdk": "^0.1.15",
"autoprefixer": "^10.5.4",
"concurrently": "^7.6.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.22",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.3",
"next-dev-https": "^0.1.1",
"postcss": "^8.5.26",
"prettier": "^2.8.8",
"pretty-quick": "^3.3.1",
"storybook": "7.6.24",
"tailwindcss": "^3.4.19",
"typescript": "4.9.5",
"webpack": "^5.109.2"
},
"husky": {
"hooks": {
"pre-commit": "npx pretty-quick --staged"
}
},
"pnpm": {
"overrides": {
"@aws-sdk/credential-providers": "3.1107.0",
"@babel/core@7": "7.29.7",
"@babel/helpers@7": "7.29.7",
"@babel/plugin-transform-modules-systemjs@7": "7.29.8",
"@babel/preset-env@7": "7.29.7",
"@babel/runtime@7": "7.29.7",
"ajv@6": "6.14.0",
"ajv@8": "8.18.0",
"body-parser": "1.20.6",
"brace-expansion@1": "1.1.18",
"brace-expansion@2": "2.1.4",
"defu": "6.1.5",
"fast-uri@3": "3.1.5",
"fast-xml-parser@4": "4.5.5",
"flatted@3": "3.4.2",
"form-data": "4.0.6",
"glob@10": "10.5.0",
"handlebars": "4.7.9",
"image-size@1": "1.2.1",
"js-yaml@3": "3.15.1",
"js-yaml@4": "4.3.1",
"lodash": "4.18.0",
"min-document": "2.19.1",
"minimatch@3": "3.1.4",
"minimatch@5": "5.1.8",
"minimatch@9": "9.0.7",
"nanoid@3": "3.3.17",
"node-forge": "1.4.0",
"on-headers": "1.1.0",
"path-to-regexp@0.1": "0.1.13",
"picomatch@2": "2.3.2",
"picomatch@3": "3.0.2",
"postcss": "8.5.26",
"qs@6": "6.15.2",
"semver@7": "7.7.4",
"shell-quote": "1.9.0",
"socks": "2.8.9",
"store2": "2.14.4",
"ws@6": "6.2.4",
"ws@8": "8.21.0",
"yaml@1": "1.10.3",
"yaml@2": "2.8.3"
}
},
"packageManager": "pnpm@9.15.2"
}