-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 3.57 KB
/
Copy pathpackage.json
File metadata and controls
128 lines (128 loc) · 3.57 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
{
"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": "contact@meetjs.pl"
},
"contributors": [
{
"name": "Stanisław Synowiec",
"email": "stanislaw@ssynowiec.pl",
"url": "https://ssynowiec.dev"
},
{
"name": "Kamil Dzieniszewski",
"email": "kamil.dzieniszewski@gmail.com"
},
{
"name": "Konrad Cielecki"
},
{
"name": "Zbyszek Tenerowicz",
"email": "naugtur@gmail.com",
"url": "https://naugtur.pl"
},
{
"name": "Olaf Krawczyk",
"email": "olaf.r.krawczyk@gmail.com"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/naugtur/meetjs.pl.git"
},
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:webpack": "next dev --webpack",
"build": "next build",
"build:webpack": "next build --webpack",
"start": "next start",
"lint": "eslint",
"lint:fix": "eslint --fix",
"typegen": "next typegen && tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"prepare": "husky",
"prettier": "prettier --write .",
"tolgee:pull": "tolgee pull",
"tolgee:push": "tolgee push",
"tolgee:sync": "tolgee sync",
"screenshots:generate": "node scripts/generate-media-screenshots.js"
},
"dependencies": {
"@headlessui/react": "^2.2.10",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "16.3.0",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-dropdown-menu": "2.1.15",
"@radix-ui/react-slot": "1.2.3",
"@t3-oss/env-nextjs": "^0.13.11",
"@tolgee/react": "^7.1.1",
"@tolgee/web": "^7.1.1",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"fast-check": "^4.9.0",
"lucide-react": "^0.525.0",
"motion": "^12.23.0",
"next": "16.3.0",
"react": "19.2.8",
"react-confetti": "^6.4.0",
"react-dom": "19.2.8",
"react-icons": "^5.5.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2"
},
"devDependencies": {
"@lavamoat/preinstall-always-fail": "^2.1.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@tolgee/cli": "^2.14.0",
"@types/mdx": "^2.0.13",
"@types/node": "^25.6.0",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"@vitejs/plugin-react": "^6.0.1",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9.39.5",
"eslint-config-next": "16.3.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-react-hooks": "^7.1.1",
"husky": "^9.1.4",
"jsdom": "^26.1.0",
"lint-staged": "^16.2.7",
"postcss": "^8.5.23",
"prettier": "3.8.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"puppeteer": "^25.5.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.3",
"vite": "^8.0.16",
"vitest": "^4.1.0"
},
"engines": {
"node": "24.x",
"npm": ">=10.8",
"pnpm": ">=9.4"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}