-
Notifications
You must be signed in to change notification settings - Fork 190
/
Copy pathpackage.json
executable file
·56 lines (56 loc) · 1.55 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
{
"name": "commerceplate",
"version": "2.2.2",
"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 --turbopack",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"format": "prettier -w ./src",
"remove-darkmode": "node scripts/removeDarkmode.js && yarn format"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"date-fns": "^4.1.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"js-cookie": "^3.0.5",
"marked": "^15.0.8",
"next": "15.3.0",
"next-mdx-remote": "^5.0.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-gravatar": "^2.6.3",
"react-icons": "^5.5.0",
"react-lite-youtube-embed": "^2.4.0",
"remark-gfm": "^4.0.1",
"swiper": "^11.2.6"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/postcss": "^4.1.3",
"@tailwindcss/typography": "^0.5.16",
"@types/js-cookie": "^3.0.6",
"@types/marked": "^5.0.2",
"@types/node": "^22.14.1",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.2",
"@types/react-gravatar": "^2.6.14",
"eslint": "^9.24.0",
"eslint-config-next": "15.3.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.1.3",
"typescript": "5.8.3"
}
}