-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
61 lines (61 loc) · 1.56 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
{
"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.1.5",
"@medusajs/ui": "^3.0.1",
"@radix-ui/react-progress": "^1.1.0",
"@tailwindcss/typography": "^0.5.15",
"@types/lodash": "^4.17.13",
"@types/node": "^22.8.6",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"date-fns-tz": "^3.2.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.11.11",
"geist": "^1.3.1",
"image-size": "^1.1.1",
"lodash": "^4.17.21",
"lucide-react": "^0.454.0",
"next": "^14.2.16",
"next-mdx-remote": "^5.0.0",
"plaiceholder": "^3.0.0",
"postcss": "^8.4.47",
"prettier-plugin-packagejson": "^2.5.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"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.4",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"devDependencies": {
"@medusajs/ui-preset": "^1.1.4",
"@next/bundle-analyzer": "^14.2.16",
"@types/rss": "^0.0.32",
"eslint": "^9.13.0",
"eslint-config-next": "^14.2.16",
"turbo": "^2.2.3"
},
"packageManager": "[email protected]"
}