forked from burnt-labs/xion.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 822 Bytes
/
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
{
"name": "@burnt-labs/xion.js",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo run dev --parallel --concurrency 13",
"lint": "turbo lint",
"clean": "turbo clean",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"changeset": "changeset",
"publish:packages": "changeset publish",
"version:packages": "changeset version"
},
"packageManager": "[email protected]",
"dependencies": {
"@burnt-labs/tsconfig": "workspace:*",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"eslint": "^8.48.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.3",
"turbo": "^2.0.11"
},
"pnpm": {
"overrides": {
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18"
}
}
}