-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.14 KB
/
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
33
34
35
36
37
38
{
"name": "brettjankord.com",
"description": "Brett Jankord's Personal Website",
"version": "3.0.0",
"author": "Brett Jankord",
"homepage": "https://brettjankord.com",
"repository": {
"type": "git",
"url": "git+https://github.com/bjankord/brettjankord.com.git"
},
"main": "n/a",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"license-check": "license-checker --exclude 'MIT, MIT OR X11, ISC, Apache-2.0, BSD, WTFPL'",
"lint:md": "textlint 'src/blog/**'",
"lint-fix:md": "textlint --fix 'src/blog/**'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@astrojs/image": "^0.3.4",
"@astrojs/mdx": "^0.9.0",
"@astrojs/rss": "^1.0.0",
"@astrojs/sitemap": "^1.0.0",
"astro": "^1.0.5"
},
"devDependencies": {
"@astrojs/partytown": "^1.0.0",
"license-checker": "^25.0.0",
"textlint": "^11.2.1",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-no-dead-link": "^4.4.1",
"textlint-rule-no-start-duplicated-conjunction": "^2.0.2",
"textlint-rule-terminology": "^2.0.0"
}
}