-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "astro-art-portfolio",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"prebuild": "astro check",
"build": "astro build",
"build:light": "FORCE_THEME=light yarn build",
"build:dark": "FORCE_THEME=dark yarn build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/tailwind": "^5.1.4",
"@notionhq/client": "^2.2.15",
"@types/probe-image-size": "^7.2.5",
"astro-icon": "^1.1.5",
"astro-imagetools": "^0.9.0",
"photoswipe": "^5.4.4",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.10",
"probe-image-size": "^7.2.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"dependencies": {
"@iconify-json/mdi": "^1.2.2",
"astro": "^5.1.7"
},
"overrides": {
"sharp": "^0.33.0"
},
"resolutions": {
"astro/sharp": "0.33.1",
"astro-compress/sharp": "0.33.1"
}
}