-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.88 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
{
"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/modules-sdk": "./medusajs-modules-sdk-1.8.8.tgz",
"@medusajs/orchestration": "./medusajs-orchestration-0.0.2.tgz",
"@medusajs/product": "./medusajs-product-0.1.3.tgz",
"@medusajs/utils": "./medusajs-utils-1.9.2.tgz",
"@medusajs/workflows": "./medusajs-workflows.tgz",
"@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": "./medusajs-types-1.8.11.tgz",
"@mikro-orm/migrations": "5.7.12",
"@types/lodash": "^4.14.195",
"@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"
},
"resolutions": {
"@medusajs/modules-sdk": "./medusajs-modules-sdk-1.8.8.tgz",
"@medusajs/orchestration": "./medusajs-orchestration-0.0.2.tgz",
"@medusajs/product": "./medusajs-product-0.1.3.tgz",
"@medusajs/utils": "./medusajs-utils-1.9.2.tgz",
"@medusajs/workflows": "./medusajs-workflows.tgz"
}
}