Skip to content

Commit

Permalink
feat: inline mode
Browse files Browse the repository at this point in the history
schummar committed Aug 10, 2023
1 parent 61835bf commit d61a320
Showing 11 changed files with 1,731 additions and 1,361 deletions.
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -28,44 +28,44 @@
"test:coverage": "vitest run --coverage",
"test:watch": "vitest",
"lint": "eslint --cache --cache-location=node_modules/.cache/eslint/.eslintcache --cache-strategy=content --max-warnings=0 src",
"build": "tsx src/cli.ts -k build:clean :p build:compile:*",
"build": "tsx src/cli.ts -i build:clean :p build:compile:*",
"build:clean": "rimraf \"dist/**/*\"",
"build:compile:types": "tsc",
"build:compile:index": "NODE_ENV=production esbuild --bundle --platform=node src/index.ts --outfile=dist/index.js --sourcemap --minify",
"build:compile:cli": "esbuild --bundle --platform=node src/cli.ts --outfile=dist/cli.js --sourcemap --minify --external:.",
"prepublishOnly": "tsx src/cli.ts test lint build :s publint"
"prepublishOnly": "tsx src/cli.ts -i test lint build :s publint"
},
"devDependencies": {
"@schummar/react-terminal": "1.3.1",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@schummar/react-terminal": "1.4.6",
"@types/node": "20.4.9",
"@types/react": "18.2.19",
"@types/react-reconciler": "0.28.2",
"@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.54.1",
"@vitejs/plugin-react": "3.1.0",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"@vitejs/plugin-react": "4.0.4",
"chalk": "^5.3.0",
"cleye": "1.3.2",
"esbuild": "0.17.11",
"eslint": "8.35.0",
"eslint-config-prettier": "8.7.0",
"eslint-plugin-prettier": "4.2.1",
"fast-equals": "5.0.0",
"immer": "9.0.19",
"cross-state": "0.17.0",
"esbuild": "0.19.0",
"eslint": "8.46.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.0",
"fast-equals": "5.0.1",
"multimatch": "6.0.0",
"node-pty": "0.10.1",
"prettier": "2.8.4",
"publint": "^0.1.10",
"node-pty": "1.0.0",
"prettier": "3.0.1",
"publint": "0.2.0",
"quoted-string-space-split": "1.1.1",
"react": "18.2.0",
"react-reconciler": "0.29.0",
"rimraf": "4.4.0",
"rimraf": "5.0.1",
"schummar-queue": "0.1.1",
"schummar-state": "0.4.7",
"semantic-release": "20.1.1",
"tsx": "3.12.3",
"typescript": "4.9.5",
"vite": "4.1.4",
"vitest": "0.29.2",
"xterm-headless": "5.1.0"
"semantic-release": "21.0.7",
"tsx": "3.12.7",
"typescript": "5.1.6",
"vite": "4.4.9",
"vitest": "0.34.1",
"xterm-headless": "5.2.1"
},
"files": [
"dist",
Loading

0 comments on commit d61a320

Please sign in to comment.