-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 819 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 819 Bytes
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
{
"name": "dojo-book",
"version": "v1.7.0",
"type": "module",
"scripts": {
"dev": "vocs dev",
"build": "vocs build",
"preview": "vocs preview",
"prettier-check": "npx prettier --check .",
"prettier": "npx prettier --write ."
},
"dependencies": {
"@cartridge/presets": "github:cartridge-gg/presets#b0def0f",
"@dojoengine/sdk": "1.7.6",
"diff": "^8.0.3",
"prettier": "^3.6.2",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.9.3",
"vite-tsconfig-paths": "^5.1.4",
"vocs": "^1.0.13"
},
"devDependencies": {
"@types/react": "^19.2.2",
"tailwindcss": "^4.0.0",
"vite-plugin-svgr": "^4.5.0"
},
"packageManager": "pnpm@10.18.3"
}