aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/envshare/package.json
blob: d5325350dc3f2e11d75b5e1baffd40cc8b74c2fc (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "name": "envshare",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "test": "jest --collect-coverage",
    "fmt": "pnpm rome check . --apply-suggested && pnpm rome format . --write"
  },
  "dependencies": {
    "@heroicons/react": "^2.0.13",
    "@next/font": "13.1.1",
    "@tailwindcss/forms": "^0.5.3",
    "@types/node": "18.11.18",
    "@types/react": "18.0.26",
    "@types/react-dom": "18.0.10",
    "@upstash/redis": "^1.19.1",
    "@vercel/analytics": "0.1.7-beta.1",
    "@vercel/og": "^0.0.27",
    "base-x": "^4.0.0",
    "eslint": "8.31.0",
    "eslint-config-next": "13.1.1",
    "next": "13.1.1",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "typescript": "4.9.4",
    "zod": "^3.20.2"
  },
  "devDependencies": {
    "@jest/globals": "^29.3.1",
    "@types/jest": "^29.2.5",
    "autoprefixer": "^10.4.13",
    "jest": "^29.3.1",
    "postcss": "^8.4.21",
    "rome": "^11.0.0",
    "tailwindcss": "^3.2.4",
    "ts-jest": "^29.0.5"
  }
}