-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 764 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 764 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
{
"name": "react-quill-monorepo",
"private": true,
"description": "Monorepo for react-quill-new: a Quill component for React.",
"license": "MIT",
"packageManager": "pnpm@9.15.0",
"scripts": {
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"dev": "turbo run dev",
"clean": "turbo run clean",
"format": "biome format --write .",
"lint:biome": "biome check .",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "changeset publish"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.27.10",
"@types/node": "^20",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
}
}