-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.87 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@bonuz/webxauth-ui",
"version": "0.1.0-development",
"repository": {
"type": "git",
"url": "https://github.com/webXauth/webXauth-ui.git"
},
"bugs": {
"url": "https://github.com/webXauth/webXauth-ui/issues"
},
"homepage": "https://github.com/webXauth/webXauth-ui#readme",
"description": "WebXAuth",
"keywords": [
"web2",
"web3",
"webauth",
"webxauth",
"auth",
"authentication"
],
"author": "Mostafa Talaat <mostafatalaat770@gmail.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"module": "lib/index.esm.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"devDependencies": {
"@babel/core": "^7.19.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-typescript": "^8.5.0",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-interactions": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/builder-webpack5": "^6.5.10",
"@storybook/manager-webpack5": "^6.5.10",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.10",
"@storybook/testing-library": "^0.0.13",
"@svgr/rollup": "^6.3.1",
"@types/react": "^18.0.19",
"babel-loader": "^8.2.5",
"classnames": "^2.3.2",
"postcss": "^8.4.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^3.0.2",
"rollup": "^2.79.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.54.9",
"sass-loader": "^13.0.2",
"typescript": "^4.8.3",
"semantic-release": "^19.0.5"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build": "rimraf lib && rollup -c",
"semantic-release": "semantic-release"
}
}