-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 927 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 927 Bytes
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
{
"name": "flutter_talks",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"scrape-youtube": "node scripts/scrape-youtube.js",
"fix-talks-metadata": "node scripts/fix-talks-metadata.js",
"cleanup-talks": "node scripts/cleanup-talks.js"
},
"dependencies": {
"@astrojs/mdx": "^4.2.6",
"@astrojs/react": "^4.4.2",
"@astrojs/tailwind": "^6.0.2",
"@radix-ui/react-slot": "^1.2.4",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"astro": "^5.7.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.26",
"lucide-react": "^0.562.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7"
}
}