-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathpackage.json
57 lines (57 loc) · 1.91 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "resume",
"version": "1.0.0",
"description": "kawamataryoの職務経歴書",
"type": "module",
"scripts": {
"lint": "textlint docs/README.md",
"build:pdf": "md-to-pdf docs/index.md --config-file ./pdf-configs/config.js",
"dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/kawamataryo/resume.git"
},
"keywords": [],
"author": "Ryo Kawamata <[email protected]>",
"devDependencies": {
"@textlint-ja/textlint-rule-no-insert-dropping-sa": "^2.0.1",
"autoprefixer": "^10.4.20",
"husky": "^5.0.0",
"md-to-pdf": "^5.2.4",
"postcss": "^8.4.40",
"sass": "^1.77.8",
"tailwindcss": "^3.4.7",
"textlint": "^14.0.4",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-filter-rule-whitelist": "^2.0.0",
"textlint-rule-abbr-within-parentheses": "^1.0.2",
"textlint-rule-footnote-order": "^1.0.3",
"textlint-rule-general-novel-style-ja": "^1.3.0",
"textlint-rule-ja-hiragana-fukushi": "^1.3.0",
"textlint-rule-ja-hiragana-hojodoushi": "^1.1.0",
"textlint-rule-ja-hiragana-keishikimeishi": "^1.1.0",
"textlint-rule-ja-unnatural-alphabet": "^2.0.1",
"textlint-rule-ng-word": "^1.0.0",
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1",
"textlint-rule-period-in-list-item": "^1.0.1",
"textlint-rule-prefer-tari-tari": "^1.0.3",
"textlint-rule-preset-ja-spacing": "^2.4.3",
"textlint-rule-preset-ja-technical-writing": "^10.0.1",
"textlint-rule-preset-jtf-style": "^2.3.14",
"textlint-rule-prh": "^6.0.0",
"textlint-rule-spellcheck-tech-word": "^5.0.0",
"vitepress": "^1.3.1"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"@vueuse/core": "^10.11.0",
"devicon": "^2.16.0",
"ofetch": "^1.3.4",
"open-graph-scraper": "^6.7.2"
}
}