-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 910 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 910 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
34
35
36
37
{
"name": "youde",
"version": "0.0.1",
"description": "Youde resource navigation",
"keywords": [
"youde",
"resource",
"navigation"
],
"author": "Javionlog",
"license": "MIT",
"packageManager": "pnpm@9.0.0",
"engines": {
"node": ">=22.17.1"
},
"scripts": {
"prepare": "husky",
"start:dev": "turbo run start:dev",
"start:prod": "turbo run start:prod",
"build:dev": "turbo run build:dev",
"build:prod": "turbo run build:prod",
"check": "turbo run check",
"lint-staged": "turbo run lint-staged"
},
"devDependencies": {
"@biomejs/biome": "2.1.1",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@commitlint/types": "^19.8.1",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"turbo": "^2.5.4",
"typescript": "^5.9.2",
"vite": "8.0.0-beta.1",
"vite-tsconfig-paths": "^5.1.4"
}
}