-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
103 lines (103 loc) · 2.75 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
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
{
"name": "meetjs.pl",
"description": "Official website of Meet.js - JavaScript meetups in Poland",
"keywords": [
"meet.js",
"JavaScript",
"meetup",
"javascript",
"poland",
"community"
],
"homepage": "https://meetjs.pl",
"bugs": {
"url": "https://github.com/naugtur/meetjs.pl/issues/new",
"email": "[email protected]"
},
"contributors": [
{
"name": "Stanisław Synowiec",
"email": "[email protected]",
"url": "https://ssynowiec.dev"
},
{
"name": "Kamil Dzieniszewski",
"email": "[email protected]"
},
{
"name": "Konrad Cielecki"
},
{
"name": "Zbyszek Tenerowicz",
"email": "[email protected]",
"url": "https://naugtur.pl"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/naugtur/meetjs.pl.git"
},
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@headlessui/react": "^2.1.2",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "15.0.2",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-slot": "1.1.0",
"@t3-oss/env-nextjs": "^0.11.0",
"@types/mdx": "^2.0.13",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"babel-plugin-react-compiler": "0.0.0-experimental-734b737-20241003",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.1.8",
"embla-carousel-react": "^8.1.8",
"eslint-plugin-react-compiler": "0.0.0-experimental-9a75bad-20241003",
"eslint-plugin-react-hooks": "5.0.0",
"framer-motion": "12.0.0-alpha.1",
"jiti": "^1.21.6",
"lucide-react": "^0.427.0",
"next": "15.0.3",
"next-themes": "^0.3.0",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-icons": "^5.3.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@types/node": "^22.3.0",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"eslint": "9.12.0",
"eslint-config-next": "15.0.2",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.4",
"lint-staged": "^15.2.9",
"postcss": "^8.4.41",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.10",
"typescript": "5.5.4",
"typescript-eslint": "^8.1.0"
},
"engines": {
"node": ">=20.12",
"npm": ">=10.8",
"pnpm": ">=9.4"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}