forked from nanodrop/nanodrop.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.39 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
{
"name": "nanodrop.io",
"version": "2.0.0",
"description": "Free Nano cryptocurrency (XNO) Faucet",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --config .prettierrc.json --write ."
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@marsidev/react-turnstile": "^0.3.1",
"@mui/material": "^5.14.8",
"@sentry/nextjs": "^7.73.0",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"clsx": "^2.0.0",
"eslint": "8.48.0",
"eslint-config-next": "13.5.3",
"jsqr": "^1.4.0",
"nanocurrency": "^2.5.0",
"next": "13.5.3",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^9.0.0",
"react-qr-code": "^2.0.12",
"react-svg-worldmap": "2.0.0-alpha.16",
"react-timeago": "^7.2.0",
"remark-gfm": "^4.0.0",
"swr": "^2.2.2",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"use-sound": "^4.0.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/react-timeago": "^4.1.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwind": "^2.2.12",
"tailwindcss-safe-area": "^0.4.0"
}
}