-
-
Notifications
You must be signed in to change notification settings - Fork 594
/
Copy pathpackage.json
104 lines (104 loc) · 2.97 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
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
97
98
99
100
101
102
103
104
{
"name": "surmon.me",
"version": "4.51.1",
"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 --ignore vite.config.ts.timestamp-*.mjs ./src/bff.ts",
"build": "node ./sbundler/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",
"@sentry/vue": "^8.x",
"@unhead/schema": "^1.11.x",
"@unhead/ssr": "^1.11.x",
"@unhead/vue": "^1.11.x",
"agentkeepalive": "^4.6.x",
"axios": "^1.7.x",
"bezier-easing": "^2.1.0",
"compression": "^1.7.5",
"cookie-parser": "^1.4.x",
"dotenv": "^16.4.7",
"emoji-233333": "^0.3.2",
"express": "^5.x",
"fast-xml-parser": "^4.5.x",
"fs-extra": "^11.2.0",
"geojson": "^0.5.0",
"highlight.js": "^11.11.x",
"html-to-image": "^1.11.11",
"http-proxy": "^1.18.1",
"intersection-observer": "^0.12.2",
"js-cookie": "^3.0.x",
"lodash-es": "^4.17.21",
"lozad": "^1.16.x",
"lru-cache": "^11.x",
"mapbox-gl": "^3.9.x",
"marked": "^15.0.x",
"marked-highlight": "^2.2.x",
"marked-mangle": "^1.1.x",
"marked-xhtml": "^1.0.x",
"pinia": "^2.3.x",
"qrcode": "^1.5.x",
"qs": "^6.13.x",
"redis": "^4.7.0",
"rss": "^1.2.2",
"serialize-javascript": "^6.0.2",
"sitemap": "^8.x",
"swiper": "^11.2.x",
"ua-parser-js": "^2.x",
"vue": "^3.5.x",
"vue-router": "^4.5.x",
"wonderful-bing-wallpaper": "^0.3.4",
"yargs": "^17.7.2"
},
"devDependencies": {
"@eslint/js": "^9.x",
"@sentry/vite-plugin": "^2.22.x",
"@types/compression": "^1.7.5",
"@types/cookie-parser": "^1.4.8",
"@types/express": "^5.x",
"@types/fs-extra": "^11.0.4",
"@types/http-proxy": "^1.17.15",
"@types/lodash-es": "^4.17.12",
"@types/lozad": "^1.16.4",
"@types/node": "^22.x",
"@types/qrcode": "^1.5.5",
"@types/rss": "^0.0.32",
"@types/serialize-javascript": "^5.0.4",
"@unhead/addons": "^1.11.x",
"@vercel/ncc": "^0.38.3",
"@vitejs/plugin-vue": "^5.x",
"builtin-modules": "^4.x",
"eslint": "^9.x",
"eslint-config-prettier": "^9.x",
"eslint-plugin-prettier": "^5.x",
"eslint-plugin-vue": "^9.x",
"globals": "^15.14.x",
"prettier": "^3.x",
"sass": "1.83.x",
"tsx": "^4.19.x",
"typescript": "^5.7.x",
"typescript-eslint": "^8.x",
"vite": "^6.x"
},
"pnpm": {
"//": "https://github.com/vitejs/vite/pull/16655",
"//-": "https://github.com/http-party/node-http-proxy/issues/1674",
"//--": "https://pnpm.io/cli/patch",
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}