-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "browser-link-for-port-apps-react-component",
"version": "1.0.0",
"description": "Login widget (react) creates a connection to Port app (using QR code, magnet link or simple copy-paste function).",
"author": "ZeroPass:NejcSkerjanc",
"license": "Apache-2.0",
"repository": "ZeroPass/browser-link-for-port-apps-react-component",
"main": "dist/index.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"dependencies": {
"babel-preset-react": "^6.24.1"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^16.3.13",
"@types/react-dom": "^16.0.5",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^1.32.1",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-typescript2": "^0.25.3",
"typescript": "^2.8.3"
},
"files": [
"dist"
],
"keywords": [
"react",
"typescript",
"npm"
]
}