forked from karrioapi/karrio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 825 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 825 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
{
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"dev:oss": "turbo run dev:oss",
"dev:platform": "turbo run dev:platform",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@rollup/plugin-json": "^6.0.1",
"eslint": "^8.48.0",
"prettier": "^3.0.3",
"tsconfig": "*",
"turbo": "^2.3.3"
},
"name": "karrio",
"workspaces": [
"apps/*",
"packages/*",
"ee/platform/apps/*",
"ee/platform/packages/*"
],
"dependencies": {
"@karrio/core": "*",
"@karrio/hooks": "*",
"@karrio/lib": "*",
"@karrio/types": "*",
"@karrio/ui": "*",
"@karrio/insiders": "*",
"@karrio/api": "*"
},
"packageManager": "npm@10.8.2"
}