mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 04:28:00 +00:00
33 lines
889 B
JSON
33 lines
889 B
JSON
{
|
|
"version": "0.42.0-beta.18",
|
|
"private": true,
|
|
"engines": {
|
|
"yarn": "^1.10.1"
|
|
},
|
|
"homepage": ".",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"resolutions": {
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"scripts": {
|
|
"build": "polkadot-dev-build-ts && polkadot-dev-build-docs",
|
|
"check": "yarn lint",
|
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx . && tsc --noEmit --pretty",
|
|
"clean": "polkadot-dev-clean-build",
|
|
"demo:identicon": "webpack-serve --config packages/ui-identicon/webpack.config.js --content packages/ui-identicon --port 3000",
|
|
"postinstall": "polkadot-dev-yarn-only",
|
|
"test": "jest --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/runtime": "^7.5.5",
|
|
"@polkadot/dev-react": "^0.30.0-beta.23",
|
|
"@polkadot/ts": "^0.1.62",
|
|
"empty": "^0.10.1",
|
|
"gh-pages": "^2.0.1"
|
|
}
|
|
}
|