-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1016 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 1016 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
{
"private": true,
"scripts": {
"setup:registry": "pnpm dlx dotenv-cli -c -- pnpm config set --global \"@tiptap-pro:registry\" https://registry.tiptap.dev/ && pnpm config set \"//registry.tiptap.dev/:_authToken\" $TIPTAP_PRO_TOKEN",
"setup:registry_ci": "pnpm config set --global \"@tiptap-pro:registry\" https://registry.tiptap.dev/ && pnpm config set \"//registry.tiptap.dev/:_authToken\" $TIPTAP_PRO_TOKEN",
"build": "dotenv -c -- turbo run build --no-daemon",
"dev": "dotenv -c development -- turbo run dev --parallel",
"db:push": "dotenv -c -- turbo run db:push",
"codegen": "turbo run codegen",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.2",
"eslint": "^8.57.1",
"next": "^14.2.5",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.7",
"tsconfig": "workspace:*",
"turbo": "^2.1.0"
},
"name": "othi-monorepo"
}