-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
27 lines (27 loc) · 1004 Bytes
/
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
{
"engines": {
"node": ">= 20"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.10.1",
"@types/node": "*",
"@types/webpack": "^5.28.5",
"betty.extension.cotton-candy": "file:./betty/extension/cotton_candy/webpack",
"betty.extension.http-api-doc": "file:./betty/extension/http_api_doc/webpack",
"betty.project.extension.maps": "file:./betty/extension/maps/webpack",
"betty.project.extension.trees": "file:./betty/extension/trees/webpack",
"betty.project.extension.webpack": "file:./betty/extension/webpack/webpack",
"eslint": "^9.15.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.13.2",
"eslint-plugin-promise": "^7.1.0",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^14.0.0",
"stylelint-no-unsupported-browser-features": "^8.0.2",
"stylelint-scss": "^6.9.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0"
},
"type": "module"
}