forked from Control-Alt-Defeat-MCSP2312/disney-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 854 Bytes
/
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
{
"name": "newdisney",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.1.1",
"@material-tailwind/react": "^2.1.9",
"@svgr/webpack": "^8.1.0",
"antd": "^5.15.1",
"dotenv": "^16.4.5",
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.2",
"next": "14.1.1",
"pg": "^8.11.3",
"prop-types": "^15.8.1",
"react": "^18",
"react-dom": "^18",
"react-multi-carousel": "^2.8.4",
"react-slick": "^0.30.2",
"react-stars": "^2.2.5",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"tailwindcss-pseudo-elements": "^2.0.0"
}
}