-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 777 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 777 Bytes
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
{
"name": "cv-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/preact": "^4.1.3",
"@fortawesome/fontawesome-free": "^7.2.0",
"astro": "^5.18.0",
"js-yaml": "^4.1.1",
"mermaid": "^11.12.3",
"preact": "^10.28.4"
},
"overrides": {
"lodash-es": "^4.17.23"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@typescript-eslint/parser": "^8.56.1",
"eslint": "^9.39.2",
"eslint-plugin-astro": "^1.6.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"typescript-eslint": "^8.56.1"
}
}