Skip to content

Commit

Permalink
Init Lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
baku89 committed Oct 2, 2024
1 parent b72073a commit f4c277f
Show file tree
Hide file tree
Showing 4 changed files with 3,809 additions and 133 deletions.
1 change: 1 addition & 0 deletions doc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@tethr/doc",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
Expand Down
5 changes: 5 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.0.0",
"npmClient": "yarn"
}
46 changes: 24 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
{
"name": "@tethr/monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "npm run dev --w doc",
"build": "npm run build --w core",
"build:doc": "npm run build --w doc"
},
"workspaces": [
"core",
"doc",
"integrations/*"
],
"devDependencies": {
"typescript": "^5.4.5",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.2.4"
}
"name": "@tethr/monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "npm run dev --w doc",
"build": "npm run build --w core",
"build:doc": "npm run build --w doc"
},
"workspaces": [
"core",
"doc",
"integrations/*"
],
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"lerna": "^8.1.8",
"prettier": "^3.2.4",
"typescript": "^5.4.5"
},
"dependencies": {}
}
Loading

0 comments on commit f4c277f

Please sign in to comment.