-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 1.94 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
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
{
"name": "luca-pontrandolfo-website",
"description": "A website created to showcase Luca Pontrandolfo artworks.",
"version": "1.0.0",
"author": {
"name": "Andrea Pontrandolfo",
"email": "[email protected]",
"url": "https://github.com/AndreaPontrandolfo"
},
"homepage": "https://www.lucapontrandolfo.com",
"repository": "https://github.com/AndreaPontrandolfo/super-performant-portfolio-website",
"private": true,
"keywords": [
"astro",
"javascript",
"typescript",
"css",
"tailwind",
"performance",
"seo",
"postcss",
"html",
"pwa"
],
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"localhost:expose": "lt --port 3000"
},
"devDependencies": {
"@astrojs/mdx": "^0.8.1",
"@astrojs/prefetch": "^0.0.7",
"@astrojs/sitemap": "^1.0.0",
"@astrojs/tailwind": "^1.0.0",
"astro": "1.2.1",
"astro-compress": "^1.0.3",
"astro-critters": "^1.0.1",
"astro-imagetools": "^0.6.10",
"astro-robots-txt": "^0.3.7",
"autoprefixer": "^10.4.8",
"flowbite-typography": "^1.0.2",
"localtunnel": "^2.0.2",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.5.0",
"rollup": "^2.78.0",
"subfont": "^6.9.0",
"tailwindcss": "^3.1.8",
"vite-plugin-pwa": "^0.12.3",
"workbox-window": "^6.5.4"
},
"dependencies": {
"@fontsource/montserrat": "^4.5.12",
"@swup/head-plugin": "^1.2.1",
"astro-icon": "^0.7.3",
"astro-seo-meta": "^0.0.2",
"current-device": "^0.10.2",
"flowbite": "^1.5.2",
"swup": "^2.0.18"
},
"browserslist": [
"> 0.2%",
"last 2 versions",
"not dead"
],
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"vite"
]
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}