-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.32 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.32 KB
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
{
"name": "@arkrm/bionic",
"version": "5.1.4",
"author": "vdfor",
"keywords": [
"qurak",
"arkrm",
"eslint",
"prettier",
"stylelint"
],
"license": "MIT",
"main": "dist/index.js",
"files": [
"index.js",
"eslint/**/*",
"prettier.js"
],
"repository": {
"type": "git",
"url": "https://github.com/arkrm/bionic.git"
},
"bugs": {
"url": "https://github.com/arkrm/bionic/issues"
},
"homepage": "https://github.com/arkrm/bionic#readme",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"release": "yarn publish --registry https://registry.npmjs.org",
"release:next": "yarn publish --registry https://registry.npmjs.org --tag=next",
"release:beta": "yarn publish --registry https://registry.npmjs.org --tag=beta"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.0",
"typescript": "^4.1.0"
}
}