-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 948 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 948 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@jpoehnelt/root",
"private": true,
"version": "0.0.1",
"description": "",
"scripts": {
"build": "turbo build",
"check": "turbo check",
"dev": "turbo dev",
"test": "turbo test",
"preinstall": "npx only-allow pnpm",
"format": "prettier --write ."
},
"keywords": [],
"author": {
"name": "Justin Poehnelt",
"email": "justin@poehnelt.com"
},
"license": "Apache-2.0",
"devDependencies": {
"@changesets/cli": "catalog:",
"@slidev/cli": "catalog:",
"prettier": "catalog:",
"prettier-plugin-slidev": "catalog:",
"tsx": "^4.19.2",
"turbo": "catalog:",
"typescript": "catalog:",
"wrangler": "^3.90.0"
},
"dependencies": {
"vue": "catalog:"
},
"pnpm": {
"overrides": {
"@unocss/core": "catalog:"
},
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"esbuild",
"sharp"
]
},
"packageManager": "pnpm@10.17.1"
}