forked from lynx-family/lynx-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.14 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.14 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "lynx-stack",
"version": "0.0.0",
"private": true,
"description": "",
"keywords": [],
"license": "Apache-2.0",
"type": "module",
"scripts": {
"build": "tsc --build",
"prepare": "husky && ts-patch install",
"test": "vitest"
},
"lint-staged": {
"*.{ts,tsx,js,jsx,cjs,mjs,css,sass,scss,less,html,yml,yaml,rs,toml,md,json}": [
"eslint --cache --fix --no-warn-ignored --flag v10_config_lookup_from_file",
"biome lint --write --no-errors-on-unmatched --files-ignore-unknown=true",
"dprint fmt --allow-no-files --"
],
"*.rs": [
"cargo fmt --"
],
"package.json": "sort-package-json"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.29.7",
"@codspeed/vitest-plugin": "^4.0.1",
"@eslint/js": "^9.36.0",
"@eslint/markdown": "^7.3.0",
"@microsoft/api-extractor": "catalog:",
"@rsbuild/core": "catalog:rsbuild",
"@rslib/core": "^0.15.0",
"@rspack/core": "catalog:rspack",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"@tsconfig/node20": "^20.1.6",
"@tsconfig/strictest": "^2.0.6",
"@types/node": "^24.6.1",
"@typescript/native-preview": "7.0.0-dev.20251001.1",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/eslint-plugin": "^1.3.13",
"@vitest/ui": "^3.2.4",
"dprint": "^0.50.2",
"eslint": "^9.36.0",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-headers": "^1.3.3",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-n": "^17.23.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.23",
"eslint-plugin-regexp": "^2.10.0",
"eslint-plugin-unicorn": "^61.0.2",
"globals": "^16.4.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.3",
"sort-package-json": "^3.4.0",
"ts-patch": "^3.3.0",
"turbo": "^2.5.8",
"typescript": "^5.9.3",
"typescript-eslint": "^8.45.0",
"vitest": "^3.2.4"
},
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a",
"engines": {
"node": "^22 || ^24"
}
}