-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 963 Bytes
/
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
{
"name": "@polymeshassociation/extension-core",
"version": "2.3.1",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2",
"dependencies": {
"@polkadot/api-augment": "12.3.1",
"@polkadot/types-codec": "12.3.1",
"@polkadot/ui-keyring": "^3.8.3",
"@polymeshassociation/polymesh-types": "^5.15.0",
"@reduxjs/toolkit": "^1.9.7",
"crypto-js": "^4.2.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"redux-persist": "^6.0.0",
"redux-persist-webextension-storage": "^1.0.2",
"tslib": "^2.6.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "^4.17.12",
"@types/redux-logger": "^3.0.13",
"@types/redux-persist": "^4.3.1",
"@types/uuid": "^8.3.4",
"@types/webpack-env": "^1.18.5",
"redux-logger": "^3.0.6"
}
}