build: tidy up the monorepo in prep for v5.0.0-alpha.0
|
@ -11,3 +11,6 @@
|
|||
`embark run` to check if everything is behaving as expected.
|
||||
|
||||
`embark test` to see tests are working as expected.
|
||||
|
||||
Visit [embark.status.im](https://embark.status.im/) to get started with
|
||||
[Embark](https://github.com/embark-framework/embark).
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
"react-dom": "16.9.0",
|
||||
"zeppelin-solidity": "1.12.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"name": "embark-dapp-test-app",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -11,3 +11,6 @@
|
|||
`embark run` to check if everything is behaving as expected.
|
||||
|
||||
`embark test` to see tests are working as expected.
|
||||
|
||||
Visit [embark.status.im](https://embark.status.im/) to get started with
|
||||
[Embark](https://github.com/embark-framework/embark).
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"embark": "^4.1.1",
|
||||
"embark-reset": "^4.1.1"
|
||||
},
|
||||
"license": "MIT",
|
||||
"name": "embark-dapp-test-contracts",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# `embark-dapp-test-service`
|
||||
|
||||
> Test plugin for integration testing purposes
|
||||
|
||||
Visit [embark.status.im](https://embark.status.im/) to get started with
|
||||
[Embark](https://github.com/embark-framework/embark).
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"dependencies": {
|
||||
"haml": "0.4.3"
|
||||
},
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "embark-dapp-test-service",
|
||||
"private": true,
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"npm": ">=6.4.1",
|
||||
"yarn": ">=1.12.3"
|
||||
},
|
||||
"license": "MIT",
|
||||
"name": "root",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -73,7 +74,7 @@
|
|||
"packages/embarkjs/*",
|
||||
"packages/plugins/*",
|
||||
"packages/stack/*",
|
||||
"utils/*"
|
||||
"packages/utils/*"
|
||||
],
|
||||
"nohoist": [
|
||||
"embark-dapp-template-demo/bootstrap",
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
!/plugins/coverage
|
||||
/plugins/coverage/coverage
|
|
@ -1,6 +1,6 @@
|
|||
# `embarkjs-ipfs`
|
||||
# `embark-api-client`
|
||||
|
||||
embarkjs plugin to interact with ipfs
|
||||
> Embark api module
|
||||
|
||||
Visit [embark.status.im](https://embark.status.im/) to get started with
|
||||
[Embark](https://github.com/embark-framework/embark).
|
|
@ -4,7 +4,7 @@
|
|||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Embark api module",
|
||||
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/embark-api-client#readme",
|
||||
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/cockpit/api-client#readme",
|
||||
"bugs": "https://github.com/embark-framework/embark/issues",
|
||||
"keywords": [
|
||||
"blockchain",
|
||||
|
@ -17,7 +17,7 @@
|
|||
],
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"directory": "packages/embark-api-client",
|
||||
"directory": "packages/cockpit/api-client",
|
||||
"type": "git",
|
||||
"url": "https://github.com/embark-framework/embark.git"
|
||||
},
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"include": ["src/**/*"]
|
||||
}
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"extends": "../../../tslint.json"
|
||||
}
|
|
@ -4,7 +4,7 @@
|
|||
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||||
"contributors": [],
|
||||
"description": "Web frontend for interactive DApp development with Embark",
|
||||
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/cockpit/cockpit-ui#readme",
|
||||
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/cockpit/ui#readme",
|
||||
"bugs": "https://github.com/embark-framework/embark/issues",
|
||||
"keywords": [
|
||||
"blockchain",
|
||||
|
@ -17,7 +17,7 @@
|
|||
],
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"directory": "packages/cockpit/cockpit-ui",
|
||||
"directory": "packages/cockpit/ui",
|
||||
"type": "git",
|
||||
"url": "https://github.com/embark-framework/embark.git"
|
||||
},
|
||||
|
@ -34,9 +34,10 @@
|
|||
"prestart": "node scripts/copy-monaco-to-public dev",
|
||||
"qa": "npm-run-all lint test build",
|
||||
"reset": "npx rimraf build embark-*.tgz package public/vsdir storybook-static",
|
||||
"start": "react-scripts start",
|
||||
"start": "npm run watch",
|
||||
"storybook": "start-storybook -p 9009 -s public",
|
||||
"test": "react-scripts test --watchAll=false",
|
||||
"watch": "run-p watch:*",
|
||||
"watch:build": "react-scripts start",
|
||||
"watch:test": "react-scripts test"
|
||||
},
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 9.0 KiB After Width: | Height: | Size: 9.0 KiB |
Before Width: | Height: | Size: 802 B After Width: | Height: | Size: 802 B |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |