-
-
Notifications
You must be signed in to change notification settings - Fork 213
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 674 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 674 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
{
"name": "odyssey-theme",
"version": "3.1.0",
"private": false,
"repository": {
"type": "git",
"url": "git@github.com:treefarmstudio/odyssey-theme"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "npx prettier -w ."
},
"devDependencies": {
"@astrojs/lit": "^4.0.1",
"@astrojs/mdx": "^2.1.1",
"@astrojs/sitemap": "^0.1.0",
"@iconify-json/ic": "^1.1.17",
"@iconify-json/mdi": "^1.1.64",
"@webcomponents/template-shadowroot": "^0.2.1",
"astro": "^4.15.9",
"astro-icon": "^1.1.0",
"date-fns": "^2.28.0",
"lit": "^3.1.2",
"prettier-plugin-astro": "^0.0.12"
}
}