-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 928 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
31
32
33
34
35
36
37
38
{
"name": "@bdchauvette/react-blink",
"version": "1.0.2",
"description": "<blink> for the 21st century",
"author": "Ben Chauvette <[email protected]>",
"license": "0BSD",
"keywords": [
"react",
"blink"
],
"homepage": "https://github.com/bdchauvette/react-blink#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/bdchauvette/react-blink.git"
},
"bugs": {
"url": "https://github.com/bdchauvette/react-blink/issues"
},
"scripts": {
"test": "jest",
"lint": "eslint *.js"
},
"main": "index.js",
"dependencies": {},
"peerDependencies": {
"react": ">=16.3.0"
},
"devDependencies": {
"eslint": "7.10.0",
"eslint-config-prettier": "6.12.0",
"eslint-plugin-compat": "3.8.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.3",
"prettier": "2.1.2",
"react": "16.5.2",
"react-dom": "16.13.1"
}
}