Skip to content

Commit

Permalink
cleanup: organise package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits committed Aug 20, 2024
1 parent 2371e94 commit 84357e3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@
"dependencies": {
"@aplosdev/boosts": "github:aplosdev/boosts",
"@csstools/normalize.css": "^12.1.1",
"@eslint/js": "^9.8.0",
"eslint": "~9.9.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.8.0",
"inter-ui": "^4.0.2",
"non.geist": "^1.0.3"
"non.geist": "^1.0.3",
"sass": "^1.77.8"
},
"scripts": {
"docs:dev": "pnpm --filter=./docs dev",
Expand All @@ -41,8 +38,11 @@
},
"homepage": "https://aplos.gxbs.me",
"devDependencies": {
"@eslint/js": "^9.9.0",
"eslint": "~9.9.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"vue": "^3.4.35"
}
}
24 changes: 12 additions & 12 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 84357e3

Please sign in to comment.