-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.8 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.8 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "peal",
"version": "0.1.0",
"private": true,
"homepage": "https://peal-26.github.io/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"static": "npx serve@latest out -p 8000",
"lint": "next lint",
"format": "prettier --write \"src/**/*.{js,ts,jsx,tsx,mdx}\""
},
"dependencies": {
"@egjs/react-flicking": "^4.10.10",
"@makotot/ghostui": "^2.0.0",
"@tippyjs/react": "^4.2.6",
"@tiptap/pm": "^2.0.4",
"@tiptap/react": "^2.0.4",
"@tiptap/starter-kit": "^2.0.4",
"@trendyol-js/react-carousel": "^3.0.2",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"autoprefixer": "10.4.14",
"better-react-carousel": "^1.1.1",
"d3-ease": "^3.0.1",
"diacritics": "^1.3.0",
"encoding": "^0.1.13",
"eslint-config-next": "13.4.5",
"firebase": "^9.22.2",
"firebase-admin": "^11.10.1",
"js-cookie": "^3.0.5",
"next": "^13.4.6",
"node-fetch": "^3.3.1",
"postcss": "8.4.24",
"react": "18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-cool-inview": "^3.0.1",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.45.2",
"react-icons": "^4.9.0",
"react-modal-image": "^2.6.0",
"react-move": "^6.5.0",
"swiper": "^10.0.3",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.3.2",
"tippy.js": "^6.3.7",
"typescript": "5.1.3",
"validator": "^13.9.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.4",
"@types/d3-ease": "^3.0.0",
"@types/diacritics": "^1.3.1",
"@types/js-cookie": "^3.0.3",
"@types/react-modal-image": "^2.6.0",
"@types/validator": "^13.7.17",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0"
}
}