| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "@vendure/admin-ui-plugin",
- "version": "3.1.3",
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "files": [
- "lib/**/*"
- ],
- "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": "^4.17.21",
- "@types/fs-extra": "^11.0.4",
- "@vendure/admin-ui": "^3.1.3",
- "@vendure/common": "^3.1.3",
- "@vendure/core": "^3.1.3",
- "express": "^4.18.3",
- "rimraf": "^5.0.5",
- "typescript": "5.4.2"
- },
- "dependencies": {
- "date-fns": "^2.30.0",
- "express-rate-limit": "^7.4.0",
- "fs-extra": "^11.2.0"
- }
- }
|