forked from rigby-sh/solace-medusa-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.06 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 3.06 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
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
96
97
98
99
100
101
{
"name": "solace-medusa-starter",
"version": "0.0.1",
"description": "Solace Medusa Starter to be used with Medusa server",
"keywords": [
"solace-medusa-starter"
],
"scripts": {
"dev": "next dev -p 8000",
"build": "next build",
"start": "next start -p 8000",
"lint": "next lint",
"format:write": "prettier --write .",
"format": "prettier --check .",
"analyze": "ANALYZE=true next build",
"test-e2e": "playwright test e2e"
},
"resolutions": {
"webpack": "^5"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@hookform/error-message": "^2.0.0",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@medusajs/js-sdk": "^2.0.4",
"@medusajs/types": "^2.0.4",
"@medusajs/ui": "^4.0.1",
"@next/mdx": "^15.0.3",
"@paypal/paypal-js": "^8.1.2",
"@paypal/react-paypal-js": "^8.7.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@stripe/react-stripe-js": "^3.0.0",
"@stripe/stripe-js": "^1.29.0",
"@types/mdx": "^2.0.13",
"algoliasearch": "^4.20.0",
"axios": "^1.6.7",
"cva": "1.0.0-beta.1",
"embla-carousel-autoplay": "^8.3.0",
"embla-carousel-react": "^8.3.0",
"formik": "^2.4.6",
"hast-util-has-property": "^3.0.0",
"hast-util-heading-rank": "^3.0.0",
"lodash": "^4.17.21",
"next": "^14.2.17",
"next-mdx-remote": "^5.0.0",
"next-nprogress-bar": "^2.3.13",
"next-themes": "^0.3.0",
"pg": "^8.11.3",
"qs": "^6.12.1",
"react": "^18.2.0",
"react-country-flag": "^3.0.2",
"react-dom": "^18.2.0",
"react-instantsearch-hooks-web": "^6.29.0",
"react-intersection-observer": "^9.3.4",
"react-markdown": "^9.0.1",
"rehype-highlight": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-unwrap-images": "^4.0.0",
"server-only": "^0.0.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-radix": "^2.8.0",
"unist-util-visit": "^5.0.0",
"validator": "^13.12.0",
"webpack": "^5",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@medusajs/client-types": "^0.2.12",
"@medusajs/ui-preset": "2.0.0",
"@playwright/test": "^1.41.1",
"@types/lodash": "^4.14.195",
"@types/node": "17.0.21",
"@types/pg": "^8.11.0",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.2.18",
"@types/react-instantsearch-dom": "^6.12.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"ansi-colors": "^4.1.3",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"eslint": "^8.57.1",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unused-imports": "^3.2.0",
"postcss": "^8.4.8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.0.23",
"typescript": "^5.3.2"
},
"packageManager": "yarn@4.5.1"
}