Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Jun 11, 2024
1 parent e17b89d commit 0803b55
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bench/heavy-npm-deps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
"dev-application": "next dev --turbo",
"build-application": "next build",
"start-application": "next start"
},
"dependencies": {
"@mantine/core": "^7.10.1",
Expand Down

0 comments on commit 0803b55

Please sign in to comment.