-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 853 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
{
"name": "wordy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@types/node": "22.2.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"axios": "^1.7.3",
"cheerio": "^1.0.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.5",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"mongoose": "^8.5.2",
"next": "14.2.5",
"next-auth": "^4.24.7",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-infinite-scroll-component": "^6.1.0",
"react-masonry-css": "^1.0.16",
"typescript": "5.5.4"
}
}