Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UvDream committed Nov 2, 2022
1 parent df0f83f commit 829ffc9
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 145 deletions.
154 changes: 77 additions & 77 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,78 +1,78 @@
{
"name": "md-editor",
"private": true,
"version": "0.4.10",
"bin": {
"mdc": "bin/cli.js"
},
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"tauri:build-debug": "tauri build --debug",
"openapi": "node openapi.config.js",
"publish": "tsx publish.ts",
"release": "release-it",
"format": "prettier --write ."
},
"dependencies": {
"@arco-design/web-react": "^2.32.1",
"@codemirror/lang-markdown": "^6.0.0",
"@codemirror/language-data": "^6.1.0",
"@codemirror/view": "^6.0.2",
"@uiw/react-codemirror": "4.9.2",
"@uiw/react-monacoeditor": "^3.5.3",
"@uiw/codemirror-extensions-events": "^4.9.4",
"@codemirror/lang-css": "^6.0.0",
"ahooks": "^3.5.0",
"highlight.js": "^11.6.0",
"juice": "^8.0.0",
"markdown-it": "^13.0.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-katex": "^2.0.3",
"markdown-it-implicit-figures": "^0.10.0",
"katex": "^0.6.0",
"mitt": "^3.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "6",
"@icon-park/react": "^1.4.2",
"axios": "^0.27.2",
"dayjs": "^1.11.3",
"react-mitt": "^1.0.1",
"react-easy-crop": "^4.4.0",
"recoil": "^0.7.4",
"@tauri-apps/api": "^1.0.2",
"@reduxjs/toolkit": "^1.8.3",
"react-redux": "^8.0.2",
"qrcode.react": "^3.1.0",
"pinyin-pro": "^3.11.0",
"downloadjs": "^1.4.7"
},
"devDependencies": {
"@arco-plugins/vite-react": "^1.1.0",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-emoji": "^2.0.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"less": "^4.1.2",
"typescript": "^4.6.3",
"vite": "2.9.5",
"@tauri-apps/cli": "^1.0.5",
"redux-devtools": "^3.7.0",
"@umijs/openapi": "^1.7.0",
"commander": "^9.4.0",
"inquirer": "^8.1.2",
"chalk": "^4.1.0",
"tsx": "^3.2.1",
"shelljs": "^0.8.5",
"@types/shelljs": "^0.8.11",
"release-it": "^15.3.0",
"@types/qrcode": "^1.5.0",
"@types/downloadjs": "^1.4.3",
"prettier": "^2.7.1"
}
}
"name": "md-editor",
"private": true,
"version": "0.5.0",
"bin": {
"mdc": "bin/cli.js"
},
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"tauri:build-debug": "tauri build --debug",
"openapi": "node openapi.config.js",
"publish": "tsx publish.ts",
"release": "release-it",
"format": "prettier --write ."
},
"dependencies": {
"@arco-design/web-react": "^2.32.1",
"@codemirror/lang-markdown": "^6.0.0",
"@codemirror/language-data": "^6.1.0",
"@codemirror/view": "^6.0.2",
"@uiw/react-codemirror": "4.9.2",
"@uiw/react-monacoeditor": "^3.5.3",
"@uiw/codemirror-extensions-events": "^4.9.4",
"@codemirror/lang-css": "^6.0.0",
"ahooks": "^3.5.0",
"highlight.js": "^11.6.0",
"juice": "^8.0.0",
"markdown-it": "^13.0.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-katex": "^2.0.3",
"markdown-it-implicit-figures": "^0.10.0",
"katex": "^0.6.0",
"mitt": "^3.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "6",
"@icon-park/react": "^1.4.2",
"axios": "^0.27.2",
"dayjs": "^1.11.3",
"react-mitt": "^1.0.1",
"react-easy-crop": "^4.4.0",
"recoil": "^0.7.4",
"@tauri-apps/api": "^1.0.2",
"@reduxjs/toolkit": "^1.8.3",
"react-redux": "^8.0.2",
"qrcode.react": "^3.1.0",
"pinyin-pro": "^3.11.0",
"downloadjs": "^1.4.7"
},
"devDependencies": {
"@arco-plugins/vite-react": "^1.1.0",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-emoji": "^2.0.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"less": "^4.1.2",
"typescript": "^4.6.3",
"vite": "2.9.5",
"@tauri-apps/cli": "^1.0.5",
"redux-devtools": "^3.7.0",
"@umijs/openapi": "^1.7.0",
"commander": "^9.4.0",
"inquirer": "^8.1.2",
"chalk": "^4.1.0",
"tsx": "^3.2.1",
"shelljs": "^0.8.5",
"@types/shelljs": "^0.8.11",
"release-it": "^15.3.0",
"@types/qrcode": "^1.5.0",
"@types/downloadjs": "^1.4.3",
"prettier": "^2.7.1"
}
}
139 changes: 71 additions & 68 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,71 +1,74 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": {
"beforeBuildCommand": "yarn build",
"beforeDevCommand": "pnpm dev",
"devPath": "http://localhost:3000",
"distDir": "../dist"
},
"package": {
"productName": "MdEditor",
"version": "0.4.9"
},
"tauri": {
"allowlist": {
"all": true,
"http": {
"all": true,
"request": true,
"scope": ["http://**", "https://**"]
}
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"build": {
"beforeBuildCommand": "yarn build",
"beforeDevCommand": "pnpm dev",
"devPath": "http://localhost:3000",
"distDir": "../dist"
},
"bundle": {
"active": true,
"category": "DeveloperTool",
"copyright": "",
"deb": {
"depends": []
},
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "www.uvdream.com",
"longDescription": "",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"targets": "all",
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
}
"package": {
"productName": "MdEditor",
"version": "0.5.0"
},
"security": {
"csp": null
},
"updater": {
"active": false
},
"windows": [
{
"fullscreen": false,
"width": 1200,
"height": 800,
"resizable": true,
"title": "MdEditor"
}
]
}
}
"tauri": {
"allowlist": {
"all": true,
"http": {
"all": true,
"request": true,
"scope": [
"http://**",
"https://**"
]
}
},
"bundle": {
"active": true,
"category": "DeveloperTool",
"copyright": "",
"deb": {
"depends": []
},
"externalBin": [],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/[email protected]",
"icons/icon.icns",
"icons/icon.ico"
],
"identifier": "www.uvdream.com",
"longDescription": "",
"macOS": {
"entitlements": null,
"exceptionDomain": "",
"frameworks": [],
"providerShortName": null,
"signingIdentity": null
},
"resources": [],
"shortDescription": "",
"targets": "all",
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": ""
}
},
"security": {
"csp": null
},
"updater": {
"active": false
},
"windows": [
{
"fullscreen": false,
"width": 1200,
"height": 800,
"resizable": true,
"title": "MdEditor"
}
]
}
}

1 comment on commit 829ffc9

@vercel
Copy link

@vercel vercel bot commented on 829ffc9 Nov 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

md-editor – ./

md-editor-git-dev-uvdream.vercel.app
md-editor-phi.vercel.app
md-editor-uvdream.vercel.app

Please sign in to comment.