forked from lacrypta/bar-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.81 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
{
"name": "lacrypta-tickets",
"version": "2.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ./ --ext js,jsx,ts,tsx",
"fix": "yarn lint --fix",
"rules": "firebase deploy --only firestore:rules"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@firebase/firestore": "^3.12.2",
"@headlessui/react": "^1.7.7",
"@thirdweb-dev/react": "^3.7.3",
"@thirdweb-dev/sdk": "^3.10.21",
"axios": "^1.3.4",
"ethers": "^5.7.2",
"firebase": "^9.10.0",
"firebase-admin": "^11.5.0",
"framer-motion": "^9.0.1",
"mercadopago": "^1.5.14",
"next": "^13.1.1",
"next-axiom": "^0.16.0",
"react": "^18.1.0",
"react-dom": "18.2.0",
"react-ga": "^3.3.1",
"react-lottie": "^1.2.3",
"react-qr-code": "^2.0.8",
"react-qr-reader": "^3.0.0-beta-1",
"react-sdk-mercadopago": "^1.1.1",
"use-local-storage": "^2.3.6",
"use-sound": "^4.0.1",
"zod": "^3.19.1"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@tailwindcss/forms": "^0.5.3",
"@types/mercadopago": "^1.5.8",
"@types/node": "^18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-lottie": "^1.2.6",
"@types/react-qr-reader": "^2.1.4",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"autoprefixer": "^10.4.13",
"eslint": "8.30.0",
"eslint-config-next": "^13.1.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"file-loader": "^6.2.0",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}