-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
46 lines (46 loc) · 1.3 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
{
"name": "storefront",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"product:migrations:run": "medusa-product-migrations-up",
"product:seed": "medusa-product-seed ./seed-data.js"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@medusajs/medusa": "^1.12.0-snapshot-20230608104224",
"@medusajs/medusa-js": "6.0.1-snapshot-20230608104224",
"@medusajs/product": "^0.0.2-snapshot-20230608104224",
"@types/gtag.js": "^0.0.12",
"@vercel/kv": "^0.2.1",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
"framer-motion": "^10.12.16",
"lodash": "^4.17.21",
"next": "13.4.1",
"postcss": "8.4.23",
"prism-react-renderer": "^2.0.4",
"react": "18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2",
"uuid": "^9.0.0"
},
"devDependencies": {
"@medusajs/client-types": "^0.2.3",
"@medusajs/types": "1.8.8-snapshot-20230608104224",
"@mikro-orm/migrations": "5.7.4",
"@types/node": "20.1.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/uuid": "^9.0.1",
"cross-env": "^7.0.3",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"typescript": "5.0.4"
}
}