| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "@vendure/graphiql-plugin",
- "version": "3.2.3",
- "license": "GPL-3.0-or-later",
- "main": "dist/index.js",
- "types": "dist/index.d.ts",
- "files": [
- "dist/**/*"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/vendure-ecommerce/vendure"
- },
- "scripts": {
- "watch": "tsc -p ./tsconfig.build.json --watch",
- "build": "rimraf dist && npm run build:app && tsc -p ./tsconfig.build.json",
- "build:app": "vite build",
- "dev": "vite",
- "lint": "eslint --fix .",
- "test": "vitest --config vitest.config.mts --run"
- },
- "homepage": "https://www.vendure.io/",
- "funding": "https://github.com/sponsors/michaelbromley",
- "publishConfig": {
- "access": "public"
- },
- "dependencies": {
- "express": "^5.1.0"
- },
- "devDependencies": {
- "@graphiql/toolkit": "^0.9.1",
- "@types/express": "^5.0.0",
- "@types/react": "^19.0.0",
- "@types/react-dom": "^19.0.0",
- "@vendure/common": "3.2.3",
- "@vendure/core": "3.2.3",
- "@vitejs/plugin-react": "^4.3.4",
- "graphiql": "^3.8.3",
- "react": "^19.0.0",
- "react-dom": "^19.0.0",
- "rimraf": "^6.0.1",
- "vite": "^6.1.0",
- "vite-plugin-dts": "^4.5.3"
- }
- }
|