-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.43 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.43 KB
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
{
"name": "whisPods",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@duneanalytics/client-sdk": "^0.1.4",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.18",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/mongodb": "^4.0.7",
"@types/node": "20.4.4",
"@types/react": "18.2.16",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.0.2",
"autoprefixer": "10.4.14",
"client-only": "^0.0.1",
"date-fns": "^3.6.0",
"eslint": "8.45.0",
"eslint-config-next": "13.4.12",
"lodash.debounce": "^4.0.8",
"mongo": "^0.1.0",
"mongodb": "^5.7.0",
"next": "13.4.12",
"next-connect": "^1.0.0",
"postcss": "8.4.27",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"react": "18.2.0",
"react-date-picker": "^11.0.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-select": "^5.7.4",
"react-slick": "^0.29.0",
"react-twitter-embed": "^4.0.4",
"react-youtube": "^10.1.0",
"slick-carousel": "^1.8.1",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"whisPods": "link:"
},
"devDependencies": {
"@types/gtag.js": "^0.0.13",
"@types/lodash.debounce": "^4.0.7",
"@types/react-slick": "^0.23.11",
"@types/youtube": "^0.0.50"
}
}