-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.5 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
{
"name": "jsonschema-extractor",
"version": "0.1.0",
"type": "module",
"description": "",
"license": "MPL-2.0",
"private": true,
"engines": {
"node": ">=16.17 >=18.3 >=20"
},
"main": "index.js",
"keywords": [],
"scripts": {
"format": "hyperupcall-scripts-nodejs format",
"lint": "hyperupcall-scripts-nodejs lint"
},
"dependencies": {
"@angular-eslint/eslint-plugin": "^19.0.2",
"@biomejs/biome": "^1.9.4",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-unicorn": "^56.0.1",
"eslint-plugin-vue": "^9.32.0",
"stylelint": "^16.12.0",
"stylelint-a11y": "^1.2.3",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-declaration-strict-value": "^1.10.6",
"stylelint-no-unsupported-browser-features": "^8.0.2",
"stylelint-order": "^6.0.4",
"stylelint-plugin-defensive-css": "^1.0.4",
"stylelint-prettier": "^5.0.2",
"stylelint-react-native": "^2.7.0",
"stylelint-scss": "^6.10.0",
"stylelint-selector-bem-pattern": "^4.0.1",
"tslint": "^6.1.3"
},
"devDependencies": {
"@hyperupcall/eslint-config": "link:/home/edwin/Documents/eslint-config-hyperupcall",
"@hyperupcall/markdownlint-config": "^0.3.2",
"@hyperupcall/scripts-nodejs": "0.2.3",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"markdownlint": "^0.37.2"
},
"markdownlint-cli2": {
"extends": "./node_modules/@hyperupcall/markdownlint-config/.markdownlint.json"
},
"prettier": "@hyperupcall/scripts-nodejs/config-prettier.js"
}