-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "prague-meetup",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"get-tips": "tsx src/bin/getTips.ts"
},
"dependencies": {
"@googleapis/sheets": "^4.0.2",
"@react-leaflet/core": "^2.1.0",
"@types/leaflet": "^1.9.3",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"cheerio": "^1.0.0-rc.12",
"debounce": "^1.2.1",
"eslint": "8.37.0",
"eslint-config-next": "13.3.0",
"google-spreadsheet": "^3.3.0",
"leaflet": "^1.9.3",
"lodash": "^4.17.21",
"next": "13.3.0",
"playwright": "^1.32.3",
"puppeteer": "^19.10.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"react": "18.2.0",
"react-bootstrap-icons": "^1.10.3",
"react-dom": "18.2.0",
"react-leaflet": "^4.2.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@types/debounce": "^1.2.1",
"@types/google-spreadsheet": "^3.3.1",
"@types/lodash": "^4.14.194",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwind-scrollbar": "^3.0.0",
"tailwindcss": "^3.3.1",
"tsx": "^3.12.6",
"typescript": "^5.0.4"
}
}