-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "@mandaljazz/mandaljazz-astro",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev --port 3000",
"network": "astro dev --host --port 3000",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write .",
"fetch-from-flickr": "node scripts/fetch-from-flickr.js"
},
"dependencies": {
"@astrojs/mdx": "3.1.7",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.2",
"astro": "4.11.3",
"astro-icon": "0.8.2",
"astro-integration-lottie": "0.3.0",
"astro-robots-txt": "1.0.0",
"astro-seo": "0.8.4",
"classnames": "2.5.1",
"date-fns": "4.1.0",
"lodash": "4.17.21",
"lottie-web": "5.12.2",
"mapbox-gl": "3.8.0",
"sharp-ico": "0.1.5",
"tailwindcss": "3.4.14"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.15",
"@types/lodash": "4.17.13",
"dotenv": "16.4.5",
"flickr-sdk": "7.0.0-beta.9",
"prettier": "3.4.1",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-astro-organize-imports": "0.4.10",
"prettier-plugin-tailwindcss": "0.6.9"
}
}