mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-11 16:39:15 +08:00
chore: remove prettier dependency and format package.json files
- Remove prettier from dependencies as it's no longer needed - Reformat package.json files for better readability
This commit is contained in:
parent
8d12ea9611
commit
b8f5f837cb
@ -289,7 +289,6 @@
|
|||||||
"pdf-lib": "^1.17.1",
|
"pdf-lib": "^1.17.1",
|
||||||
"pdf-parse": "^1.1.1",
|
"pdf-parse": "^1.1.1",
|
||||||
"playwright": "^1.52.0",
|
"playwright": "^1.52.0",
|
||||||
"prettier": "^3.5.3",
|
|
||||||
"prettier-plugin-sort-json": "^4.1.1",
|
"prettier-plugin-sort-json": "^4.1.1",
|
||||||
"prettier-plugin-tailwindcss": "^0.6.14",
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
||||||
"proxy-agent": "^6.5.0",
|
"proxy-agent": "^6.5.0",
|
||||||
|
|||||||
@ -13,7 +13,15 @@
|
|||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
"test:watch": "vitest"
|
"test:watch": "vitest"
|
||||||
},
|
},
|
||||||
"keywords": ["ai", "sdk", "openai", "anthropic", "google", "cherry-studio", "vercel-ai-sdk"],
|
"keywords": [
|
||||||
|
"ai",
|
||||||
|
"sdk",
|
||||||
|
"openai",
|
||||||
|
"anthropic",
|
||||||
|
"google",
|
||||||
|
"cherry-studio",
|
||||||
|
"vercel-ai-sdk"
|
||||||
|
],
|
||||||
"author": "Cherry Studio",
|
"author": "Cherry Studio",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -48,7 +56,9 @@
|
|||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=18.0.0"
|
"node": ">=18.0.0"
|
||||||
},
|
},
|
||||||
"files": ["dist"],
|
"files": [
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|||||||
@ -3,7 +3,10 @@
|
|||||||
"description": "table extension for tiptap forked from tiptap/extension-table",
|
"description": "table extension for tiptap forked from tiptap/extension-table",
|
||||||
"version": "3.0.11",
|
"version": "3.0.11",
|
||||||
"homepage": "https://cherry-ai.com",
|
"homepage": "https://cherry-ai.com",
|
||||||
"keywords": ["tiptap", "tiptap extension"],
|
"keywords": [
|
||||||
|
"tiptap",
|
||||||
|
"tiptap extension"
|
||||||
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
@ -59,7 +62,10 @@
|
|||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
"module": "dist/index.js",
|
"module": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"files": ["src", "dist"],
|
"files": [
|
||||||
|
"src",
|
||||||
|
"dist"
|
||||||
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tiptap/core": "^3.2.0",
|
"@tiptap/core": "^3.2.0",
|
||||||
"@tiptap/pm": "^3.2.0",
|
"@tiptap/pm": "^3.2.0",
|
||||||
|
|||||||
@ -13329,7 +13329,6 @@ __metadata:
|
|||||||
pdf-lib: "npm:^1.17.1"
|
pdf-lib: "npm:^1.17.1"
|
||||||
pdf-parse: "npm:^1.1.1"
|
pdf-parse: "npm:^1.1.1"
|
||||||
playwright: "npm:^1.52.0"
|
playwright: "npm:^1.52.0"
|
||||||
prettier: "npm:^3.5.3"
|
|
||||||
prettier-plugin-sort-json: "npm:^4.1.1"
|
prettier-plugin-sort-json: "npm:^4.1.1"
|
||||||
prettier-plugin-tailwindcss: "npm:^0.6.14"
|
prettier-plugin-tailwindcss: "npm:^0.6.14"
|
||||||
proxy-agent: "npm:^6.5.0"
|
proxy-agent: "npm:^6.5.0"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user