-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.32 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": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.config.mjs",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@carbon/icons-react": "^11.39.0",
"@cloudinary/react": "^1.13.0",
"@cloudinary/url-gen": "^1.19.0",
"@headlessui/react": "^1.7.18",
"@next/third-parties": "^14.2.5",
"axios": "^1.6.8",
"dompurify": "^3.1.6",
"firebase": "^10.10.0",
"google": "link:@next/third-parties/google",
"highcharts": "^11.4.1",
"highcharts-react-official": "^3.2.1",
"js-cookie": "^3.0.5",
"next": "14.1.3",
"next-sitemap": "^4.2.3",
"react": "^18",
"react-dom": "^18",
"react-headless-pagination": "^1.1.5",
"react-hot-toast": "^2.4.1",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"swiper": "^11.1.0",
"unified": "^11.0.5"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}