This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
forked from pixelaw/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.83 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "pixelaw-web",
"private": true,
"version": "0.3.9",
"type": "module",
"scripts": {
"dev": "vite",
"build-prod": "tsc && vite build",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"format": "prettier --write 'src/**/*.ts' && eslint --fix --ext .ts src",
"create-components": "npx @dojoengine/core ./public/assets/manifest.json src/dojo/contractComponents.ts http://localhost:5050 0x60916a73fe631fcba3b2a930e21c6f7bb2533ea398c7bfa75c72f71a8709fc2"
},
"dependencies": {
"@dojoengine/core": "^0.7.5",
"@dojoengine/create-burner": "^0.7.5",
"@dojoengine/react": "^0.7.5",
"@dojoengine/recs": "^2.0.13",
"@dojoengine/state": "^0.7.5",
"@dojoengine/torii-client": "^0.7.5",
"@dojoengine/torii-wasm": "^0.5.9",
"@dojoengine/utils": "^0.7.5",
"@tanstack/react-query": "^5.49.2",
"@types/upng-js": "^2.1.5",
"autoprefixer": "^10.4.19",
"browserify-zlib": "^0.2.0",
"dotenv": "^16.4.5",
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.16.0",
"idb-keyval": "^6.2.1",
"immer": "^10.1.1",
"micro-starknet": "^0.2.3",
"pngjs3": "^6.1.1",
"postcss": "^8.4.39",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-router-dom": "^6.24.1",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5",
"starknet": "^6.11.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"upng-js": "^2.1.0",
"use-sound": "^4.0.3",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^1.6.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-tailwindcss": "^3.17.4",
"prettier": "^3.3.2",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-envs": "^4.3.2",
"vite-plugin-graphql-loader": "^3.0.1",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0",
"vitest": "^1.6.0"
}
}