-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·46 lines (46 loc) · 1.09 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "multiui",
"private": true,
"license": "MIT",
"author": "Multinite",
"description": "The first and only Component Framework.",
"repository": {
"type": "git",
"url": "git+https://github.com/multinite/multiui.git"
},
"displayName": "MultiUI",
"homepage": "https://multiui.org",
"sponsor": {
"url": "https://github.com/sponsors/Multinite"
},
"readme": "README.md",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"release": "changeset publish --access public",
"db:studio": "turbo run db:studio",
"db:push": "turbo run db:push",
"cli:run": "node packages/multiui-cli/dist/index.js"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"prettier": "^3.2.5",
"turbo": "^2.2.3",
"typescript": "^5.4.5"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"@vercel/analytics": "^1.3.1",
"drizzle-orm": "^0.32.1"
},
"version": ""
}