File size: 605 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "bench-heavy-npm-deps",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev-turbopack": "next dev --turbopack",
    "dev-webpack": "next dev",
    "build-turbopack": "next build --turbopack",
    "build-webpack": "next build",
    "start-turbopack": "next start",
    "start-webpack": "next start",
    "build-application": "next build",
    "start-application": "next start"
  },
  "dependencies": {
    "@mantine/core": "^7.10.1",
    "lodash-es": "^4.17.21",
    "lucide-react": "^0.383.0",
    "mermaid": "^10.9.1",
    "next": "workspace:*",
    "tailwindcss": "3.2.7"
  }
}