-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 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
{
"name": "luoleiorg",
"private": true,
"type": "module",
"author": {
"name": "@foru17",
"email": "i@luolei.org",
"url": "https://github.com/foru17/luoleiorg"
},
"scripts": {
"docs:dev": "vitepress dev docs --host --port 5177",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"generate-map": "node scripts/generateMap.js"
},
"devDependencies": {
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.19.4",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"postcss-nesting": "^12.0.2",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"vite-svg-loader": "^5.1.0",
"vitepress": "1.5.0",
"vue": "^3.4.5"
},
"dependencies": {
"@sentry/browser": "^8.34.0",
"@sentry/tracing": "^7.92.0",
"@sentry/vue": "^7.92.0",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@vueuse/core": "^10.7.1",
"artalk": "^2.9.1",
"medium-zoom": "^1.1.0",
"tailwindcss-dark-mode": "^1.1.7",
"vitepress-plugin-rss": "^0.1.3",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.7.16"
}
}