build(deps):更改项目identifier。
This commit is contained in:
parent
d851b506b0
commit
fffd3df059
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "app",
|
"name": "bugwork",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
@ -16,8 +16,11 @@
|
||||||
"@tauri-apps/api": ">=2.0.0-beta.0",
|
"@tauri-apps/api": ">=2.0.0-beta.0",
|
||||||
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0",
|
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0",
|
||||||
"chroma-js": "^2.4.2",
|
"chroma-js": "^2.4.2",
|
||||||
|
"csstype": "^3.1.3",
|
||||||
"dayjs": "^1.11.11",
|
"dayjs": "^1.11.11",
|
||||||
|
"events": "^3.3.0",
|
||||||
"normalize.css": "^8.0.1",
|
"normalize.css": "^8.0.1",
|
||||||
|
"ramda": "^0.30.1",
|
||||||
"react": "canary",
|
"react": "canary",
|
||||||
"react-dom": "canary",
|
"react-dom": "canary",
|
||||||
"react-router-dom": "^6.24.1",
|
"react-router-dom": "^6.24.1",
|
||||||
|
@ -26,6 +29,8 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tauri-apps/cli": ">=2.0.0-beta.0",
|
"@tauri-apps/cli": ">=2.0.0-beta.0",
|
||||||
"@types/chroma-js": "^2.4.4",
|
"@types/chroma-js": "^2.4.4",
|
||||||
|
"@types/events": "^3.0.3",
|
||||||
|
"@types/ramda": "^0.30.1",
|
||||||
"@types/react": "^18.2.15",
|
"@types/react": "^18.2.15",
|
||||||
"@types/react-dom": "^18.2.7",
|
"@types/react-dom": "^18.2.7",
|
||||||
"@vitejs/plugin-react": "^4.2.1",
|
"@vitejs/plugin-react": "^4.2.1",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"productName": "bugwork.app",
|
"productName": "bugwork.app",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"identifier": "net.archgrid.app",
|
"identifier": "net.archgrid.app.bugwork",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "bun run dev",
|
"beforeDevCommand": "bun run dev",
|
||||||
"devUrl": "http://localhost:1420",
|
"devUrl": "http://localhost:1420",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user