-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 962 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
28
29
{
"name": "frontend.configs",
"version": "1.3.0",
"description": "Configs for frontend",
"repository": "https://github.com/SkyGopnik/frontend.configs",
"author": "SkyGopnik",
"license": "MIT",
"dependencies": {
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@stylistic/eslint-plugin": "1.7.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"commitlint": "18.4.3",
"eslint": "8.57.0",
"eslint-plugin-import-helpers": "1.3.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unused-imports": "3.1.0",
"stylelint": "15.4.0",
"stylelint-config-standard-scss": "7.0.1",
"stylelint-order": "6.0.2",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-prettier": "5.2.1",
"prettier": "3.3.3",
"eslint-import-resolver-typescript": "3.6.3"
}
}