-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.66 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": "@moonwalker/pre-flight-check",
"version": "1.6.6",
"description": "Linting, formatting and tooling for :moon: :walking:",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 0",
"bump": "./scripts/bump.sh",
"release": "./scripts/release.sh"
},
"keywords": [
"eslint",
"eslint-config",
"prettier",
"prettier-config"
],
"homepage": "https://github.com/moonwalker/pre-flight-check",
"repository": {
"type": "git",
"url": "git+https://github.com/moonwalker/pre-flight-check.git"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"author": "Vio <[email protected]> ",
"dependencies": {
"@babel/core": "7.24.7",
"@babel/eslint-parser": "7.24.7",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"eslint": "8.57.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-import-resolver-webpack": "0.13.8",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2",
"husky": "9.0.11",
"lint-staged": "15.2.7",
"lodash": "4.17.21",
"prettier": "3.3.2",
"stylelint": "16.6.1",
"stylelint-config-css-modules": "4.4.0",
"stylelint-config-recommended": "14.0.1"
},
"devDependencies": {
"@release-it/conventional-changelog": "8.0.1",
"dotenv": "16.4.5",
"release-it": "17.4.0",
"typescript": "5.5.2"
}
}