-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 971 Bytes
/
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
{
"name": "medusa-nextjs-starter",
"version": "0.1.0",
"private": true,
"author": "Kasper Fabricius Kristensen <[email protected]> (https://www.medusa-commerce.com)",
"scripts": {
"dev": "next dev -p 8000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@heroicons/react": "v1",
"@medusajs/medusa-js": "^1.0.3",
"@stripe/react-stripe-js": "^1.4.1",
"@stripe/stripe-js": "^1.15.1",
"algoliasearch": "^4.14.2",
"axios": "^0.21.3",
"formik": "^2.2.9",
"next": "^11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-instantsearch-dom": "^6.36.0",
"react-spinners": "^0.11.0",
"yup": "^0.32.9"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"eslint": "7.29.0",
"eslint-config-next": "11.0.0",
"postcss": "^8.4.18",
"tailwindcss": "^3.1.8"
}
}