-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.58 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
{
"name": "@mariomh/terminal-portfolio",
"version": "2.0.2",
"author": "MarioMH8",
"description": "Mario Menéndez portfolio",
"keywords": [
"github",
"react",
"portfolio",
"typescript",
"terminal",
"reactjs",
"learn",
"terminal-portfolio",
"terminal-style-website",
"terminal-styled"
],
"repository": {
"type": "git",
"url": "https://github.com/MarioMH8/terminal.mariomh.com"
},
"homepage": "https://github.com/MarioMH8/terminal.mariomh.com",
"bugs": {
"url": "https://github.com/MarioMH8/terminal.mariomh.com/issues"
},
"license": "PRIVATE",
"type": "module",
"scripts": {
"build": "astro build",
"dev": "astro dev",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"postinstall": "astro sync",
"start": "astro preview",
"typecheck": "tsc --noEmit && astro check"
},
"dependencies": {
"@nanostores/i18n": "0.12.2",
"@nanostores/persistent": "0.10.2",
"@nanostores/preact": "0.5.2",
"astro": "5.0.9",
"astro-seo": "0.8.4",
"lodash": "4.17.21",
"nanostores": "0.11.3",
"normalize.css": "8.0.1",
"preact": "10.25.3"
},
"devDependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/preact": "4.0.0",
"@astrojs/sitemap": "3.2.1",
"@astrojs/ts-plugin": "1.10.4",
"@hexadrop/eslint-config": "0.1.0",
"@hexadrop/tsconfig": "0.0.5",
"@types/lodash": "4.17.15",
"@vite-pwa/astro": "0.5.0",
"astro-compress": "2.3.6",
"astro-robots-txt": "1.0.0",
"astro-webmanifest": "1.0.0",
"eslint": "9.21.0",
"typescript": "5.7.3"
},
"overrides": {
"react": "npm:@preact/[email protected]",
"react-dom": "npm:@preact/[email protected]"
}
}