remove ali-oss dependency

This commit is contained in:
Break27 2024-09-19 22:34:24 +08:00
parent d14e1a9ed1
commit 3300af85d9
3 changed files with 0 additions and 898 deletions

896
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,6 @@
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/typography": "^0.5.15", "@tailwindcss/typography": "^0.5.15",
"ali-oss": "^6.21.0",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"front-matter": "^4.0.2", "front-matter": "^4.0.2",
"mustache": "^4.2.0", "mustache": "^4.2.0",

View File

@ -6,7 +6,6 @@ import { createHash } from 'node:crypto'
import { encode, decode } from '@msgpack/msgpack' import { encode, decode } from '@msgpack/msgpack'
import Mustache from 'mustache' import Mustache from 'mustache'
import OSS from 'ali-oss'
import YAML from 'yaml' import YAML from 'yaml'
import fs from 'node:fs' import fs from 'node:fs'
import fm from'front-matter' import fm from'front-matter'