-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.3 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": "pizza-prism",
"version": "0.1.0",
"private": true,
"author": {
"name": "Shafinur Islam",
"email": "[email protected]",
"url": "https://github.com/shourovr82"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --check .",
"format:fix": "prettier --write --list-different ."
},
"dependencies": {
"@nextui-org/react": "^2.1.13",
"@types/react-flatpickr": "^3.8.10",
"@types/react-slick": "^0.23.11",
"dayjs": "^1.11.10",
"eslint-config-prettier": "^9.0.0",
"framer-motion": "^10.16.4",
"keen-slider": "^6.8.6",
"moment": "^2.29.4",
"next": "14.0.4",
"react": "^18",
"react-dom": "^18",
"react-flatpickr": "^3.10.13",
"react-hook-form": "^7.47.0",
"react-icons": "^4.11.0",
"recharts": "^2.9.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/owl.carousel": "^2.3.6",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-swipeable-views": "^0.13.5",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"prettier": "^3.1.1",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}