-
Notifications
You must be signed in to change notification settings - Fork 161
/
Copy pathpackage.json
executable file
·68 lines (68 loc) · 1.95 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
{
"name": "commerceplate",
"version": "1.1.3",
"description": "Shopify Storefront Boilerplate with Next.js, Tailwind CSS, and Shopify SDK",
"author": "zeon.studio",
"license": "MIT",
"packageManager": "yarn@1.22.19",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"format": "prettier -w ./src",
"generate-json": "node scripts/jsonGenerator.js",
"remove-darkmode": "node scripts/removeDarkmode.js && yarn format"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@headlessui/react": "^2.1.8",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"js-cookie": "^3.0.5",
"marked": "^14.1.2",
"multi-range-slider-react": "^2.0.7",
"next": "14.1.0",
"next-mdx-remote": "^5.0.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-collapsed": "^4.1.2",
"react-dom": "18.3.1",
"react-gravatar": "^2.6.3",
"react-gtm-module": "^2.0.11",
"react-icons": "^5.3.0",
"react-inner-image-zoom": "^3.0.2",
"react-lite-youtube-embed": "^2.4.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.5",
"swiper": "^11.1.14"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/js-cookie": "^3.0.6",
"@types/marked": "^5.0.2",
"@types/node": "22.7.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"@types/react-gravatar": "^2.6.14",
"@types/react-inner-image-zoom": "^3.0.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.11.1",
"eslint-config-next": "14.2.14",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"sass": "^1.79.4",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.4.13",
"typescript": "5.6.2"
}
}