-
Notifications
You must be signed in to change notification settings - Fork 2
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
Caspar Oostendorp
committed
May 20, 2024
1 parent
44843f0
commit 429de43
Showing
6 changed files
with
169 additions
and
122 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# client | ||
The (browser) client | ||
|
||
Version 0.2.16 | ||
Version 0.3.0 | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
0.2.16 | ||
0.3.0 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,88 +1,90 @@ | ||
{ | ||
"name": "pixelaw-web", | ||
"private": false, | ||
"type": "module", | ||
"license": "MIT", | ||
"version": "0.2.16", | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e", | ||
"scripts": { | ||
"dev": "rm -rf node_modules/.vite && vite", | ||
"img": "tsx doc/encodePngToFelt.ts", | ||
"build": "tsc && vite build", | ||
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
"preview": "vite preview", | ||
"codegen": "graphql-codegen", | ||
"fix-codegen": "node src/fixGeneratedGraphql.cjs", | ||
"create-components": "npx @dojoengine/core ../contracts/target/dev/manifest.json src/dojo/contractComponents.ts http://localhost:5050 0x47864d08a1b86cf0dd52ea2785f8bc93b5f48edca8380bbb3057d158521e12d", | ||
"loadManifests": "tsx src/scripts/loadManifests.ts" | ||
}, | ||
"dependencies": { | ||
"@dojoengine/core": "0.6.125", | ||
"@dojoengine/create-burner": "0.6.125", | ||
"@dojoengine/react": "0.6.125", | ||
"@dojoengine/recs": "0.1.35", | ||
"@dojoengine/state": "0.6.125", | ||
"@dojoengine/torii-client": "0.6.125", | ||
"@dojoengine/utils": "0.6.125", | ||
"@radix-ui/react-dialog": "^1.0.5", | ||
"@radix-ui/react-label": "^2.0.2", | ||
"@radix-ui/react-select": "^2.0.0", | ||
"@radix-ui/react-slot": "^1.0.2", | ||
"@radix-ui/react-toast": "^1.1.5", | ||
"@tanstack/react-query": "^5.32.1", | ||
"@tanstack/react-query-devtools": "^5.0.0", | ||
"@use-gesture/react": "^10.3.1", | ||
"class-variance-authority": "^0.7.0", | ||
"clsx": "^2.0.0", | ||
"dotenv": "^16.4.5", | ||
"events": "^3.3.0", | ||
"graphql": "^16.7.1", | ||
"graphql-request": "^6.1.0", | ||
"graphql-tag": "^2.12.6", | ||
"graphql-ws": "^5.14.2", | ||
"immer": "^10.1.1", | ||
"lodash": "^4.17.21", | ||
"lucide-react": "^0.288.0", | ||
"micro-starknet": "^0.2.3", | ||
"mobx": "^6.9.0", | ||
"proxy-deep": "^3.1.1", | ||
"query-string": "^9.0.0", | ||
"react": "^18.2.0", | ||
"react-color": "^2.19.3", | ||
"react-dom": "^18.2.0", | ||
"react-icons": "^4.11.0", | ||
"react-router-dom": "^6.17.0", | ||
"rxjs": "^7.8.1", | ||
"starknet": "^6.1.5", | ||
"tailwind-merge": "^1.14.0", | ||
"tailwindcss-animate": "^1.0.7", | ||
"threejs-math": "^0.147.0", | ||
"type-fest": "^2.14.0", | ||
"vite-plugin-top-level-await": "^1.3.1", | ||
"vite-plugin-wasm": "^3.2.2", | ||
"zustand": "^4.5.2" | ||
}, | ||
"devDependencies": { | ||
"@graphql-codegen/cli": "^5.0.0", | ||
"@graphql-codegen/typescript": "^4.0.1", | ||
"@graphql-codegen/typescript-graphql-request": "^6.0.0", | ||
"@graphql-codegen/typescript-operations": "^4.0.1", | ||
"@types/lodash": "^4.14.200", | ||
"@types/node": "^20.8.6", | ||
"@types/react": "^18.2.28", | ||
"@types/react-color": "^3.0.7", | ||
"@types/react-dom": "^18.2.13", | ||
"@typescript-eslint/eslint-plugin": "^6.8.0", | ||
"@typescript-eslint/parser": "^6.8.0", | ||
"@vitejs/plugin-react": "^4.1.0", | ||
"autoprefixer": "^10.4.16", | ||
"eslint": "^8.51.0", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.3", | ||
"postcss": "^8.4.31", | ||
"postinstall-postinstall": "^2.1.0", | ||
"tailwindcss": "^3.3.3", | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.11" | ||
} | ||
"name": "pixelaw-web", | ||
"private": false, | ||
"type": "module", | ||
"license": "MIT", | ||
"version": "0.3.0", | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e", | ||
"scripts": { | ||
"dev": "rm -rf node_modules/.vite && vite", | ||
"img": "tsx doc/encodePngToFelt.ts", | ||
"build": "tsc && vite build", | ||
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", | ||
"preview": "vite preview", | ||
"codegen": "graphql-codegen", | ||
"fix-codegen": "node src/fixGeneratedGraphql.cjs", | ||
"create-components": "npx @dojoengine/core ../contracts/target/dev/manifest.json src/dojo/contractComponents.ts http://localhost:5050 0x47864d08a1b86cf0dd52ea2785f8bc93b5f48edca8380bbb3057d158521e12d", | ||
"loadManifests": "tsx src/scripts/loadManifests.ts" | ||
}, | ||
"dependencies": { | ||
"@dojoengine/core": "0.6.125", | ||
"@dojoengine/create-burner": "0.6.125", | ||
"@dojoengine/react": "0.6.125", | ||
"@dojoengine/recs": "0.1.35", | ||
"@dojoengine/state": "0.6.125", | ||
"@dojoengine/torii-client": "0.6.125", | ||
"@dojoengine/utils": "0.6.125", | ||
"@radix-ui/react-dialog": "^1.0.5", | ||
"@radix-ui/react-label": "^2.0.2", | ||
"@radix-ui/react-select": "^2.0.0", | ||
"@radix-ui/react-slot": "^1.0.2", | ||
"@radix-ui/react-toast": "^1.1.5", | ||
"@tanstack/react-query": "^5.32.1", | ||
"@tanstack/react-query-devtools": "^5.0.0", | ||
"@types/pngjs": "^6.0.5", | ||
"@use-gesture/react": "^10.3.1", | ||
"class-variance-authority": "^0.7.0", | ||
"clsx": "^2.0.0", | ||
"dotenv": "^16.4.5", | ||
"events": "^3.3.0", | ||
"graphql": "^16.7.1", | ||
"graphql-request": "^6.1.0", | ||
"graphql-tag": "^2.12.6", | ||
"graphql-ws": "^5.14.2", | ||
"immer": "^10.1.1", | ||
"lodash": "^4.17.21", | ||
"lucide-react": "^0.288.0", | ||
"micro-starknet": "^0.2.3", | ||
"mobx": "^6.9.0", | ||
"pngjs": "^7.0.0", | ||
"proxy-deep": "^3.1.1", | ||
"query-string": "^9.0.0", | ||
"react": "^18.2.0", | ||
"react-color": "^2.19.3", | ||
"react-dom": "^18.2.0", | ||
"react-icons": "^4.11.0", | ||
"react-router-dom": "^6.17.0", | ||
"rxjs": "^7.8.1", | ||
"starknet": "^6.1.5", | ||
"tailwind-merge": "^1.14.0", | ||
"tailwindcss-animate": "^1.0.7", | ||
"threejs-math": "^0.147.0", | ||
"type-fest": "^2.14.0", | ||
"vite-plugin-top-level-await": "^1.3.1", | ||
"vite-plugin-wasm": "^3.2.2", | ||
"zustand": "^4.5.2" | ||
}, | ||
"devDependencies": { | ||
"@graphql-codegen/cli": "^5.0.0", | ||
"@graphql-codegen/typescript": "^4.0.1", | ||
"@graphql-codegen/typescript-graphql-request": "^6.0.0", | ||
"@graphql-codegen/typescript-operations": "^4.0.1", | ||
"@types/lodash": "^4.14.200", | ||
"@types/node": "^20.8.6", | ||
"@types/react": "^18.2.28", | ||
"@types/react-color": "^3.0.7", | ||
"@types/react-dom": "^18.2.13", | ||
"@typescript-eslint/eslint-plugin": "^6.8.0", | ||
"@typescript-eslint/parser": "^6.8.0", | ||
"@vitejs/plugin-react": "^4.1.0", | ||
"autoprefixer": "^10.4.16", | ||
"eslint": "^8.51.0", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.3", | ||
"postcss": "^8.4.31", | ||
"postinstall-postinstall": "^2.1.0", | ||
"tailwindcss": "^3.3.3", | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.11" | ||
} | ||
} |
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