-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.68 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
62
{
"name": "next-twrtle",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@material-ui/core": "^4.12.3",
"@mui/icons-material": "^5.0.0-rc.1",
"@mui/lab": "^5.0.0-alpha.61",
"@mui/material": "^5.0.0-rc.1",
"@n8tb1t/use-scroll-position": "^2.0.3",
"@next-auth/prisma-adapter": "^1.0.1",
"@prisma/client": "^3.7.0",
"@types/ioredis": "^4.28.7",
"axios": "^0.26.0",
"cors": "^2.8.5",
"dompurify": "^2.3.4",
"got": "^12.0.3",
"got-scraping": "^3.2.8",
"html-react-parser": "^1.4.4",
"html-to-image": "^1.9.0",
"ioredis": "^4.28.2",
"luxon": "^2.2.0",
"metascraper": "^5.29.3",
"metascraper-author": "^5.29.3",
"metascraper-description": "^5.29.3",
"metascraper-image": "^5.29.3",
"metascraper-title": "^5.29.3",
"next": "12.0.7",
"next-auth": "^4.0.6",
"next-connect": "^0.11.0",
"nprogress": "^0.2.0",
"puppeteer": "^13.5.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-masonry-css": "^1.0.16",
"react-query": "^3.34.5",
"react-text-loop-next": "^0.0.3",
"redis": "^4.0.1",
"styled-components": "^5.3.3",
"twitter-api-v2": "^1.8.0",
"twitter-text": "^3.1.0"
},
"devDependencies": {
"@types/node": "^17.0.0",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.37",
"@types/redis": "^4.0.11",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"prisma": "^3.7.0",
"typescript": "^4.5.4"
}
}