-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 992 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 992 Bytes
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
{
"name": "frisk-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.5",
"@next/third-parties": "^15.0.1",
"@popperjs/core": "^2.11.8",
"aws-sdk": "^2.1691.0",
"axios": "^1.7.7",
"bootstrap": "^5.3.2",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"gray-matter": "^4.0.3",
"gsap": "^3.12.5",
"imagesloaded": "^5.0.0",
"isotope-layout": "^3.0.6",
"next": "^14.2.24",
"next-mdx-remote": "^5.0.0",
"react": "^18",
"react-dom": "^18",
"react-fast-marquee": "^1.6.3",
"react-modal-video": "^2.0.1",
"react-scroll-parallax": "^3.4.5",
"react-slick": "^0.30.0",
"react-tooltip": "^5.26.0",
"sass": "^1.85.1",
"slick-carousel": "^1.8.1",
"uuid": "^11.0.2",
"wowjs": "^1.1.3"
}
}