forked from Anastasia-Labs/lucid-evolution
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 818 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 818 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
{
"name": "lucid-evolution",
"private": true,
"scripts": {
"build-cache": "turbo build --cache-dir=.turbo",
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"format-check": "prettier --check \"**/*.{ts,tsx,md}\"",
"test": "turbo test",
"clean": "turbo clean && rm -rf node_modules",
"publish-packages": "turbo run build && changeset version && changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@lucid-evolution/eslint-config": "workspace:*",
"@lucid-evolution/typescript-config": "workspace:*",
"prettier": "^3.2.5",
"turbo": "2.4.4"
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.12.3"
}