1234567891011121314151617181920 |
- {
- "name": "@polkadot/app-settings",
- "private": true,
- "version": "0.51.1",
- "description": "Settings management",
- "main": "index.js",
- "scripts": {},
- "author": "Jaco Greeff <jacogr@gmail.com>",
- "maintainers": [
- "Jaco Greeff <jacogr@gmail.com>"
- ],
- "license": "Apache-2.0",
- "dependencies": {
- "@babel/runtime": "^7.10.5",
- "@polkadot/apps-config": "0.51.1",
- "@polkadot/react-components": "0.51.1",
- "@polkadot/react-query": "0.51.1",
- "query-string": "^6.13.1"
- }
- }
|