-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.63 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": "medusa-next",
"version": "1.0.3",
"private": true,
"author": "Kasper Fabricius Kristensen <[email protected]> & Victor Gerbrands <[email protected]> (https://www.medusajs.com)",
"description": "Next.js Starter to be used with Medusa V2",
"keywords": [
"medusa-storefront"
],
"scripts": {
"dev": "bun run next dev --turbopack -p 8000",
"build": "bun run next build",
"start": "bun run next start -p 8000",
"lint": "bun run next lint",
"analyze": "ANALYZE=true bun run next build"
},
"dependencies": {
"@headlessui/react": "^2.2.0",
"@medusajs/js-sdk": "latest",
"@medusajs/ui": "latest",
"@radix-ui/react-accordion": "^1.2.2",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.4.0",
"lodash": "^4.17.21",
"next": "^15.1.2",
"pg": "^8.13.1",
"qs": "^6.13.1",
"react": "18.2.0",
"react-country-flag": "^3.1.0",
"react-dom": "18.2.0",
"server-only": "^0.0.1",
"tailwindcss-radix": "^3.0.5",
"webpack": "^5"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@medusajs/types": "latest",
"@medusajs/ui-preset": "latest",
"@types/lodash": "^4.17.13",
"@types/node": "22.10.2",
"@types/pg": "^8.11.10",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react-instantsearch-dom": "^6.12.8",
"ansi-colors": "^4.1.3",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.2",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]"
}