-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 976 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
34
35
36
37
{
"name": "@cores/dashboard",
"version": "1.0.0",
"description": "@cores/dashboard Monorepo",
"main": "index.js",
"private": true,
"scripts": {
"build": "turbo run build",
"build:api": "turbo run build --filter=@cores/api",
"build:commerce": "turbo run build --filter=@commerce/ui",
"build:definition": "turbo run build --filter=@cores/definition",
"build:eslint": "turbo run build --filter=@cores/eslint",
"testunit": "turbo run testunit",
"dev": "turbo run dev",
"dev:ui": "turbo run dev:ui",
"dev:api": "turbo run dev:api",
"dev:dashboard": "turbo run dev:dashboard",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"fuselage": "./fuselage.sh"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@types/chart.js": "^2.9.41",
"@types/js-yaml": "^4.0.9",
"turbo": "~2.0.11"
},
"workspaces": [
"apps/*",
"packages/*"
],
"license": "MIT",
"engines": {
"node": "~20.15.0"
},
"packageManager": "[email protected]"
}