-
Notifications
You must be signed in to change notification settings - Fork 165
/
package.json
54 lines (54 loc) Β· 1.61 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
{
"name": "aw-morocco",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "SKIP_ENV_VALIDATION=1 next lint",
"start": "next start",
"type-check": "tsc --noEmit",
"refetch-articles": "bun ./src/scripts/refetch-articles.ts",
"refetch-podcasts-episodes": "bun ./src/scripts/refetch-podcasts-episodes.ts",
"update-articles-metadata": "bun ./src/scripts/update-articles-metadata.ts",
"update-repos-metadata": "bun ./src/scripts/update-repos-metadata.ts"
},
"dependencies": {
"@clerk/nextjs": "^4.29.3",
"@clerk/themes": "^1.7.9",
"@extractus/feed-extractor": "^7.0.6",
"@headlessui/react": "^1.7.17",
"@t3-oss/env-nextjs": "^0.7.0",
"@xata.io/client": "^0.26.9",
"next": "14.0.1",
"octokit": "^3.1.1",
"open-graph-scraper": "^6.3.2",
"react": "^18",
"react-dom": "^18",
"sal.js": "^0.8.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/eslint": "^8.44.2",
"@types/node": "^20",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.47.0",
"eslint-config-next": "^13.5.4",
"eslint-plugin-unicorn": "^49.0.0",
"husky": "^8.0.3",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "7.22.0"
},
"packageManager": "[email protected]"
}