build(deps):更改项目identifier。

This commit is contained in:
徐涛 2024-07-10 22:48:14 +08:00
parent d851b506b0
commit fffd3df059
3 changed files with 7 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -1,5 +1,5 @@
{
"name": "app",
"name": "bugwork",
"private": true,
"version": "0.0.0",
"type": "module",
@ -16,8 +16,11 @@
"@tauri-apps/api": ">=2.0.0-beta.0",
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0",
"chroma-js": "^2.4.2",
"csstype": "^3.1.3",
"dayjs": "^1.11.11",
"events": "^3.3.0",
"normalize.css": "^8.0.1",
"ramda": "^0.30.1",
"react": "canary",
"react-dom": "canary",
"react-router-dom": "^6.24.1",
@ -26,6 +29,8 @@
"devDependencies": {
"@tauri-apps/cli": ">=2.0.0-beta.0",
"@types/chroma-js": "^2.4.4",
"@types/events": "^3.0.3",
"@types/ramda": "^0.30.1",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",

View File

@ -1,7 +1,7 @@
{
"productName": "bugwork.app",
"version": "0.1.0",
"identifier": "net.archgrid.app",
"identifier": "net.archgrid.app.bugwork",
"build": {
"beforeDevCommand": "bun run dev",
"devUrl": "http://localhost:1420",