| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "@vendure/admin-ui-plugin",
- "version": "2.1.0-next.6",
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "files": [
- "lib/**/*"
- ],
- "license": "MIT",
- "scripts": {
- "build": "rimraf lib && node -r ts-node/register build.ts && yarn 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.8",
- "@types/fs-extra": "^9.0.1",
- "@vendure/common": "2.1.0-next.6",
- "@vendure/core": "2.1.0-next.6",
- "express": "^4.17.1",
- "rimraf": "^3.0.2",
- "typescript": "4.9.5"
- },
- "dependencies": {
- "date-fns": "^2.30.0",
- "fs-extra": "^11.1.1"
- }
- }
|