forked from kuizuo/blog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.22 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
62
63
64
65
66
67
68
69
70
71
{
"name": "blog",
"version": "3.0.0",
"author": {
"url": "https://github.com/lumm369",
"email": "[email protected]",
"name": "路漫漫"
},
"repository": {
"url": "https://github.com/lumm369/blog",
"type": "git"
},
"homepage": "https://lummstudio.com",
"license": "MIT",
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"start:en": "docusaurus start --locale en",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear && rimraf changelog",
"serve": "docusaurus serve",
"format": "biome format --write ./src",
"lint": "biome check ./src",
"lint:fix": "biome check --apply-unsafe ./src",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"index": "docker run -it --env-file=.env -e \"CONFIG=$(cat docsearch.json | jq -r tostring)\" algolia/docsearch-scraper"
},
"dependencies": {
"@docusaurus/core": "3.4.0",
"@docusaurus/plugin-ideal-image": "3.4.0",
"@docusaurus/plugin-pwa": "3.4.0",
"@docusaurus/plugin-vercel-analytics": "^3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@docusaurus/theme-search-algolia": "3.4.0",
"@giscus/react": "^3.0.0",
"@popperjs/core": "^2.11.8",
"@radix-ui/react-slot": "^1.1.0",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
"docusaurus-plugin-baidu-tongji": "0.0.0-beta.4",
"docusaurus-plugin-image-zoom": "^2.0.0",
"framer-motion": "^11.2.12",
"mini-svg-data-uri": "^1.4.4",
"ora": "^8.0.1",
"postcss": "^8.4.38",
"prism-react-renderer": "^2.3.1",
"raw-loader": "^4.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-github-calendar": "^4.1.6",
"react-icon-cloud": "^4.1.4",
"react-popper": "^2.3.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/tsconfig": "^3.4.0",
"@docusaurus/types": "3.4.0",
"@iconify/react": "^5.0.1",
"typescript": "~5.5.2"
},
"engines": {
"node": ">=20.0"
},
"packageManager": "[email protected]"
}