-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.74 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "bundesdatenkrake",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"crawl": "ts-node -r tsconfig-paths/register --project tsconfig-crawl.json crawl/index.ts",
"crawl:dry": "DRY_RUN=1 pnpm crawl"
},
"author": "Jens Ochsenmeier <[email protected]>",
"license": "MIT",
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/node": "^18.16.1",
"@types/papaparse": "^5.3.7",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@types/swagger-ui-react": "^4.18.0",
"@types/unzip-stream": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.0.4"
},
"dependencies": {
"@anatine/zod-openapi": "^1.12.1",
"@headlessui/react": "^1.7.14",
"axios": "^1.3.6",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"dotenv": "^16.0.3",
"encoding": "^0.1.13",
"eslint-config-next": "^13.3.1",
"glob": "^10.2.2",
"lucide-react": "^0.181.0",
"next": "13.3.1",
"openapi3-ts": "^4.1.2",
"papaparse": "^5.4.1",
"playwright": "^1.33.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"swagger-ui-react": "^4.18.3",
"unzip-stream": "^0.3.1",
"zod": "^3.21.4"
}
}