-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
37 lines (37 loc) · 952 Bytes
/
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
{
"name": "ug.pycon.org",
"version": "2024.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.1.3",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"date-fns": "^3.6.0",
"eslint": "8.35.0",
"eslint-config-next": "13.2.1",
"gray-matter": "^4.0.3",
"lucide-react": "^0.435.0",
"markdown-to-jsx": "^7.4.1",
"next": "13.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-toastify": "^9.1.3",
"styled-components": "^6.1.12",
"swiper": "^10.0.4",
"tw-elements": "^1.0.0-beta1"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.29.5-appdir.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}