-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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": "nextjs-laravel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@heroicons/react": "^1.0.6",
"@netlify/classnames-template-literals": "^1.0.3",
"flowbite": "^1.5.3",
"flowbite-react": "^0.1.11",
"framer-motion": "^7.4.0",
"html-react-parser": "^3.0.4",
"next-seo": "^5.6.0",
"next-themes": "^0.2.0",
"react-html5video": "^2.5.1",
"react-multi-carousel": "^2.8.2",
"react-player": "^2.10.1",
"react-scroll-to-top": "^3.0.0",
"sharp": "^0.31.1",
"swr": "^1.3.0",
"text-clipper": "^2.2.0",
"use-sound": "^4.0.1"
},
"devDependencies": {
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.2",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16",
"prop-types": "^15.8.1",
"tailwindcss": "^3.1.8",
"tailwindcss-animate": "^1.0.5"
}
}