-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 754 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 754 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
{
"name": "marble",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"db:push": "turbo db:push",
"prepare": "turbo prepare",
"predev": "turbo predev",
"start": "turbo start",
"lint": "turbo lint"
},
"private": true,
"devDependencies": {
"@marble/common": "workspace:*",
"@marble/eslint-config-custom": "workspace:*",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"eslint": "^9.39.4",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"turbo": "^2.8.14"
},
"pnpm": {
"ignoredBuiltDependencies": [
"bcrypt"
],
"onlyBuiltDependencies": [
"bcrypt"
]
},
"packageManager": "pnpm@10.28.2"
}