-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
95 lines (95 loc) · 2.84 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "lunalemon.dev",
"version": "1.0.53",
"license": "MIT",
"scripts": {
"dev": "npm-run-all --parallel next:dev shopify-dev",
"next:dev": "SET NEXT_PUBLIC_PORT=3000&& rimraf .next && next --port 3000",
"shopify-dev": "shopify-cms -b",
"build": "rimraf .next && next build",
"build:start": "rimraf .next && next build --profile && next start",
"postbuild": "next-sitemap",
"start": "next start",
"export": "next build && next export -o .export",
"shopify": "shopify-ftp",
"codegen": "graphql-codegen --config .graphql.yml",
"analyze": "SET ANALYZE=true&& next build"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@react-icons/all-files": "^4.1.0",
"@trpc/client": "^9.26.2",
"@trpc/next": "^9.26.2",
"@trpc/react": "^9.26.2",
"@trpc/server": "^9.26.2",
"@types/nodemailer": "^6.4.4",
"@types/validator": "^13.7.4",
"axios": "^0.27.2",
"date-fns": "^2.29.1",
"fast-deep-equal": "^3.1.3",
"framer-motion": "^6.5.1",
"graphql": "^16.5.0",
"html-react-parser": "^3.0.1",
"jsdom": "^20.0.0",
"mini-svg-data-uri": "^1.4.4",
"next": "^12.2.3",
"next-seo": "^5.5.0",
"next-sitemap": "^3.1.13",
"next-themes": "0.2.0",
"nextjs-google-analytics": "^2.0.0",
"nodemailer": "^6.7.7",
"raw-body": "^2.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.39.2",
"react-tooltip": "^4.2.21",
"react-use": "^17.4.0",
"sharp": "^0.30.7",
"shopify-cms": "^2.0.28",
"shopify-ftp-access": "^3.0.14",
"shopify-typed-node-api": "^2.0.18",
"short-uuid": "^4.2.0",
"string-strip-html": "^11.0.0",
"superjson": "^1.9.1",
"ts-node": "^10.9.1",
"type-fest": "^2.17.0",
"validator": "^13.7.0",
"yarn": "^1.22.19",
"yup": "^0.32.11",
"zod": "^3.17.10"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.9.1",
"@graphql-codegen/typescript": "^2.7.2",
"@graphql-codegen/typescript-operations": "^2.5.2",
"@next/bundle-analyzer": "^12.2.3",
"@svgr/webpack": "^6.3.1",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"@types/chrome": "^0.0.193",
"@types/node": "^18.6.1",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/tailwindcss": "^3.0.11",
"autoprefixer": "^10.4.7",
"clsx": "^1.2.1",
"dotenv": "^16.0.1",
"fx-style": "^1.6.18",
"node-watch": "^0.7.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"react-icons": "^4.4.0",
"relative-indexing-method-polyfill": "^1.0.1",
"rimraf": "^5.0.7",
"sass": "^1.54.0",
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4",
"vercel": "^27.2.0"
}
}