-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.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": "^1000.0.0",
"@std/cli": "npm:@jsr/std__cli@^1.0.9",
"@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.68",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"browserslist": "4.24.3",
"browserslist-to-esbuild": "^2.1.1",
"caniuse-lite": "1.0.30001690",
"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.76",
"esbuild": "^0.24.2",
"eslint": "^8.57.1",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-formatter-table": "^7.32.1",
"eslint-plugin-compat": "^6.0.2",
"eslint-plugin-deprecation": "^3.0.0",
"gzip-size": "^7.0.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"stylelint": "^16.12.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-no-unsupported-browser-features": "^8.0.2",
"stylelint-prettier": "^5.0.2",
"ts-node": "https://asozial.beer/ts-node-241116.tgz",
"type-fest": "^4.31.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.19.0",
"typescript-eslint-language-service": "^5.0.5"
},
"packageManager": "pnpm@10.0.0-rc.2+sha512.b6e59b96f90ca92449ac2f6dca9b430880448fc97d21f0fa9200e3d5ddb5289ad535255400554f7f3486e2d60058492161aaa9b58828e81f50c096718be9d156",
"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"
}
}
}