mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-21 23:47:58 +00:00
34 lines
884 B
JSON
34 lines
884 B
JSON
{
|
|
"version": "0.28.5",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "^10.13.0",
|
|
"yarn": "^1.10.1"
|
|
},
|
|
"homepage": ".",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"resolutions": {
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"rxjs": "^6.4.0",
|
|
"typescript": "^3.3.3333"
|
|
},
|
|
"scripts": {
|
|
"build": "polkadot-dev-build-ts && polkadot-dev-build-docs",
|
|
"check": "tslint --project . && 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.3.4",
|
|
"@babel/runtime": "^7.3.4",
|
|
"@polkadot/dev-react": "^0.25.11",
|
|
"@polkadot/ts": "^0.1.54",
|
|
"empty": "^0.10.1",
|
|
"gh-pages": "^2.0.1"
|
|
}
|
|
}
|