Skip to content

Commit

Permalink
chore: add plugin chart scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
boris-w committed Sep 13, 2024
1 parent 07b7f95 commit 10daa8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion plugins/chart/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"dev": "next dev",
"build": "next build && mv .next/static .next/standalone/plugins/chart/.next/static",
"start": "next start",
"lint": "next lint"
"lint": "next lint",
"clean": "rimraf ./.next ./out ./coverage ./tsconfig.tsbuildinfo ./node_modules/.cache ./.eslintcache",
"typecheck": "tsc --project ./tsconfig.json --noEmit",
"test": "echo \"Error: no test specified\""
},
"dependencies": {
"@hookform/resolvers": "3.3.4",
Expand Down Expand Up @@ -37,6 +40,7 @@
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"postcss": "8.4.38",
"rimraf": "5.0.5",
"tailwindcss": "3.4.1",
"typescript": "5.4.3"
}
Expand Down
4 changes: 4 additions & 0 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 10daa8b

Please sign in to comment.