-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.25 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
47
48
49
50
{
"name": "repository",
"private": true,
"type": "module",
"scripts": {
"lint:dev": "biome check --apply-unsafe ./",
"lint": "biome ci ./",
"type-check": "turbo run type-check",
"pub-check": "turbo run pub-check",
"test": "turbo run test",
"build": "turbo run build",
"prepare": "husky",
"changeset": "changeset",
"docs:dev": "turbo run dev --filter=docs"
},
"maintainers": [
{
"name": "Mateusz Gostański",
"email": "[email protected]"
}
],
"engines": {
"node": ">=18.0.0"
},
"devDependencies": {
"@changesets/cli": "2.27.5",
"@commitlint/cli": "18.6.1",
"@faker-js/faker": "8.4.1",
"@paralleldrive/cuid2": "2.2.2",
"@total-typescript/ts-reset": "0.5.1",
"@vitest/coverage-istanbul": "1.6.0",
"commitlint-config-gitmoji": "2.3.1",
"gitmoji-cli": "9.2.0",
"husky": "9.0.11",
"jsdom": "24.1.0",
"markdownlint-cli2": "0.13.0",
"lint-staged": "15.1.0",
"publint": "0.2.8",
"turbo": "1.13.4",
"type-fest": "4.19.0",
"typescript": "5.4.5",
"unbuild": "2.0.0",
"valibot": "0.30.0",
"vite-tsconfig-paths": "4.3.2",
"@biomejs/biome": "1.8.0",
"vitepress": "1.2.3",
"vitest": "1.6.0",
"zod": "3.23.8"
}
}