-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.14 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
{
"name": "@medusajs/admin-bundler",
"version": "2.21.1",
"description": "Bundler for the Medusa admin dashboard.",
"author": "Kasper Kristensen <kasper@medusajs.com>",
"scripts": {
"build": "yarn run -T tsup && node ./scripts/assert-esm-imports.mjs"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/medusajs/medusa.git",
"directory": "packages/admin/admin-bundler"
},
"bugs": {
"url": "https://github.com/medusajs/medusa/issues"
},
"files": [
"dist",
"package.json"
],
"devDependencies": {
"@medusajs/types": "2.21.1"
},
"dependencies": {
"@medusajs/admin-shared": "2.21.1",
"@medusajs/admin-vite-plugin": "2.21.1",
"@medusajs/dashboard": "2.21.1",
"@vitejs/plugin-react": "^5.2.0",
"autoprefixer": "^10.4.19",
"compression": "^1.8.0",
"express": "^4.21.0",
"get-port": "^5.1.1",
"glob": "13.0.6",
"outdent": "^0.8.0",
"postcss": "^8.5.10",
"tailwindcss": "^3.4.3",
"vite": "^7.3.6"
},
"packageManager": "yarn@3.2.1",
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
}