-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 868 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
30
{
"name": "tab-navigation-area",
"version": "1.0.0",
"private": true,
"description": "Focus trap",
"author": "Samuel Martinenghi",
"license": "ISC",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Hai-San/tab-navigation-area.git"
},
"bugs": {
"url": "https://github.com/Hai-San/tab-navigation-area/issues"
},
"homepage": "https://github.com/Hai-San/tab-navigation-area#readme",
"engines": {
"node": ">=16.13.0"
},
"devDependencies": {
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"stylelint": "^14.1.0",
"stylelint-order": "5.0.0"
}
}