mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
b0355e13d0
skip-checks: true
55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/ui/issues",
|
|
"homepage": "https://github.com/polkadot-js/ui#readme",
|
|
"license": "Apache-2.0",
|
|
"packageManager": "yarn@3.2.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/ui.git"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"version": "2.11.2-3-x",
|
|
"versions": {
|
|
"git": "2.11.2-3-x",
|
|
"npm": "2.11.1"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "polkadot-dev-build-ts",
|
|
"build:release": "polkadot-ci-ghact-build",
|
|
"build:rollup": "polkadot-exec-rollup --config",
|
|
"clean": "polkadot-dev-clean-build",
|
|
"example:react": "yarn build && cd packages/example-react && yarn polkadot-exec-webpack --config webpack.config.cjs",
|
|
"example:vue": "yarn build && cd packages/example-vue && yarn polkadot-exec-webpack --config webpack.config.cjs",
|
|
"lint": "polkadot-dev-run-lint",
|
|
"postinstall": "polkadot-dev-yarn-only",
|
|
"test": "polkadot-dev-run-test --coverage --runInBand",
|
|
"test:one": "polkadot-dev-run-test"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.12",
|
|
"@babel/runtime": "^7.20.13",
|
|
"@polkadot/dev": "^0.68.6",
|
|
"@polkadot/x-bundle": "^10.3.1",
|
|
"@types/jest": "^29.4.0",
|
|
"babel-loader": "^8.3.0",
|
|
"babel-plugin-transform-vue-template": "^0.4.2",
|
|
"empty": "^0.10.1",
|
|
"process": "^0.11.10",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-is": "^18.2.0",
|
|
"react-native": "^0.71.2",
|
|
"stream-browserify": "^3.0.0",
|
|
"vue-template-compiler": "^2.7.14"
|
|
},
|
|
"resolutions": {
|
|
"typescript": "^4.9.5"
|
|
}
|
|
}
|