-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 3.6 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
{
"name": "fantasy-top-shot-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:ts": "concurrently \"yarn ts:watch\" \"sleep 1 && yarn dev\"",
"ts": "tsc --noEmit --incremental",
"ts:watch": "yarn ts --watch",
"compose": "env-cmd -f .env.compose next dev",
"https": "concurrently \"yarn ssl\" \"next dev -p 3001\"",
"https:ts": "concurrently \"yarn ssl\" \"next dev -p 3001\" \"yarn ts:watch\" ",
"ssl": "local-ssl-proxy --source 3000 --target 3001",
"build": "next build",
"buidl": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --ignore-path .gitignore --write \"**/*.+(js|json|ts|tsx)\"",
"graphql": "genql --endpoint https://graphql.api.staging.niftory.com --output ./graphql/generated -H 'X-Niftory-API-Key: beYyMaLIucJIt6CPFCAni2L0mYQ7nXnllNLYKVAgcTM=' -H 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCIsImtpZCI6IjZKcFhrRFM1UDFGY2hnT0tDQ242VVRLZkpnTGpMN09WR1JfakN6NUxENzAifQ.eyJzdWIiOiJjbGVpbzk2d2YwMDB2bDUweHBsMHEzdXA5IiwiZW1haWwiOiJoZWxsb0BibG9ja21hdGljLmlvIiwiZW1haWxfdmVyaWZpZWQiOnRydWUsIm5hbWUiOiJHYWJvIEVzcXVpdmVsIiwicGljdHVyZSI6Imh0dHBzOi8vbGgzLmdvb2dsZXVzZXJjb250ZW50LmNvbS9hL0FHTm15eFpqNEFibTFlclg5dVRKQTFkV1FMdkZiWWp4SXFUVDRjUENVZzEtPXM5Ni1jIiwiYXRfaGFzaCI6IjlsbUlobkdlNmRucFpDVjFudmZhUHciLCJhdWQiOiJjbGI1dGdlMHUwMDE5MGhsYmx2ZWgzMzFsIiwiZXhwIjoxNjc3MjU1MTM0LCJpYXQiOjE2NzcyNTE1MzQsImlzcyI6Imh0dHBzOi8vc3RhZ2luZy5uaWZ0b3J5LmNvbSJ9.VGgfC-Y7wu-mc13bdAw3eNwjDHnlRrks6Mr0FxRQp1lxutIA73R-VlrejEBIPGj6TYrSDqQn0kSgao_v0vCRM-OOYTO0xVSe9Svq2-nMlMesznynk1JcelplZLSIgnnCwSskb5TGGRMrgcwqVl0YVQ86PnKcDIZMl1SmHu3z8rxEVy9gl4Uml97L7iygKQPus1DUFZDt_AosRJO26Y48N2WMGBni7DXG0v_VfyiG3Qn6UWJQ598ECO9tRVxZEBZ7rCEnuipMSsuB1xYHtU-F7OUw1lkysia32SpDhZoRdFKiG0BGf2AH1EGOFhhJbxqLBezWnVknPs7B8LmTqkpIPg'",
"graphql:top-shot": "genql --endpoint https://nbatopshot.com/marketplace/graphql --output ./graphql/top-shot/generated -H 'User-Agent: GenQL-Graphql/Fantasy-Top-Shot'"
},
"dependencies": {
"@apollo/client": "^3.7.9",
"@babel/runtime": "^7.21.0",
"@cloudinary/url-gen": "^1.9.1",
"@faker-js/faker": "^7.6.0",
"@genql/runtime": "^2.10.0",
"@headlessui/react": "^1.7.11",
"@heroicons/react": "^2.0.16",
"@hookform/resolvers": "^2.9.11",
"@lottiefiles/react-lottie-player": "^3.5.2",
"@onflow/fcl": "^1.3.2",
"@onflow/types": "^1.0.5",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@trivago/prettier-plugin-sort-imports": "^4.1.0",
"cloudinary-build-url": "^0.2.4",
"clsx": "^1.2.1",
"cntl": "^1.0.0",
"ethers": "^6.0.8",
"framer-motion": "^9.1.6",
"graphql": "^16.6.0",
"iron-session": "^6.3.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"next": "13.2.0",
"next-auth": "^4.19.2",
"next-themes": "^0.2.1",
"openai": "^3.1.0",
"openid-client": "^5.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.2",
"react-use": "^17.4.0",
"tailwind-merge": "^1.10.0",
"tailwindcss": "^3.2.7",
"tailwindcss-global-dark": "^1.0.1",
"windstitch": "^0.3.0",
"zod": "^3.20.6"
},
"devDependencies": {
"@genql/cli": "^3.0.3",
"@types/lodash": "^4.14.191",
"@types/node": "^18.14.1",
"@types/react": "^18.0.28",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.13",
"concurrently": "^7.6.0",
"env-cmd": "^10.1.0",
"eslint": "8.34.0",
"eslint-config-next": "13.2.0",
"local-ssl-proxy": "^1.3.0",
"postcss": "^8.4.21",
"prettier-plugin-tailwindcss": "^0.2.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}