-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.38 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.38 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
{
"name": "bloginote",
"type": "module",
"version": "3.2.3",
"main": "./nuxt.config.ts",
"description": "A Nuxt theme for showing blog posts and snippet notes with flexible layouts and multiple optimizations.",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxt generate && npx pagefind@1.1.1 --source dist",
"preview": "nuxi preview",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git@github.com:Benbinbin/BlogiNote.git"
},
"keywords": [
"blog",
"note",
"markdown",
"nuxt",
"content",
"static",
"remark"
],
"author": "Benbinbin <benthomsonbin@gmail.com> (https://benbinbin.com)",
"license": "MIT",
"devDependencies": {
"eslint": "^9.13.0",
"nuxt": "3.13.2",
"typescript": "^5.6.3"
},
"dependencies": {
"@iconify/vue": "4.1.2",
"@nuxt/content": "2.13.4",
"@nuxt/eslint": "^0.6.1",
"@nuxtjs/tailwindcss": "6.12.2",
"bloginote-copy-files-module": "0.1.1",
"d3-hierarchy": "^3.1.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-zoom": "^3.0.0",
"feed": "4.2.2",
"mermaid": "9.1.7",
"rehype-katex": "7.0.1",
"remark-math": "6.0.0",
"remark-sub": "^1.0.1",
"remark-super": "^1.0.2",
"sass": "^1.80.4",
"sitemap": "8.0.0"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}