-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@artsy/fresnel": "^7.1.4",
"@meilisearch/instant-meilisearch": "^0.18.0",
"@next/third-parties": "^14.2.4",
"@strapi/blocks-react-renderer": "^1.0.1",
"bootstrap": "^5.3.2",
"dayjs": "^1.11.10",
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.4",
"next": "14.2.18",
"next-translate": "^2.6.2",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-bootstrap": "^2.10.0",
"react-collapse": "^5.1.1",
"react-cookie-consent": "^9.0.0",
"react-dom": "18.2.0",
"react-instantsearch": "^7.8.1",
"react-instantsearch-router-nextjs": "^7.8.1",
"react-lorem-ipsum": "^1.4.10",
"react-pdf": "^9.1.0",
"react-photo-album": "^2.3.1",
"react-slick": "^0.30.2",
"react-use": "^17.4.2",
"react-youtube": "^10.1.0",
"sass": "^1.66.1",
"sharp": "^0.33.4",
"slick-carousel": "^1.8.1",
"swr": "^2.2.5",
"ua-parser-js": "^1.0.36",
"yet-another-react-lightbox": "^3.18.0"
},
"devDependencies": {
"next-translate-plugin": "^2.6.2"
}
}