forked from creativeplatform/crtv3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 4.12 KB
/
package.json
File metadata and controls
132 lines (132 loc) · 4.12 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
126
127
128
129
130
131
132
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"prettier": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown .",
"start": "next start",
"test": "vitest",
"test:coverage": "vitest run --coverage",
"test:ui": "vitest --ui"
},
"dependencies": {
"@apollo/client": "^3.9.11",
"@apollo/experimental-nextjs-app-support": "^0.10.0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@hookform/resolvers": "^3.9.1",
"@kreisler/js-google-translate-free": "^4.0.2",
"@lit-protocol/sdk-nodejs": "^1.1.250",
"@livepeer/ai": "^0.5.0",
"@livepeer/core": "^3.2.7",
"@livepeer/react": "^4.2.9",
"@noble/ed25519": "^2.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@rainbow-me/rainbowkit": "^2.2.0",
"@snapshot-labs/snapshot.js": "^0.12.4",
"@stackso/js-core": "^0.5.10",
"@tanstack/react-query": "^5.29.2",
"@unlock-protocol/networks": "^0.0.23",
"@unlock-protocol/paywall": "^0.7.1",
"@useorbis/db-sdk": "^0.0.60-alpha",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eciesjs": "^0",
"embla-carousel-react": "^8.1.8",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "^6.13.4",
"formidable": "^3.5.2",
"formik": "^2.4.5",
"framer-motion": "^11.0.25",
"graphql-tag": "^2.12.6",
"limiter": "^2.1.0",
"lit-js-sdk": "^1.1.250",
"lit-share-modal-v3": "^0.0.96",
"livepeer": "^3.5.0",
"lucide-react": "^0.407.0",
"moment": "^2.30.1",
"nanoid": "^5.0.8",
"next": "^14.2.18",
"next-themes": "^0.3.0",
"next-transpile-modules": "^10.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.53.1",
"react-icons": "^5.2.1",
"react-use": "^17.5.1",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"styled-components": "^6.1.8",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"thirdweb": "^5.83.1",
"tus-js-client": "^4.2.3",
"uuid": "^9.0.1",
"video.js": "^8.19.1",
"videojs-contrib-quality-levels": "^4.1.0",
"videojs-http-source-selector": "^1.1.6",
"viem": "^2.21.48",
"wagmi": "^2.13.0",
"yup": "^1.4.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@lit-protocol/types": "^7.0.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/formidable": "^3.4.5",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/uuid": "^9.0.8",
"@types/video.js": "^7.3.58",
"@vercel/style-guide": "^5.0.1",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/ui": "^2.1.8",
"autoprefixer": "^10.0.1",
"dotenv": "^16.4.5",
"eslint": "^8",
"eslint-config-next": "14.2.2",
"eslint-config-prettier": "9.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-extended": "^4.0.2",
"jsdom": "^25.0.1",
"pino-pretty": "^11.0.0",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "0.5.14",
"tailwindcss": "^3.4.3",
"typescript": "^5",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
"engines": {
"node": "20.10.0"
}
}