-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.38 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.38 KB
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
{
"name": "tatami",
"version": "1.0.0",
"description": "**Tatami** is a project designed to accelerate the development of Dojo Engine games within the Starknet ecosystem. It provides no-code tools to effortlessly create models, visualize entity relationships, and make modifications with just a few clicks. With Tatami, you can master the Dojo and build 10x faster.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"lint": "turbo lint",
"dev:frontend": "turbo run dev --filter=frontend",
"build:frontend": "turbo run build --filter=frontend",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KaizeNodeLabs/Tatami.git"
},
"keywords": [],
"author": "KaizeNode Labs",
"license": "MIT",
"bugs": {
"url": "https://github.com/KaizeNodeLabs/Tatami/issues"
},
"homepage": "https://github.com/KaizeNodeLabs/Tatami#readme",
"workspaces": [
"apps/*"
],
"packageManager": "npm@10.9.2",
"devDependencies": {
"turbo": "^2.4.0"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"i18next": "^24.2.3",
"react-draggable": "^4.4.6",
"react-i18next": "^15.4.1",
"react-xarrows": "^2.0.2",
"rxjs": "^7.8.2",
"tailwind-scrollbar": "^4.0.1",
"zustand": "^5.0.6"
}
}