Skip to content

Commit

Permalink
doc(packages): update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
chongqiangchen committed Apr 18, 2023
1 parent 98eec64 commit 91a216e
Show file tree
Hide file tree
Showing 14 changed files with 176 additions and 42 deletions.
10 changes: 10 additions & 0 deletions .changeset/neat-tips-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"solive-docusaurus-theme-code": patch
"solive-compiler-utils": patch
"solive-provider": patch
"solive-tsconfig": patch
"solive-core": patch
"solive-solc": patch
---

update package info
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"pre-commit": "lint-staged --no-stash",
"clean": "rimraf **/dist && rimraf node_modules **/node_modules"
},
"keywords": [],
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
Expand Down Expand Up @@ -67,8 +66,6 @@
"uuid": "^8.3.2",
"webpack": "^5.77.0"
},
"author": "",
"license": "ISC",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down
7 changes: 6 additions & 1 deletion packages/compiler-utils/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## Solive Compiler Utils


Solidity Compiler helper tool

### Demo
- Check demo website: https://solive.wtf

### DOC
- Check doc website: https://solive-doc.vercel.app
21 changes: 20 additions & 1 deletion packages/compiler-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,24 @@
"devDependencies": {
"@types/semver": "^7.3.13",
"solive-tsconfig": "workspace:*"
}
},
"repository": {
"type": "git",
"url": "https://github.com/WTFAcademy/solive",
"directory": "packages/compiler-utils"
},
"keywords": [
"solidity",
"monaco-editor",
"solidity-editor",
"solive",
"compiler",
"compiler-utils"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/WTFAcademy/solive/issues"
},
"homepage": "https://github.com/WTFAcademy/solive",
"author": "WTFAcademy"
}
6 changes: 6 additions & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Solive Core

Core package for solive

### Demo
- Check demo website: https://solive.wtf

### DOC
- Check doc website: https://solive-doc.vercel.app
27 changes: 22 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solive-core",
"version": "0.0.1",
"description": "",
"description": "Solidity Monaco Editor Core Library",
"main": "dist/index.js",
"module": "dist/index.es.js",
"files": [
Expand All @@ -13,9 +13,6 @@
"start:css": "tailwindcss -i src/index.css -o dist/index.css --watch",
"build:css": "NODE_ENV=production tailwindcss -i src/index.css -o dist/index.css -m"
},
"keywords": [],
"author": "",
"license": "ISC",
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
Expand Down Expand Up @@ -57,5 +54,25 @@
"solive-compiler-utils": "workspace:*",
"solive-provider": "workspace:*",
"solive-solc": "workspace:*"
}
},
"repository": {
"type": "git",
"url": "https://github.com/WTFAcademy/solive",
"directory": "packages/core"
},
"keywords": [
"react",
"solidity",
"monaco-editor",
"solidity-editor",
"solive",
"solive-editor",
"solive-core"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/WTFAcademy/solive/issues"
},
"homepage": "https://github.com/WTFAcademy/solive",
"author": "WTFAcademy"
}
11 changes: 7 additions & 4 deletions packages/docusaurus-plugin/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Docusaurus Solive
=================================
## Docusaurus Solidity Plugin

A Docusaurus v2 plugin that supports referencing code examples from public GitHub repositories.
A Docusaurus v2 plugin that supports solidity code live.

> Note: this theme plugin requires [Docusaurus v2](https://v2.docusaurus.io/)
### Demo
- Check demo website: https://solive.wtf

### DOC
- Check doc website: https://solive-doc.vercel.app
35 changes: 21 additions & 14 deletions packages/docusaurus-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,6 @@
"test": "jest",
"start": "tsc --watch"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"docusarus"
],
"author": "WTF",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"devDependencies": {
"@types/node": "^17.0.38",
"@types/react": "^18.0.0",
Expand All @@ -51,5 +38,25 @@
"@docusaurus/types": "^2.3.1",
"solive-core": "workspace:*",
"uuid": "^8.3.2"
}
},
"repository": {
"type": "git",
"url": "https://github.com/WTFAcademy/solive",
"directory": "packages/docusaurus-theme-code"
},
"keywords": [
"solidity",
"monaco-editor",
"solidity-editor",
"solive",
"docusaurus",
"docusaurus-plugin",
"docusaurus-theme"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/WTFAcademy/solive/issues"
},
"homepage": "https://github.com/WTFAcademy/solive",
"author": "WTFAcademy"
}
6 changes: 6 additions & 0 deletions packages/provider/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Solive Provider

use Evm VM to run solidity code

### Demo
- Check demo website: https://solive.wtf

### DOC
- Check doc website: https://solive-doc.vercel.app
27 changes: 22 additions & 5 deletions packages/provider/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solive-provider",
"version": "0.0.1",
"description": "",
"description": "Ethereum VM Provider",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -11,9 +11,6 @@
"tsc": "tsc",
"lint": "eslint 'src/**/*.{js,ts}'"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"lodash.merge": "^4.6.2",
"npm-run-all": "^4.1.5",
Expand All @@ -28,5 +25,25 @@
"js-sha3": "^0.8.0",
"bn.js": "5.2.1",
"hash.js": "1.1.7"
}
},
"repository": {
"type": "git",
"url": "https://github.com/WTFAcademy/solive",
"directory": "packages/provider"
},
"keywords": [
"solidity",
"monaco-editor",
"solidity-editor",
"solive",
"vm-provider",
"evm",
"provider"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/WTFAcademy/solive/issues"
},
"homepage": "https://github.com/WTFAcademy/solive",
"author": "WTFAcademy"
}
11 changes: 9 additions & 2 deletions packages/solc/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Solive Provider
## Solive Solc

Solidity Contract Compiler Tool - Browser Supported

### Demo
- Check demo website: https://solive.wtf

### DOC
- Check doc website: https://solive-doc.vercel.app

use Evm VM to run solidity code
26 changes: 21 additions & 5 deletions packages/solc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solive-solc",
"version": "0.0.1",
"description": "",
"description": "Solidity Contract Compiler Tool - Browser Supported",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -10,13 +10,29 @@
"tsc": "tsc",
"lint": "eslint 'src/**/*.{js,ts}'"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"solive-tsconfig": "workspace:*"
},
"dependencies": {
"solc": "^0.8.19"
}
},
"repository": {
"type": "git",
"url": "https://github.com/WTFAcademy/solive",
"directory": "packages/solc"
},
"keywords": [
"solidity",
"monaco-editor",
"solidity-editor",
"solive",
"solc",
"compiler"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/WTFAcademy/solive/issues"
},
"homepage": "https://github.com/WTFAcademy/solive",
"author": "WTFAcademy"
}
6 changes: 6 additions & 0 deletions packages/tsconfig/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Solive tsConfig

tsConfig for solive

### Demo
- Check demo website: https://solive.wtf

### DOC
- Check doc website: https://solive-doc.vercel.app
22 changes: 20 additions & 2 deletions packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "solive-tsconfig",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"build": "echo 'nothing to build'"
},
Expand All @@ -15,5 +14,24 @@
},
"nx": {
"ignore": true
}
},
"repository": {
"type": "git",
"url": "https://github.com/WTFAcademy/solive",
"directory": "packages/tsconfig"
},
"keywords": [
"react",
"solidity",
"monaco-editor",
"solidity-editor",
"solive",
"tsconfig"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/WTFAcademy/solive/issues"
},
"homepage": "https://github.com/WTFAcademy/solive",
"author": "WTFAcademy"
}

0 comments on commit 91a216e

Please sign in to comment.