-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
61 lines (61 loc) · 1.5 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
58
59
60
61
{
"name": "travel-open-source",
"version": "1.0.0",
"description": "開源的旅遊資訊收集專案,觀迎提交 PR 擴充資訊,也歡迎發 Issues 討論",
"main": "index.js",
"type": "module",
"scripts": {
"correct": "autocorrect --fix",
"dev": "vitepress dev ./",
"build": "vitepress build ./",
"check": "npx prettier --check .",
"format": "npx prettier --write .",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/travel-guide-tw/travel.git"
},
"keywords": [
"旅遊",
"資訊",
"收集",
"開源",
"專案",
"github",
"旅遊指南",
"旅遊資訊",
"旅遊資訊收集",
"旅遊資訊收集專案",
"旅遊資訊收集開源專案",
"旅遊共筆",
"旅遊資訊共筆",
"travel",
"travel-guide-tw",
"travel-guide",
"travel-guide-tw",
"open-source",
"vitepress"
],
"author": "travel-guide-tw",
"license": "MIT",
"bugs": {
"url": "https://github.com/travel-guide-tw/travel/issues"
},
"homepage": "https://github.com/travel-guide-tw/travel#readme",
"devDependencies": {
"@giscus/vue": "^3.0.0",
"@types/glob": "^8.1.0",
"@types/node": "^22.8.7",
"autocorrect-node": "^2.13.0",
"dotenv": "^16.4.5",
"glob": "^11.0.0",
"husky": "^8.0.3",
"markdown-it": "^14.1.0",
"markdown-it-task-lists": "^2.1.1",
"prettier": "^3.3.3",
"sass": "^1.80.6",
"segment": "^0.1.3",
"vitepress": "^1.5.0"
}
}