mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 11:28:00 +00:00
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"version": "0.43.0-beta.7",
|
|
"private": true,
|
|
"engines": {
|
|
"yarn": "^1.10.1"
|
|
},
|
|
"homepage": ".",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"resolutions": {
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"typescript": "^3.6.2"
|
|
},
|
|
"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:react": "webpack-serve --config packages/react-identicon/webpack.config.js --content packages/react-identicon --port 3000",
|
|
"demo:identicon:vue": "webpack-serve --config packages/vue-identicon/webpack.config.js --content packages/vue-identicon --port 3000",
|
|
"postinstall": "polkadot-dev-yarn-only",
|
|
"test": "jest --coverage --runInBand",
|
|
"test:one": "jest"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"@babel/runtime": "^7.5.5",
|
|
"@polkadot/dev-react": "^0.31.0-beta.6",
|
|
"@polkadot/ts": "^0.1.70",
|
|
"babel-plugin-transform-vue-template": "^0.4.2",
|
|
"empty": "^0.10.1",
|
|
"gh-pages": "^2.1.1",
|
|
"webpack-serve": "^3.1.1"
|
|
}
|
|
}
|