-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 1.9 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
51
52
53
54
55
56
57
58
59
{
"private": true,
"type": "module",
"devDependencies": {
"@core-js/builder": "4.0.0-alpha.0",
"@core-js/compat": "4.0.0-alpha.0",
"@eslint/eslintrc": "^2.1.4",
"@eslint/js": "^8.57.1",
"@pnpm/types": "^12.2.0",
"@std/cli": "npm:@jsr/std__cli@^1.0.6",
"@tsconfig/node18": "^18.2.4",
"@tsconfig/strictest": "^2.0.5",
"@types/eslint__eslintrc": "^2.1.2",
"@types/eslint__js": "^8.42.3",
"@types/node": "^18.19.63",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"browserslist": "4.24.2",
"browserslist-to-esbuild": "^2.1.1",
"caniuse-lite": "1.0.30001676",
"core-js-builder": "3.39.0",
"core-js-compat": "3.39.0",
"dax-sh": "^0.42.0",
"doiuse": "^6.0.5",
"electron-to-chromium": "1.5.50",
"esbuild": "^0.24.0",
"eslint": "^8.57.1",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-formatter-table": "^7.32.1",
"eslint-plugin-compat": "^6.0.1",
"eslint-plugin-deprecation": "^3.0.0",
"gzip-size": "^7.0.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"stylelint": "^16.10.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-no-unsupported-browser-features": "^8.0.1",
"stylelint-prettier": "^5.0.2",
"ts-node": "https://asozial.beer/ts-node-241116.tgz",
"type-fest": "^4.26.1",
"typescript": "~5.6.3",
"typescript-eslint": "^8.12.2",
"typescript-eslint-language-service": "^5.0.5"
},
"packageManager": "pnpm@10.0.0-alpha.2+sha512.f18a59ca3611002321af7681e6d49234cb3ece8496b05818be5b1081168ec21b8c3d28cbb4351e2fdec66ca95e6516faaf08b95b755013c88cf5174d5029865c",
"engines": {
"npm": "0",
"yarn": "0"
},
"pnpm": {
"overrides": {
"webpack@4": "5"
},
"patchedDependencies": {
"core-js-builder@3.39.0": "patches/core-js-builder@3.39.0.patch"
}
}
}