-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.05 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "myframe-fe",
"version": "0.1.0",
"private": true,
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix"
]
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky",
"fix": "eslint --fix ."
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.7",
"@ffmpeg/core": "0.9.0",
"@ffmpeg/ffmpeg": "0.9.8",
"@next/third-parties": "^14.2.15",
"@radix-ui/react-slot": "^1.1.0",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.40.1",
"@types/react-responsive-masonry": "^2.1.3",
"@types/react-slick": "^0.23.13",
"@yudiel/react-qr-scanner": "^2.0.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint-plugin-simple-import-sort": "^12.1.0",
"html-to-image": "^1.11.11",
"jose": "^5.8.0",
"lucide-react": "^0.390.0",
"next": "14.2.3",
"next-auth": "4.24.7",
"react": "^18",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dnd-touch-backend": "^16.0.1",
"react-dom": "^18",
"react-player": "^2.16.0",
"react-responsive-masonry": "^2.3.0",
"react-responsive-pinch-zoom-pan": "^0.3.0",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.6",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"ts-pattern": "^5.1.2",
"use-debounce": "^10.0.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"postcss": "^8",
"prettier": "^3.3.1",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}