-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
320 additions
and
614 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,20 +3,19 @@ | |
"version": "0.1.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "pnpm --dir ./client/apps/game dev", | ||
"dev:landing": "pnpm --dir ./client/apps/landing dev", | ||
"dev:docs": "vocs dev", | ||
"build": "pnpm --dir ./client/apps/game build", | ||
"build:landing": "pnpm --dir ./client/apps/landing build", | ||
"build:docs": "vocs build", | ||
"build:landing": "pnpm --dir ./client/apps/landing build", | ||
"build:packages": "pnpm --dir ./client/sdk/packages/eternum build", | ||
"lint": "pnpm --recursive run lint", | ||
"lint:fix": "pnpm --recursive run lint:fix", | ||
"dev": "pnpm --dir ./client/apps/game dev", | ||
"dev:docs": "vocs dev", | ||
"dev:landing": "pnpm --dir ./client/apps/landing dev", | ||
"format": "pnpm prettier --write .", | ||
"format:check": "pnpm prettier --check .", | ||
"knip": "npx knip --exclude binaries,dependencies", | ||
"lint": "pnpm --recursive run lint", | ||
"lint:fix": "pnpm --recursive run lint:fix", | ||
"test": "pnpm --recursive run test" | ||
}, | ||
|
||
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,34 +3,41 @@ | |
"version": "0.1.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "pnpm --dir ./client/apps/game dev", | ||
"dev:landing": "pnpm --dir ./client/apps/landing dev", | ||
"dev:docs": "cd ./client/apps/docs && vocs dev", | ||
"build": "pnpm --dir ./client/apps/game build", | ||
"build:landing": "pnpm --dir ./client/apps/landing build", | ||
"build:docs": "cd ./client/apps/docs && vocs build", | ||
"build:landing": "pnpm --dir ./client/apps/landing build", | ||
"build:packages": "pnpm --dir ./client/sdk/packages/eternum build", | ||
"lint": "pnpm --recursive run lint", | ||
"lint:fix": "pnpm --recursive run lint:fix", | ||
"clean": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' + && find . -name 'pnpm-lock.yaml' -type f -delete", | ||
"dev": "pnpm --dir ./client/apps/game dev", | ||
"dev:docs": "cd ./client/apps/docs && vocs dev", | ||
"dev:landing": "pnpm --dir ./client/apps/landing dev", | ||
"format": "pnpm prettier --write .", | ||
"format:check": "pnpm prettier --check .", | ||
"knip": "npx knip --exclude binaries,dependencies", | ||
"lint": "pnpm --recursive run lint", | ||
"lint:fix": "pnpm --recursive run lint:fix", | ||
"test": "pnpm --recursive run test" | ||
}, | ||
"dependencies": { | ||
"vocs": "latest", | ||
"viem": "^2.21.45" | ||
"colors": "^1.4.0", | ||
"dotenv": "^16.3.1", | ||
"eventemitter3": "^5.0.1", | ||
"starknet": "^6.8.0", | ||
"viem": "^2.21.45", | ||
"vocs": "latest" | ||
}, | ||
"devDependencies": { | ||
"@bibliothecadao/eternum": "workspace:^", | ||
"@dojoengine/core": "1.0.4-alpha.3.1.0", | ||
"@types/react": "^18.3.12", | ||
"@types/react-dom": "^18.3.1", | ||
"eslint": "^9.x.x", | ||
"autoprefixer": "^10.4.18", | ||
"eslint": "^9.9.0", | ||
"postcss": "^8.4.35", | ||
"prettier": "^3.x.x", | ||
"typescript": "^5.x.x", | ||
"@bibliothecadao/eternum": "workspace:^", | ||
"vite": "^5.x.x", | ||
"autoprefixer": "^10.4.18", | ||
"postcss": "^8.4.35" | ||
"vitest": "^2.0.5" | ||
}, | ||
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee" | ||
} |
Oops, something went wrong.