-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.65 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
{
"name": "furo-react",
"version": "0.4.5",
"description": "React SDK for Furo Auth",
"type": "module",
"types": "./dist/index.d.ts",
"main": "./dist/furo-react.js",
"module": "./dist/furo-react.esm.js",
"unpkg": "./dist/furo-react.umd.js",
"exports": {
"require": "./dist/furo-react.cjs",
"default": "./dist/furo-react.modern.js"
},
"scripts": {
"build": "microbundle --jsx React.createElement --jsxFragment React.Fragment --jsxImportSource react",
"rollup": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hopae-official/furo-sdk.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hopae-official/furo-sdk/issues"
},
"homepage": "https://github.com/hopae-official/furo-sdk#readme",
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/runtime": "^7.16.7",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-image": "^2.1.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"@types/react": "^18.0.0",
"axios": "0.21.4",
"babel-loader": "^8.2.3",
"buffer": "^6.0.3",
"microbundle": "^0.14.2",
"rollup": "^2.66.1",
"rollup-plugin-jsx": "^1.0.3",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.1",
"typescript": "^4.5.5"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}