@xylabs/react-identicon 2.12.14 → 2.12.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -57
package/package.json
CHANGED
|
@@ -13,63 +13,22 @@
|
|
|
13
13
|
"packages/*"
|
|
14
14
|
],
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@
|
|
17
|
-
"
|
|
18
|
-
"@ethersproject/abstract-signer": "^5.6.2",
|
|
19
|
-
"@ethersproject/providers": "^5.6.8",
|
|
20
|
-
"@metamask/providers": "^8.1.1",
|
|
21
|
-
"@mui/icons-material": "^5.8.2",
|
|
22
|
-
"@mui/material": "^5.8.2",
|
|
23
|
-
"@mui/styles": "^5.8.0",
|
|
24
|
-
"@xylabs/pixel": "^1.3.9",
|
|
25
|
-
"@xylabs/react-flexbox": "^2.12.14",
|
|
26
|
-
"@xylabs/sdk-js": "^2.5.7",
|
|
27
|
-
"axios": "^0.27.2",
|
|
28
|
-
"lodash": "^4.17.21",
|
|
29
|
-
"md5": "^2.3.0",
|
|
30
|
-
"numeral": "^2.0.6",
|
|
31
|
-
"query-string": "^7.1.1",
|
|
32
|
-
"react-helmet": "^6.1.0",
|
|
33
|
-
"react-router-dom": "^6.3.0"
|
|
16
|
+
"@xylabs/react-flexbox": "^2.12.15",
|
|
17
|
+
"md5": "^2.3.0"
|
|
34
18
|
},
|
|
35
19
|
"description": "Common React library for all XY Labs projects that use React",
|
|
36
20
|
"devDependencies": {
|
|
37
21
|
"@babel/core": "^7.18.2",
|
|
38
22
|
"@babel/preset-env": "^7.18.2",
|
|
39
|
-
"@storybook/addon-actions": "^6.5.6",
|
|
40
|
-
"@storybook/addon-docs": "^6.5.6",
|
|
41
|
-
"@storybook/addon-essentials": "^6.5.6",
|
|
42
|
-
"@storybook/addon-interactions": "^6.5.6",
|
|
43
|
-
"@storybook/addon-links": "^6.5.6",
|
|
44
|
-
"@storybook/addons": "^6.5.6",
|
|
45
|
-
"@storybook/api": "^6.5.6",
|
|
46
|
-
"@storybook/builder-webpack5": "^6.5.6",
|
|
47
|
-
"@storybook/components": "^6.5.6",
|
|
48
|
-
"@storybook/core-events": "^6.5.6",
|
|
49
|
-
"@storybook/manager-webpack5": "^6.5.6",
|
|
50
|
-
"@storybook/react": "^6.5.6",
|
|
51
|
-
"@storybook/testing-library": "^0.0.11",
|
|
52
|
-
"@storybook/theming": "^6.5.6",
|
|
53
|
-
"@types/lodash": "^4.14.182",
|
|
54
23
|
"@types/md5": "^2.3.2",
|
|
55
|
-
"@types/numeral": "^2.0.2",
|
|
56
24
|
"@types/react": "^18.0.10",
|
|
57
|
-
"@types/react-dom": "^18.0.5",
|
|
58
|
-
"@types/react-helmet": "^6.1.5",
|
|
59
25
|
"@xylabs/eslint-config-react": "^2.1.5",
|
|
60
26
|
"@xylabs/ts-scripts": "^1.0.66",
|
|
61
27
|
"@xylabs/tsconfig": "^1.0.13",
|
|
62
|
-
"copyfiles": "^2.4.1",
|
|
63
|
-
"depcheck": "^1.4.3",
|
|
64
|
-
"eslint": "^8.17.0",
|
|
65
28
|
"react": "^18.1.0",
|
|
66
29
|
"react-dom": "^18.1.0",
|
|
67
|
-
"rimraf": "^3.0.2",
|
|
68
|
-
"storybook-dark-mode": "^1.1.0",
|
|
69
30
|
"ts-node": "^10.8.1",
|
|
70
|
-
"
|
|
71
|
-
"typescript": "^4.7.3",
|
|
72
|
-
"webpack": "^5.73.0"
|
|
31
|
+
"typescript": "^4.7.3"
|
|
73
32
|
},
|
|
74
33
|
"peerDependencies": {
|
|
75
34
|
"react": "*",
|
|
@@ -114,20 +73,8 @@
|
|
|
114
73
|
"type": "git",
|
|
115
74
|
"url": "https://github.com/xylabs/sdk-react.git"
|
|
116
75
|
},
|
|
117
|
-
"scripts": {
|
|
118
|
-
"build-storybook": "build-storybook",
|
|
119
|
-
"deploy": "yarn version patch -i && yarn build && yarn npm publish",
|
|
120
|
-
"lint-pkg": "npmPkgJsonLint .",
|
|
121
|
-
"start": "start-storybook -p 6006",
|
|
122
|
-
"copy-images": "yarn copy-images-esm && yarn copy-images-cjs",
|
|
123
|
-
"copy-images-esm": "copyfiles -u 1 \"src/**/*.svg\" \"src/**/*.jpg\" \"src/**/*.gif\" \"src/**/*.png\" dist/esm",
|
|
124
|
-
"copy-images-cjs": "copyfiles -u 1 \"src/**/*.svg\" \"src/**/*.jpg\" \"src/**/*.gif\" \"src/**/*.png\" dist/cjs",
|
|
125
|
-
"test": "env TS_NODE_PROJECT=\"tsconfig.test.json\" mocha -r ts-node/register 'src/**/*.spec.ts'",
|
|
126
|
-
"build": "yarn clean && tsc -p tsconfig.build.cjs.json && tsc -p tsconfig.build.esm.json && yarn copy-images && yarn gen:docs",
|
|
127
|
-
"gen:docs": "typedoc ./src/index.ts --json ./dist/docs.json --tsconfig ./tsconfig.json"
|
|
128
|
-
},
|
|
129
76
|
"sideEffects": false,
|
|
130
77
|
"types": "dist/esm/index.d.ts",
|
|
131
|
-
"version": "2.12.
|
|
78
|
+
"version": "2.12.15",
|
|
132
79
|
"packageManager": "yarn@3.1.1"
|
|
133
80
|
}
|