-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 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
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"format:check": "prettier --check ."
},
"dependencies": {
"@astrojs/markdoc": "^1.0.3",
"@astrojs/mdx": "^5.0.3",
"@astrojs/node": "^10.0.4",
"@astrojs/vue": "^6.0.1",
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/icalendar": "^6.1.20",
"@fullcalendar/list": "^6.1.20",
"@fullcalendar/vue3": "^6.1.20",
"@iconify-json/mdi": "^1.2.3",
"astro": "^6.1.1",
"astro-icon": "^1.1.5",
"photoswipe": "^5.4.4",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"vue": "^3.5.31"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-astro": "^1.6.0",
"eslint-plugin-vue": "^10.8.0",
"globals": "^17.4.0",
"typescript-eslint": "^8.57.2"
}
}