-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "mailing-list-tldr",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"submodules:update": "git submodule update --init && git submodule update --remote",
"build": "npm run submodules:update && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@elastic/elasticsearch": "^8.15.0",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@tanstack/react-query": "^5.51.24",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "10.4.20",
"cheerio": "^1.0.0",
"dotenv": "^16.4.5",
"eslint": "8.56.0",
"eslint-config-next": "^14.2.5",
"feed": "^4.2.2",
"marked": "^14.0.0",
"next": "^14.2.5",
"postcss": "8.4.41",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"tailwindcss": "3.4.10",
"use-debounce": "^10.0.3"
},
"devDependencies": {
"@types/mailchimp__mailchimp_marketing": "^3.0.20",
"@types/node": "^22.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
}
}