-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.81 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
{
"name": "@lapidist/linting",
"version": "0.0.0",
"description": "Lapidist linting config",
"author": "Brett Dorrans <hello@lapidist.net>",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bylapidist/linting.git"
},
"bugs": {
"url": "https://github.com/bylapidist/linting/issues"
},
"homepage": "https://github.com/bylapidist/linting#readme",
"scripts": {
"lint": "eslint --config ./config/eslint.js .",
"fix": "eslint --fix --config ./config/eslint.js ."
},
"publishConfig": {
"access": "public"
},
"release": {
"analyzeCommits": {
"preset": "angular",
"releaseRules": [
{
"type": "chore",
"release": "minor"
}
]
}
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-react": "1.1.7",
"eslint-plugin-compat": "6.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"jest": "29.7.0",
"postcss-syntax": "0.36.2",
"prettier": "3.4.1",
"stylelint": "16.11.0",
"stylelint-config-css-modules": "4.4.0",
"stylelint-config-recommended": "14.0.1",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-no-unsupported-browser-features": "8.0.2",
"typescript": "5.7.2"
}
}