-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·96 lines (96 loc) · 2.93 KB
/
package.json
File metadata and controls
executable file
·96 lines (96 loc) · 2.93 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "MapleBlog",
"version": "1.0.1",
"description": "Template.",
"author": "Maple",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/maplezzzzzz/MapleBlog.git"
},
"homepage": "https://github.com/maplezzzzzz/MapleBlog#readme",
"bugs": {
"url": "https://github.com/maplezzzzzz/MapleBlog/issues"
},
"engines": {
"node": ">=18"
},
"packageManager": "npm@10.8.2",
"scripts": {
"dev": "astro dev",
"build": "NODE_OPTIONS='--max-old-space-size=4096' astro build",
"build:fast": "NODE_ENV=development NODE_OPTIONS='--max-old-space-size=4096' astro build",
"build:prod": "NODE_ENV=production NODE_OPTIONS='--max-old-space-size=4096' astro build",
"postbuild": "pagefind --site dist",
"format": "prettier -w ./src",
"preview": "astro preview",
"serve": "astro preview",
"clean": "rm -rf dist",
"build:analyze": "NODE_OPTIONS='--max-old-space-size=4096' astro build --verbose"
},
"dependencies": {
"@astrojs/mdx": "^4.3.0",
"@astrojs/node": "^9.3.0",
"@astrojs/react": "^4.3.0",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.1",
"@astrojs/tailwind": "^6.0.2",
"@codemirror/lang-markdown": "^6.3.3",
"@codemirror/language": "^6.11.2",
"@codemirror/state": "^6.5.2",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.38.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@uiw/codemirror-themes": "^4.23.14",
"@uiw/codemirror-themes-all": "^4.23.14",
"astro": "^5.11.1",
"astro-auto-import": "^0.4.2",
"astro-tooltips": "^0.6.2",
"clsx": "^2.1.1",
"codemirror": "^6.0.2",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"fuse.js": "^6.6.2",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"katex": "^0.16.21",
"marked": "^6.0.0",
"prettier-plugin-astro": "^0.11.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-lite-youtube-embed": "^2.3.52",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"remark-collapse": "^0.1.2",
"remark-math": "^6.0.0",
"remark-toc": "^8.0.1",
"sharp": "^0.32.4",
"swiper": "^10.1.0",
"tailwind-merge": "^2.5.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"@types/js-yaml": "^4.0.9",
"@types/marked": "^5.0.1",
"@types/node": "20.4.8",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"autoprefixer": "^10.4.14",
"eslint": "^8.46.0",
"pagefind": "^1.0.4",
"postcss": "^8.4.27",
"prettier": "^3.0.1",
"prettier-plugin-astro": "^0.11.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"sass": "^1.64.2",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^3.3.3",
"tsx": "^4.20.5",
"typescript": "5.1.6"
}
}