mirror of
https://github.com/jung-geun/NFD2NFC.git
synced 2026-06-21 12:25:14 +09:00
Compare commits
4 Commits
6f44af3e4f
...
v2.0.2
| Author | SHA1 | Date | |
|---|---|---|---|
| 7889f8eb96 | |||
| 8db9e64302 | |||
| 2d7d586be7 | |||
| 17a7a617fd |
1151
package-lock.json
generated
1151
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pieroot/nfd2nfc",
|
"name": "@pieroot/nfd2nfc",
|
||||||
"version": "2.0.1",
|
"version": "2.0.2",
|
||||||
"description": "macOS 한글 파일명 NFD→NFC 실시간 변환 트레이 앱 + CLI + 라이브러리",
|
"description": "macOS 한글 파일명 NFD→NFC 실시간 변환 트레이 앱 + CLI + 라이브러리",
|
||||||
"main": "out/lib/index.js",
|
"main": "out/lib/index.js",
|
||||||
"types": "out/lib/index.d.ts",
|
"types": "out/lib/index.d.ts",
|
||||||
@@ -49,17 +49,17 @@
|
|||||||
"@types/yargs": "^17.0.32",
|
"@types/yargs": "^17.0.32",
|
||||||
"@typescript-eslint/eslint-plugin": "^7.7.0",
|
"@typescript-eslint/eslint-plugin": "^7.7.0",
|
||||||
"@typescript-eslint/parser": "^7.7.0",
|
"@typescript-eslint/parser": "^7.7.0",
|
||||||
"@vitejs/plugin-react": "^4.3.4",
|
"@vitejs/plugin-react": "^5.1.4",
|
||||||
"electron": "^35.1.5",
|
"electron": "^39.8.5",
|
||||||
"electron-builder": "^26.0.12",
|
"electron-builder": "^26.0.12",
|
||||||
"electron-vite": "^2.3.0",
|
"electron-vite": "^3.1.0",
|
||||||
"eslint": "^8.57.0",
|
"eslint": "^8.57.0",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.2.5",
|
||||||
"react": "^19.2.6",
|
"react": "^19.2.6",
|
||||||
"react-dom": "^19.2.6",
|
"react-dom": "^19.2.6",
|
||||||
"typescript": "^5.4.0",
|
"typescript": "^5.4.0",
|
||||||
"vite": "^5.2.0",
|
"vite": "^6.4.2",
|
||||||
"vitest": "^1.6.1"
|
"vitest": "^4.1.6"
|
||||||
},
|
},
|
||||||
"author": "jung-geun <pieroot.02@gmail.com>",
|
"author": "jung-geun <pieroot.02@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
1
web/public/CNAME
Normal file
1
web/public/CNAME
Normal file
@@ -0,0 +1 @@
|
|||||||
|
nfd2nfc.pieroot.xyz
|
||||||
@@ -4,7 +4,7 @@ import { resolve } from 'path';
|
|||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
root: __dirname,
|
root: __dirname,
|
||||||
base: '/NFD2NFC/',
|
base: '/',
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
build: {
|
build: {
|
||||||
outDir: resolve(__dirname, '../dist-web'),
|
outDir: resolve(__dirname, '../dist-web'),
|
||||||
|
|||||||
Reference in New Issue
Block a user