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
30 lines (30 loc) · 789 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 789 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
{
"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}\"",
"install:clean": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' + && npm install"
},
"devDependencies": {
"@rollup/plugin-json": "^6.0.1",
"eslint": "^8.48.0",
"prettier": "^3.0.3",
"quicktype": "^23.0.171",
"shadcn": "^3.3.1",
"tsconfig": "*",
"turbo": "^2.3.3"
},
"name": "karrio",
"workspaces": [
"apps/*",
"packages/*",
"ee/apps/*",
"ee/packages/*",
"ee/insiders/packages/*"
],
"packageManager": "npm@10.8.2"
}