-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.71 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
{
"name": "hamter",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "npx serve@latest out"
},
"prettier": {
"plugins": [
"prettier-plugin-tailwindcss",
"prettier-plugin-packagejson"
],
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@medusajs/ui": "^3.0.1",
"@radix-ui/react-progress": "^1.1.8",
"@tailwindcss/typography": "^0.5.19",
"@types/lodash": "^4.17.24",
"@types/node": "^22.19.19",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.5.0",
"clsx": "^2.1.1",
"date-fns-tz": "^3.2.0",
"dotenv": "^16.6.1",
"framer-motion": "^11.18.2",
"geist": "^1.7.2",
"image-size": "^1.2.1",
"lodash": "^4.18.1",
"lucide-react": "^0.454.0",
"ms": "^2.1.3",
"next": "^14.2.35",
"next-mdx-remote": "^6.0.0",
"plaiceholder": "^3.0.0",
"postcss": "^8.5.15",
"prettier-plugin-packagejson": "^2.5.22",
"prettier-plugin-tailwindcss": "^0.6.14",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"rss": "^1.2.2",
"sharp": "^0.33.5",
"sugar-high": "^0.7.5",
"tailwind-merge": "^2.6.1",
"tailwindcss": "^3.4.19",
"typescript": "^5.9.3"
},
"devDependencies": {
"@medusajs/ui-preset": "^1.1.4",
"@next/bundle-analyzer": "^14.2.35",
"@types/rss": "^0.0.32",
"eslint": "^9.39.4",
"eslint-config-next": "^14.2.35",
"turbo": "^2.9.16"
},
"packageManager": "pnpm@11.5.1+sha512.93f7b57422ea7068257235b4c16eb60762eb68e1dc23723199cc739043ea9be2c4143274a399d8c6defa2b1176226d9ca1c4b63482d6200c1a8fbaa78c1d1485"
}