-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.86 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
{
"name": "fluttertemplates-dev",
"type": "module",
"version": "0.0.1",
"homepage": "https://fluttertemplates.dev",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/bimsina/fluttertemplates.dev.git"
},
"author": "Bibek Timsina <timsinabibek960@gmail.com>",
"packageManager": "pnpm@11.10.0",
"scripts": {
"dev": "astro dev",
"run-apps": "cd flutter_apps/core && flutter run -d chrome --web-port 8989 --web-experimental-hot-reload",
"build": "astro build",
"build-apps": "node scripts/build.js",
"preview": "astro preview",
"astro": "astro",
"deploy": "astro build && pnpx wrangler deploy",
"format": "prettier --write src/"
},
"dependencies": {
"@astrojs/mdx": "7.0.2",
"@astrojs/react": "6.0.1",
"@astrojs/rss": "4.0.19",
"@astrojs/sitemap": "3.7.3",
"@base-ui/react": "1.6.0",
"@fontsource/inter": "5.2.8",
"@fontsource/jetbrains-mono": "5.2.8",
"@iconify-json/mdi": "1.2.3",
"@swup/astro": "1.8.0",
"@tailwindcss/vite": "4.3.2",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"astro": "7.0.6",
"astro-embed": "0.13.1",
"astro-icon": "1.1.5",
"astro-pagefind": "2.0.1",
"astro-seo": "1.1.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "1.23.0",
"prettier": "3.8.1",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.8.0",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-syntax-highlighter": "16.1.1",
"satori": "0.26.0",
"sharp": "0.35.3",
"tailwind-merge": "3.6.0",
"tailwindcss": "4.3.2"
},
"devDependencies": {
"@iconify-json/ph": "1.2.2",
"@iconify/react": "6.0.2",
"@tailwindcss/typography": "0.5.20",
"@types/react-syntax-highlighter": "15.5.13",
"tw-animate-css": "1.4.0",
"wrangler": "4.107.0"
}
}