-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 951 Bytes
/
package.json
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
{
"name": "shovel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3044",
"playwright": "next dev --port 3045",
"build": "next build",
"start": "next start",
"lint": "next lint",
"e2e-test": "playwright test"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.1",
"@sentry/nextjs": "^8",
"@vercel/analytics": "^1.3.1",
"fast-xml-parser": "^4.5.0",
"fetch-h2": "^3.0.2",
"kysely": "^0.27.4",
"next": "14.2.3",
"node-html-parser": "^6.1.13",
"pg": "^8.13.0",
"pino": "^9.2.0",
"puppeteer": "^23.2.1",
"react": "^18",
"react-dom": "^18",
"whois": "^2.14.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"playwright": "^1.46.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}