-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
36 lines (36 loc) · 1.19 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
{
"name": "eternum",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "pnpm --dir ./client dev",
"build-packages": "pnpm --dir sdk/packages/eternum build",
"build-client": "pnpm --dir ./client build",
"build-landing": "pnpm --dir ./landing build",
"build-docs": "pnpm --dir ./eternum-docs build",
"test-client": "pnpm --dir ./client test",
"prettier-check": "npx prettier --check .",
"prettier": "npx prettier --write .",
"dev:docs": "pnpm --dir ./eternum-docs dev",
"knip": "npx knip --exclude binaries,dependencies",
"docs:dev": "vocs dev",
"docs:build": "vocs build",
"docs:preview": "vocs preview"
},
"dependencies": {
"typescript": "5.4.4",
"vite": "^6.0.3",
"vocs": "latest"
},
"devDependencies": {
"@bibliothecadao/eternum": "workspace:^",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.1"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}