-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.38 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.38 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
{
"name": "react-live-region",
"version": "1.0.2",
"description": "utility react component for offscreen live region",
"main": "build/index.js",
"peerDependencies": {
"react": "^16.13.0"
},
"private": false,
"babel": {
"presets": [
"react"
]
},
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"bundle-check": "webpack-bundle-analyzer stats.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pagesource/react-live-region.git"
},
"keywords": [
"accessibility",
"aria-live",
"live-region",
"react-live-region"
],
"author": "https://github.com/MajorSaheb",
"license": "MIT",
"bugs": {
"url": "https://github.com/pagesource/react-live-region/issues"
},
"homepage": "https://github.com/pagesource/react-live-region#readme",
"dependencies": {
"react": "^16.13.0",
"webpack": "^4.42.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^3.5.3",
"style-loader": "^1.2.0",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.11"
}
}