-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.02 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "context-react-modal",
"version": "1.2.4",
"description": "Wrapper for context modals",
"main": "dist/index.js",
"keywords": [
"react",
"react-component",
"modal",
"context-modal"
],
"authors": [
"Bogdan"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bogdanq/modal_context.git"
},
"bugs": "https://github.com/bogdanq/modal_context/issues",
"homepage": "https://github.com/bogdanq/modal_context",
"scripts": {
"demo": "parcel --out-dir demo/dist demo/index.html",
"build": "tsc"
},
"dependencies": {
"react-cookie": "^4.0.1",
"styled-components": "4.3.2"
},
"devDependencies": {
"@types/node": "12.11.7",
"@types/react-dom": "16.9.3",
"@types/styled-components": "^4.1.20",
"parcel-bundler": "1.12.4",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-scripts": "3.2.0",
"typescript": "3.6.4"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}