-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.81 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
{
"name": "woh-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format:fix": "prettier --write --ignore-path .gitignore .",
"test": "pnpm test"
},
"dependencies": {
"@next/bundle-analyzer": "^14.1.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@vercel/analytics": "^1.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"firebase": "^10.7.1",
"framer-motion": "^10.18.0",
"howler": "^2.2.4",
"html-to-image": "^1.11.11",
"lodash": "^4.17.21",
"lucide-react": "^0.292.0",
"next": "14.1.0",
"next-intl": "^3.5.4",
"next-videos": "^1.4.1",
"perfect-freehand": "^1.2.0",
"react": "^18",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-howler": "^5.2.0",
"react-icons": "^5.0.1",
"server-only": "^0.0.1",
"sharp": "^0.33.2",
"slider": "^1.0.4",
"swiper": "^11.0.5",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"ua-parser-js": "^1.0.37",
"use-sound": "^4.0.1",
"web-audio-api": "^0.2.2",
"zustand": "^4.5.0"
},
"devDependencies": {
"@types/howler": "^2.2.11",
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-howler": "^5.2.3",
"@types/ua-parser-js": "^0.7.39",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "14.0.1",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5",
"typescript": "^5"
}
}