-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 824 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 824 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
{
"name": "solid-playground-restructured",
"version": "1.0.0",
"private": true,
"description": "",
"keywords": [],
"author": "",
"workspaces": [
"./packages/*"
],
"type": "module",
"scripts": {
"start": "cd packages/playground && pnpm start",
"build": "cd packages/playground && pnpm build",
"dev": "cd packages/playground && pnpm dev",
"format": "oxfmt .",
"lint": "oxlint ."
},
"devDependencies": {
"@changesets/cli": "2.31.0",
"@oxlint/plugins": "^1.61.0",
"@unocss/preset-wind3": "^66.6.8",
"jiti": "^2.6.1",
"oxfmt": "^0.46.0",
"oxlint": "^1.61.0",
"synckit": "^0.11.12",
"unocss": "^66.6.8"
},
"packageManager": "pnpm@10.33.2",
"pnpm": {
"patchedDependencies": {
"monaco-editor": "patches/monaco-editor.patch"
}
}
}