-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.64 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
{
"name": "festivalkavy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next-image-export-optimizer",
"serve": "serve out",
"lint": "next lint",
"prettier": "prettier . --write"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.0",
"@svgr/webpack": "^8.1.0",
"@types/mdx": "^2.0.13",
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-color": "^3.0.13",
"@types/react-dom": "19.0.2",
"@types/react-helmet": "^6.1.11",
"@types/webpack": "^5.28.5",
"autoprefixer": "10.4.20",
"cssnano": "^7.0.6",
"deepmerge-ts": "7.1.3",
"eslint": "9.16.0",
"eslint-config-next": "15.1.0",
"eslint-config-prettier": "9.1.0",
"firebase": "^11.0.2",
"firebase-tools": "^13.28.0",
"gsap": "^3.12.5",
"maplibre-gl": "4.7.1",
"next": "15.1.0",
"next-image-export-optimizer": "1.18.0",
"postcss": "8.4.49",
"postcss-url": "10.1.3",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.9",
"raw-loader": "^4.0.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-map-gl": "7.1.7",
"react-medium-image-zoom": "^5.2.12",
"rehype-unwrap-images": "^1.0.0",
"remark-extended-table": "^2.0.2",
"remark-gfm": "^4.0.0",
"svgo": "3.3.2",
"tailwindcss": "3.4.16",
"typescript": "5.7.2"
},
"prettier": {
"plugins": [
"prettier-plugin-tailwindcss"
]
},
"devDependencies": {
"npm-check-updates": "^17.1.11",
"realfavicon": "^0.4.12",
"serve": "^14.2.4"
}
}