-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.34 KB
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
{
"name": "hackthehill",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"format": "prettier --write .",
"typecheck": "astro check"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/partytown": "^2.0.0",
"@astrojs/react": "^1.2.2",
"@astrojs/sitemap": "^1.0.0",
"@emotion/styled": "^11.10.5",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.11.2",
"@nanostores/react": "^0.4.1",
"aos": "^2.3.4",
"astro": "^6.4.6",
"nanostores": "^0.7.3",
"package.json": "^0.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scroll": "^1.8.9"
},
"devDependencies": {
"@types/aos": "^3.0.8",
"@types/react-scroll": "^1.8.10",
"@types/node": "^25.9.3",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/parser": "^8.61.0",
"astro-eslint-parser": "^1.4.0",
"eslint": "^9.39.4",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-import": "^2.32.0",
"prettier": "^2.8.4",
"typescript": "^6.0.3"
},
"overrides": {
"esbuild": "0.28.1"
}
}