mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-06-14 11:21:04 +00:00
Initial add from apps
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"version": "0.22.0",
|
||||
"private": true,
|
||||
"engines": {
|
||||
"node": "^10.13.0",
|
||||
"yarn": "^1.10.1"
|
||||
},
|
||||
"homepage": ".",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
"resolutions": {
|
||||
"babel-core": "^7.0.0-bridge.0",
|
||||
"rxjs": "^6.3.2",
|
||||
"typescript": "^3.2.1"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "polkadot-dev-build-ts",
|
||||
"check": "tslint --project . && tsc --noEmit --pretty",
|
||||
"clean": "polkadot-dev-clean-build",
|
||||
"postinstall": "polkadot-dev-yarn-only",
|
||||
"test": "jest --coverage",
|
||||
"demo:identicon": "webpack-serve --config packages/ui-identicon/webpack.config.js --content packages/ui-identicon --port 3000"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.1.6",
|
||||
"@polkadot/dev-react": "^0.22.6",
|
||||
"@polkadot/ts": "^0.1.40",
|
||||
"empty": "^0.10.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user