-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.67 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.67 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
52
53
54
55
56
57
58
{
"name": "@ijsto/react-slideout",
"version": "1.4.0",
"description": "Lightweight & Accessible React Slideout Component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: Sorry, test are not yet implemented. Feel free to submit a request https://github.com/ijsto/react-slideout/issues\" && exit 1",
"prepack": "yarn build",
"build": "./node_modules/.bin/babel src --out-file index.js"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/ijsto/react-slideout.git"
},
"author": "(Scott) Agirs Neminskis <scott.agirs@gmail.com>",
"bugs": {
"url": "https://github.com/ijsto/react-slideout/issues"
},
"homepage": "https://github.com/ijsto/react-slideout#readme",
"license": "ISC",
"keywords": [
"react",
"react-component",
"drawer",
"navigation",
"sidebar",
"slideout"
],
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/eslint-parser": "^7.14.2",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"@ijsto/eslint-config": "^4.1.6",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-nextjs": "^1.0.3",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {
"styled-components": "^5.0.1"
}
}