upd deps
This commit is contained in:
parent
573482f424
commit
037a7af2da
@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@rage-fw/shared": "workspace:^",
|
"@rage-fw/shared": "workspace:^",
|
||||||
"rage-fw-rpc": "latest"
|
"@entityseven/rage-fw-rpc": "0.2.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
|
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { Rpc } from 'rage-fw-rpc'
|
import { Rpc } from '@entityseven/rage-fw-rpc'
|
||||||
|
|
||||||
export const rpc = new Rpc({
|
export const rpc = new Rpc({
|
||||||
debugLogs: true,
|
debugLogs: true,
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@rage-fw/shared": "workspace:^",
|
"@rage-fw/shared": "workspace:^",
|
||||||
"rage-fw-rpc": "latest"
|
"@entityseven/rage-fw-rpc": "0.2.5"
|
||||||
},
|
},
|
||||||
"license": "CC BY-ND",
|
"license": "MIT",
|
||||||
"author": "Entity Seven Group",
|
"author": "Entity Seven Group",
|
||||||
"version": "0.1.0"
|
"version": "0.1.0"
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { Rpc } from 'rage-fw-rpc'
|
import { Rpc } from '@entityseven/rage-fw-rpc'
|
||||||
|
|
||||||
export const rpc = new Rpc({
|
export const rpc = new Rpc({
|
||||||
debugLogs: true,
|
debugLogs: true,
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@rage-fw/shared": "workspace:^",
|
"@rage-fw/shared": "workspace:^",
|
||||||
"rage-fw-rpc": "latest"
|
"@entityseven/rage-fw-rpc": "0.2.5"
|
||||||
},
|
},
|
||||||
"license": "CC BY-ND",
|
"license": "MIT",
|
||||||
"author": "Entity Seven Group",
|
"author": "Entity Seven Group",
|
||||||
"version": "0.1.0"
|
"version": "0.1.0"
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { Rpc } from 'rage-fw-rpc'
|
import { Rpc } from '@entityseven/rage-fw-rpc'
|
||||||
|
|
||||||
export const rpc = new Rpc({
|
export const rpc = new Rpc({
|
||||||
debugLogs: true,
|
debugLogs: true,
|
||||||
|
@ -1,15 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "framework-example",
|
"name": "framework-example",
|
||||||
"description": "This project is an example of RAGE-FW usage",
|
"description": "This project is an example of RAGE FW usage",
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"apps/*"
|
"apps/*"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"server:update": "cd server && rage-win64.exe",
|
"server:update": "cd server && rage-win64.exe",
|
||||||
"server:run": "cd server && ragemp-server.exe",
|
"server:run": "cd server && ragemp-server.exe",
|
||||||
"i:client": "cd apps/client && pnpm i",
|
|
||||||
"i:server": "cd apps/server && pnpm i",
|
|
||||||
"i:browser": "cd apps/browser && pnpm i",
|
|
||||||
"build:client": "cd apps/client && pnpm build",
|
"build:client": "cd apps/client && pnpm build",
|
||||||
"build:server": "cd apps/server && pnpm build",
|
"build:server": "cd apps/server && pnpm build",
|
||||||
"build:browser": "cd apps/cef && pnpm build",
|
"build:browser": "cd apps/cef && pnpm build",
|
||||||
@ -24,7 +22,7 @@
|
|||||||
"typescript": "^5.4.5",
|
"typescript": "^5.4.5",
|
||||||
"prettier": "^3.3.2"
|
"prettier": "^3.3.2"
|
||||||
},
|
},
|
||||||
"license": "CC BY-ND",
|
"license": "MIT",
|
||||||
"author": "Entity Seven Group",
|
"author": "Entity Seven Group",
|
||||||
"version": "0.1.0"
|
"version": "0.1.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user