-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.57 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "react-pelm-connect",
"version": "1.2.0",
"description": "This package provides a react wrapper over Connect, a javascript plugin that allows your users to securely and seamlessly connect their utility accounts.",
"author": "Pelm",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Pelm-Technologies/react-pelm-connect.git"
},
"main": "dist/index.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"peerDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"devDependencies": {
"@types/react": "^16.14.21",
"@types/react-dom": "^16.9.14",
"@types/styled-components": "^5.1.18",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"rollup": "^1.32.1",
"rollup-plugin-sass": "^1.2.10",
"rollup-plugin-typescript2": "^0.25.3",
"typescript": "^2.9.2"
},
"files": [
"dist"
],
"keywords": [
"react",
"typescript",
"npm"
],
"bugs": {
"url": "https://github.com/Pelm-Technologies/react-pelm-connect/issues"
},
"homepage": "https://github.com/Pelm-Technologies/react-pelm-connect",
"dependencies": {
"@types/react-modal": "^3.13.1",
"@types/styled-system": "^5.1.14",
"http-proxy": "^1.18.1",
"react-modal": "^3.14.4",
"react-router-dom": "^6.2.1",
"react-script-hook": "^1.5.0",
"react-spinners": "^0.11.0",
"styled-components": "^5.3.3",
"styled-system": "^5.1.5"
}
}