-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.79 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.79 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
68
69
70
{
"name": "junat.live",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"check-types": "turbo run check-types",
"start": "turbo run start",
"test": "turbo run test",
"lint:ws": "pnpm dlx sherif@latest -r unsync-similar-dependencies",
"postinstall": "pnpm lint:ws",
"build-storybook": "turbo run build-storybook",
"coverage": "turbo run coverage"
},
"devDependencies": {
"@junat/prettier": "workspace:^",
"@turbo/gen": "^2.6.3",
"c8": "^10.1.3",
"shx": "^0.4.0",
"turbo": "^2.6.3",
"vitest": "catalog:"
},
"prettier": "@junat/prettier",
"engines": {
"node": ">=20"
},
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
"pnpm": {
"overrides": {
"glob-parent@<5.1.2": ">=5.1.2",
"trim@<0.0.3": ">=0.0.3",
"trim-newlines@<3.0.1": ">=3.0.1",
"ansi-regex": "3.0.1",
"psl": "github:lupomontero/psl#a789d0381c886da02eb8594da0761860657c08ba",
"whatwg-url@<9": "^9.0.0"
},
"onlyBuiltDependencies": [
"@sentry/cli",
"@swc/core",
"core-js",
"core-js-pure",
"esbuild",
"fsevents",
"msw",
"sharp"
],
"peerDependencyRules": {
"allowedVersions": {
"@types/react": "19.x",
"react": "19.x",
"react-dom": "19.x",
"eslint": "9.x",
"esbuild": "0.25.x"
},
"ignoreMissing": [
"react",
"react-dom",
"postcss"
]
}
},
"nextBundleAnalysis": {
"budget": null,
"budgetPercentIncreaseRed": 10,
"minimumChangeThreshold": 500,
"showDetails": true
}
}