Skip to content

Commit

Permalink
chore: remove unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Oct 22, 2024
1 parent ec3fff8 commit 14dd909
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 145 deletions.
2 changes: 2 additions & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
"@angular/platform-browser-dynamic": "^18.2.8",
"@angular/platform-server": "^18.2.8",
"@shikijs/transformers": "^1.20.0",
"@types/lodash.template": "^4.5.3",
"lodash.template": "^4.5.0",
"typescript": "~5.5.0"
}
}
12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"scripts": {
"build": "unbuild",
"dev": "cross-env DEBUG=shadcn-ng REGISTRY_URL=http://localhost:4321/r esno src/cli.ts",
"dev": "cross-env REGISTRY_URL=http://localhost:4321/r esno src/cli.ts",
"docs": "nr -C docs dev",
"docs:build": "nr -C docs build",
"lint": "eslint .",
Expand All @@ -53,18 +53,13 @@
"@clack/prompts": "^0.7.0",
"astro-eslint-parser": "^1.0.3",
"commander": "^12.1.0",
"consola": "^3.2.3",
"cosmiconfig": "^8.1.3",
"deepmerge": "^4.3.1",
"diff": "^5.1.0",
"eslint-plugin-astro": "^1.2.4",
"execa": "^7.0.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.1.0",
"https-proxy-agent": "^6.2.0",
"lodash.template": "^4.5.0",
"node-fetch": "^3.3.0",
"ora": "^6.1.2",
"picocolors": "^1.1.0",
"stringify-object": "^5.0.0",
"ts-morph": "^18.0.0",
Expand All @@ -74,17 +69,12 @@
},
"devDependencies": {
"@antfu/eslint-config": "^3.3.2",
"@antfu/utils": "^0.7.10",
"@prettier/plugin-xml": "^3.4.1",
"@types/debug": "^4.1.12",
"@types/diff": "^5.0.3",
"@types/fs-extra": "^11.0.1",
"@types/lodash.template": "^4.5.1",
"@types/node": "^22.5.4",
"@types/stringify-object": "^4.0.5",
"bumpp": "^9.5.2",
"cross-env": "^7.0.3",
"debug": "^4.3.7",
"eslint": "^9.9.1",
"eslint-plugin-format": "^0.1.2",
"esno": "^4.7.0",
Expand Down
144 changes: 10 additions & 134 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 14dd909

Please sign in to comment.