forked from emish89/italiapersonalfinance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.72 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
{
"name": "italia_personal_finance",
"version": "1.0.0",
"private": false,
"type": "module",
"author": {
"name": "emish89",
"url": "https://github.com/emish89"
},
"homepage": "https://www.italiapersonalfinance.it/",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "3.1.6",
"@astrojs/partytown": "2.1.2",
"@astrojs/react": "3.6.2",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.1.6",
"@eliancodes/brutal-ui": "0.2.6",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"@unocss/astro": "0.62.4",
"astro": "4.15.6",
"astro-font": "0.1.81",
"fuse.js": "7.0.0",
"mdast-util-to-string": "4.0.0",
"minisearch": "7.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"reading-time": "1.5.0",
"satori": "0.11.0",
"satori-html": "0.3.2"
},
"devDependencies": {
"@iconify-json/logos": "1.2.0",
"@iconify-json/uil": "1.2.0",
"@resvg/resvg-js": "2.6.2",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"@unocss/reset": "0.62.4",
"eslint": "9.10.0",
"eslint-plugin-astro": "1.2.4",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-react": "7.36.1",
"globals": "^15.9.0",
"prettier": "3.3.3",
"prettier-config-standard": "7.0.0",
"prettier-plugin-astro": "0.14.1",
"sharp": "0.33.5",
"unocss": "0.62.4"
},
"overrides": {
"@typescript-eslint/eslint-plugin": {
"eslint": "$eslint"
},
"eslint-plugin-jsx-a11y": {
"eslint": "$eslint"
},
"eslint-plugin-react": {
"eslint": "$eslint"
}
}
}