-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "rickshaw",
"version": "3.0.0",
"scripts": {
"dev": "next dev",
"clean:dev": "rimraf .next && node -e 'require(\"clear\")();' && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-email/components": "^0.0.25",
"@tanstack/react-query": "^5.56.2",
"lqip-modern": "^2.1.0",
"mongodb": "^6.7.0",
"next": "14.2.4",
"nodemailer": "^6.9.15",
"optional": "^0.1.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-image": "^4.1.0",
"react-infinite-scroll-component": "^6.1.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@types/lqip-modern": "^1.1.7",
"@types/node": "^20.14.9",
"@types/nodemailer": "^6.4.16",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-infinite-scroll-component": "^5.0.0",
"clear": "^0.1.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"rimraf": "^5.0.7",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
}
}