-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 983 Bytes
/
package.json
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
{
"name": "silverthorn-blog",
"version": "1.0.0",
"description": "silverthorn.blog blog",
"main": "index.js",
"scripts": {
"site:dev": "vitepress dev site",
"site:build": "vitepress build site && node site/.vitepress/genFeed.mjs",
"site:serve": "vitepress serve site",
"site:aspell": "aspell --mode=markdown --lang=en --personal=\"$PWD/aspell.en.pws\" check"
},
"author": {
"name": "Bryan Silverthorn",
"email": "[email protected]"
},
"license": "see LICENSE.md file",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"cheerio": "^1.0.0-rc.12",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"markdown-it-footnote": "^3.0.3",
"markdown-it-image-figures": "^2.1.1",
"tailwindcss": "^3.3.3",
"vitepress": "^1.0.0-beta.7",
"vue": "^3.3.4",
"walk-sync": "^3.0.0"
},
"private": true
}