-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (78 loc) · 2.27 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "openblog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.12.0",
"@emotion/styled": "^11.12.0",
"@google/generative-ai": "^0.1.3",
"@headlessui/react": "^1.7.17",
"@mui/material": "^5.16.4",
"@radix-ui/react-popover": "^1.0.7",
"@react-three/drei": "^9.108.4",
"@react-three/fiber": "^8.16.8",
"@thetalabs/theta-js": "^0.0.67",
"@thetalabs/theta-pass": "0.0.2",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@types/request": "^2.48.12",
"axios": "^1.5.0",
"cheerio": "^1.0.0-rc.9",
"chrome-aws-lambda": "^9.1.0",
"classnames": "^2.3.2",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"fuse.js": "^7.0.0",
"lodash": "^4.17.21",
"lucide-react": "^0.306.0",
"markdown-to-txt": "^2.0.1",
"next": "14.1.0",
"next-pwa": "^5.6.0",
"puppeteer": "^9.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.4.3",
"request": "^2.88.2",
"sharp": "^0.33.1",
"styled-components": "^6.1.12",
"three": "^0.166.1",
"typescript": "5.3.3",
"web3": "^1.7.3",
"ethereumjs-tx": "^1.3.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"cypress": "^7.3.0",
"daisyui": "latest",
"next-themes": "^0.2.1",
"onchange": "^7.1.0",
"postcss": "^8.4.32",
"prettier": "^2.3.0",
"react-icons": "^4.12.0",
"tailwindcss": "^3.4.0"
},
"author": {
"name": "John Polacek",
"url": "https://www.johnpolacek.com"
},
"keywords": [
"nextjs",
"cheerio",
"scraper",
"scraping"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/johnpolacek/nextjs-scraper-playground/issues"
},
"homepage": "https://nextjs-scraper-playground.vercel.app"
}