-
-
Notifications
You must be signed in to change notification settings - Fork 587
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.2 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.2 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
{
"name": "surmon.me",
"version": "7.4.27",
"description": "Surmon.me blog",
"author": "Surmon",
"license": "MIT",
"homepage": "https://surmon.me",
"repository": {
"type": "git",
"url": "https://github.com/surmon-china/surmon.me.git"
},
"type": "module",
"main": "dist/bff.js",
"scripts": {
"dev": "NODE_ENV=development tsx watch ./src/bff.ts",
"build": "NODE_ENV=production node ./bundler/index.js",
"start": "NODE_ENV=production node ./dist/bff.js",
"lint": "eslint src",
"format": "npm run lint --fix",
"release": ". ./scripts/release-via-github.sh"
},
"dependencies": {
"@braintree/sanitize-url": "^7.1.x",
"@dotenvx/dotenvx": "^1.57.x",
"@redis/client": "^5.x",
"@sentry/vue": "^10.x",
"@unhead/vue": "^2.x",
"agentkeepalive": "^4.6.x",
"axios": "^1.13.x",
"bezier-easing": "^3.x",
"fast-xml-parser": "^5.x",
"fs-extra": "^11.3.x",
"geojson": "^0.5.0",
"highlight.js": "^11.11.x",
"html-to-image": "^1.11.x",
"lodash-es": "^4.17.x",
"lozad": "^1.16.x",
"lru-cache": "^11.x",
"mapbox-gl": "^3.20.x",
"marked": "^17.x",
"marked-highlight": "^2.2.x",
"marked-mangle": "^1.1.x",
"marked-xhtml": "^1.0.x",
"pangu": "^7.x",
"pinia": "^3.x",
"qrcode": "^1.5.x",
"rss": "^1.2.2",
"serialize-javascript": "^7.0.x",
"sirv": "^3.0.x",
"sitemap": "^9.x",
"swiper": "^12.x",
"ua-parser-js": "^2.x",
"vue": "^3.5.x",
"vue-router": "^5.0.x",
"wonderful-bing-wallpaper": "^0.3.4"
},
"devDependencies": {
"@eslint/js": "^9.x",
"@sentry/vite-plugin": "^5.1.x",
"@types/fs-extra": "^11.x",
"@types/lodash-es": "^4.17.x",
"@types/lozad": "^1.16.4",
"@types/node": "^25.x",
"@types/qrcode": "^1.5.x",
"@types/rss": "^0.0.32",
"@types/serialize-javascript": "^5.0.4",
"@unhead/addons": "^2.x",
"@vitejs/plugin-vue": "^6.x",
"eslint": "^9.x",
"eslint-config-prettier": "^10.x",
"eslint-plugin-prettier": "^5.x",
"eslint-plugin-vue": "^10.x",
"globals": "^17.x",
"prettier": "^3.x",
"sass": "1.98.x",
"tsx": "^4.21.x",
"typescript": "^5.9.x",
"typescript-eslint": "^8.x",
"vite": "^7.x"
}
}