forked from JSConfCL/tickets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.59 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.59 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
{
"name": "418",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"generate": "graphql-codegen",
"prestart": "npm run generate",
"predev": "npm run generate",
"lint": "next lint",
"prettier": "prettier ./src --write"
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@apollo/experimental-nextjs-app-support": "^0.5.2",
"@clerk/clerk-react": "^4.28.0",
"@cloudflare/next-on-pages": "^1.7.3",
"@heroicons/react": "^2.0.18",
"@hookform/resolvers": "^3.3.3",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"countries-list": "^3.0.6",
"easymde": "^2.18.0",
"framer-motion": "^10.16.5",
"graphql": "^16.7.1",
"graphql-request": "^6.1.0",
"i18next": "^23.7.11",
"js-cookie": "^3.0.5",
"lucide-react": "^0.265.0",
"next": "^14.0.4",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.2",
"react-tweet": "^3.1.1",
"tailwindcss": "3.4.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4",
"zod-i18n-map": "^2.23.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.0.1",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-graphql-request": "^5.0.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-react-apollo": "^4.1.0",
"@graphql-eslint/eslint-plugin": "^3.20.0",
"@next/eslint-plugin-next": "^13.4.9",
"@types/js-cookie": "^3.0.6",
"@types/node": "20.4.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.48.0",
"eslint-config-next": "14.0.4",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "8.4.25",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.3.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"license": "MIT"
}