-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.57 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.57 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": "jerrobs.com",
"version": "0.1.0",
"type": "module",
"scripts": {
"build": "astro build",
"build:references": "node ./scripts/generate-references-from-zotero-csl.js",
"dev": "astro dev",
"format": "prettier-package-json --write; prettier --plugin-search-dir=. --write .",
"lint": "eslint --fix --ext js,ts,mjs.cjs .",
"preview": "astro preview",
"sync": "astro sync"
},
"dependencies": {
"@astrojs/vue": "2.2.1",
"@fontsource/barlow-semi-condensed": "5.0.2",
"astro": "2.6.1",
"vue": "3.3.4",
"@heroicons/vue": "2.0.18"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.59.9",
"@astrojs/image": "0.17.0",
"@astrojs/mdx": "0.19.7",
"@astrojs/rss": "2.4.3",
"@astrojs/sitemap": "1.3.3",
"@astrojs/ts-plugin": "1.0.7",
"@citation-js/core": "0.6.8",
"@citation-js/plugin-bibtex": "0.6.8",
"@citation-js/plugin-csl": "0.6.8",
"@typescript-eslint/parser": "5.59.9",
"@vite-pwa/astro": "0.0.5",
"astro-compress": "1.1.47",
"astro-eslint-parser": "0.14.0",
"eslint": "8.42.0",
"eslint-plugin-astro": "0.27.1",
"fast-glob": "3.2.12",
"hast-util-select": "5.0.5",
"eslint-plugin-mdx": "2.1.0",
"js-yaml": "4.1.0",
"prettier-package-json": "2.8.0",
"rehype-add-classes": "1.0.0",
"rehype-rewrite": "3.0.6",
"rehype-citation": "1.0.1",
"remark-collapse": "0.1.2",
"remark-sectionize": "2.0.0",
"remark-toc": "8.0.1",
"remove-markdown": "0.5.0",
"sharp": "0.32.1",
"stylus": "0.59.0",
"astro-m2dx": "0.7.15"
}
}