-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.53 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.53 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
{
"name": "mybatis-plus-doc-new",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"translate": "node translation-plugin/translate.js",
"translate:en": "node translation-plugin/translate.js --lang en",
"translate:ja": "node translation-plugin/translate.js --lang ja",
"translate:check": "node translation-plugin/translate.js --dry-run",
"translate:incremental": "node translation-plugin/translate.js --incremental",
"translate:file": "node translation-plugin/translate.js --file",
"translate:en:file": "node translation-plugin/translate.js --lang en --file",
"translate:ja:file": "node translation-plugin/translate.js --lang ja --file"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/sitemap": "^3.6.0",
"@astrojs/starlight": "^0.21.4",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/svelte": "^5.3.0",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.5.16",
"sharp": "^0.33.3",
"store2": "^2.14.3",
"svelte": "^4.2.12",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.4"
},
"devDependencies": {
"@themaximalist/llm.js": "^1.0.0",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"cli-table3": "^0.6.5",
"commander": "^12.1.0",
"glob": "^11.0.0",
"gray-matter": "^4.0.3",
"inquirer": "^9.3.8",
"listr2": "^8.3.3",
"ora": "^8.2.0"
}
}