-
-
Notifications
You must be signed in to change notification settings - Fork 150
/
package.json
38 lines (38 loc) · 1.16 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
37
38
{
"private": true,
"scripts": {
"build": "turbo build --filter=codehike...",
"web": "turbo dev --filter=web --filter=codehike... ",
"test": "turbo test",
"clean": "turbo clean && rm -rf node_modules",
"format": "prettier --write \"**/*.{ts,tsx,md,mdx}\"",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "changeset publish",
"canary": "pkg-pr-new publish --json=canary.json --comment=off --compact './packages/codehike'"
},
"devDependencies": {
"@changesets/read": "0.6.1",
"@changesets/cli": "2.27.1",
"@changesets/changelog-github": "0.5.0",
"@octokit/action": "7.0.0",
"@octokit/rest": "21.0.2",
"@actions/exec": "1.1.1",
"@actions/github": "6.0.0",
"prettier": "^3.1.1",
"turbo": "^1.11.2",
"pkg-pr-new": "0.0.24",
"human-id": "4.1.1",
"unified": "11.0.5",
"remark-parse": "11.0.0",
"remark-stringify": "11.0.0",
"mdast-util-to-string": "4.0.0"
},
"packageManager": "[email protected]",
"repository": "code-hike/codehike",
"homepage": "https://codehike.org",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/code-hike"
}
}