-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.75 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
55
56
57
58
59
60
{
"name": "popcorn-vision",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bprogress/next": "^3.2.4",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@ionic/react": "^7.8.6",
"@mui/material": "^5.16.14",
"@mui/x-date-pickers": "^7.27.0",
"@next/third-parties": "^14.2.31",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.16",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"driver.js": "^1.3.5",
"framer-motion": "^11.18.2",
"ical-generator": "^8.1.1",
"ionicons": "^7.4.0",
"limiter": "^3.0.0",
"next": "^14.2.31",
"next-client-cookies": "^1.1.1",
"numeral": "^2.0.6",
"pluralize": "^8.0.0",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.15.1",
"react-markdown": "^8.0.7",
"react-select": "^5.10.0",
"react-share": "^4.4.1",
"react-youtube": "^10.1.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"slug": "^9.1.0",
"swiper": "^11.2.4",
"swr": "^2.3.2",
"typewriter-effect": "^2.21.0",
"yet-another-react-lightbox": "^3.21.7",
"zustand": "^4.5.6"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"daisyui": "^3.9.4",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.31",
"postcss": "^8.5.2",
"prettier": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.17"
},
"packageManager": "pnpm@9.15.5+sha512.845196026aab1cc3f098a0474b64dfbab2afe7a1b4e91dd86895d8e4aa32a7a6d03049e2d0ad770bbe4de023a7122fb68c1a1d6e0d033c7076085f9d5d4800d4"
}