generated from ElianCodes/brutal
-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
57 lines (57 loc) · 1.51 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
{
"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": "^4.0.3",
"@astrojs/partytown": "2.1.3",
"@astrojs/react": "^4.1.2",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.2.1",
"@eliancodes/brutal-ui": "0.2.6",
"@types/react": "19.0.7",
"@types/react-dom": "19.0.3",
"@unocss/astro": "65.4.2",
"astro": "^5.1.1",
"astro-font": "0.1.81",
"fuse.js": "7.0.0",
"mdast-util-to-string": "4.0.0",
"minisearch": "7.1.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"reading-time": "1.5.0",
"satori": "0.12.1",
"satori-html": "0.3.2"
},
"devDependencies": {
"@iconify-json/logos": "1.2.4",
"@iconify-json/uil": "1.2.3",
"@resvg/resvg-js": "2.6.2",
"@typescript-eslint/eslint-plugin": "8.20.0",
"@typescript-eslint/parser": "8.20.0",
"@unocss/reset": "65.4.2",
"eslint": "9.18.0",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.4",
"globals": "^15.14.0",
"prettier": "3.4.2",
"prettier-config-standard": "7.0.0",
"prettier-plugin-astro": "0.14.1",
"sharp": "0.33.5",
"unocss": "65.4.2"
}
}