-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 963 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 963 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
{
"name": "ject",
"private": true,
"workspaces": [
"apps/*",
"packages/*",
"config/*"
],
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"lint": "turbo lint",
"preview": "turbo preview",
"storybook": "turbo storybook",
"storybook:jds": "turbo storybook --filter=@jects/jds",
"storybook:web": "turbo storybook --filter=ject-official-website-client",
"build-storybook": "turbo build-storybook",
"chromatic": "turbo chromatic",
"clean": "turbo clean && rm -rf node_modules",
"format": "turbo format",
"type-check": "turbo type-check"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@vercel/node": "^5.5.16",
"prettier": "^3.4.2",
"turbo": "^2.5.5",
"typescript": "~5.6.2"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=10.0.0"
},
"packageManager": "npm@10.0.0",
"optionalDependencies": {
"@rollup/rollup-darwin-arm64": "^4.53.2"
}
}