-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 877 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
32
33
{
"name": "@rescript-ink/project",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "rescript build",
"start": "rescript build -w",
"clean": "rescript clean",
"format": "rescript format **/*.res",
"changeset": "changeset",
"ci:version": "changeset version"
},
"devDependencies": {
"@changesets/cli": "^2.26.0",
"@rescript-ink/ink-big-text": "workspace:^",
"@rescript-ink/ink-link": "workspace:^",
"@rescript-ink/ink-spinner": "workspace:^",
"@rescript-ink/ink-text-input": "workspace:^",
"@rescript/react": "^0.10.3",
"chance": "^1.1.9",
"ink": "^3.2.0",
"ink-big-text": "^1.2.0",
"ink-link": "^2.0.1",
"ms": "^2.1.3",
"p-queue": "^6.6.2",
"react": "^18.2.0",
"rescript": "^10.0.1",
"rescript-ink": "workspace:^"
},
"packageManager": "[email protected]"
}