aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-rollup/apps/web/package.json
blob: 95810413434ae6b1a8089e37de77a4d52e387b0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "web",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "next": "latest",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "ui": "workspace:*"
  },
  "devDependencies": {
    "@types/node": "^17.0.12",
    "@types/react": "^18.0.34",
    "@types/react-dom": "^18.0.11",
    "eslint-config-custom": "workspace:*",
    "next-transpile-modules": "^9.0.0",
    "tsconfig": "workspace:*",
    "typescript": "^4.5.3"
  }
}