| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "@vendure/admin-ui-plugin",
- "version": "3.5.2",
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "files": [
- "lib/**/*"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/vendurehq/vendure"
- },
- "license": "GPL-3.0-or-later",
- "scripts": {
- "build": "rimraf lib && node -r ts-node/register build.ts && npm run compile",
- "watch": "tsc -p ./tsconfig.build.json --watch",
- "lint": "eslint --fix .",
- "compile": "tsc -p ./tsconfig.build.json"
- },
- "homepage": "https://www.vendure.io",
- "funding": "https://github.com/sponsors/michaelbromley",
- "publishConfig": {
- "access": "public"
- },
- "devDependencies": {
- "@types/express": "^5.0.1",
- "@types/fs-extra": "^11.0.4",
- "@vendure/admin-ui": "3.5.2",
- "@vendure/common": "3.5.2",
- "@vendure/core": "3.5.2",
- "express": "^5.1.0",
- "rimraf": "^5.0.5",
- "typescript": "5.8.2"
- },
- "dependencies": {
- "date-fns": "^4.0.0",
- "express-rate-limit": "^7.5.0",
- "fs-extra": "^11.2.0"
- }
- }
|