UNPKG

@sanity/server

Version:

Webserver dedicated to serving Sanity, allowing a smooth development experience

97 lines (96 loc) 2.46 kB
{ "name": "@sanity/server", "version": "3.1.4", "description": "Webserver dedicated to serving Sanity, allowing a smooth development experience", "types": "./lib/dts/src/index.d.ts", "source": "./src/index.ts", "module": "./lib/index.esm.js", "main": "./lib/index.js", "exports": { ".": { "types": "./lib/dts/src/index.d.ts", "source": "./src/index.ts", "import": "./lib/index.esm.js", "require": "./lib/index.js", "default": "./lib/index.esm.js" }, "./default-config": { "types": "./lib/dts/src/default-config.d.ts", "source": "./src/defaultStudioConfig.ts", "import": "./lib/default-config.esm.js", "require": "./lib/default-config.js", "default": "./lib/default-config.esm.js" } }, "typesVersions": { "*": { "default-config": [ "./lib/dts/src/default-config.d.ts" ] } }, "files": [ "lib", "src", "static" ], "scripts": { "build": "pkg-utils build --tsconfig tsconfig.lib.json", "check:package": "pkg-utils --tsconfig tsconfig.lib.json", "clean": "rimraf lib", "postbuild": "run-s check:package", "prebuild": "run-s clean", "test": "jest", "watch": "pkg-utils watch --tsconfig tsconfig.lib.json" }, "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/sanity-io/sanity.git", "directory": "packages/@sanity/server" }, "keywords": [ "sanity", "cms", "headless", "realtime", "content", "server", "webserver" ], "author": "Sanity.io <hello@sanity.io>", "license": "MIT", "bugs": { "url": "https://github.com/sanity-io/sanity/issues" }, "homepage": "https://www.sanity.io/", "dependencies": { "@sanity/generate-help-url": "^3.0.0", "@vitejs/plugin-react": "^2.0.0", "chalk": "^4.1.2", "chokidar": "^3.5.3", "connect-history-api-fallback": "^1.6.0", "debug": "^3.2.7", "esbuild": "^0.14.43", "esbuild-register": "^3.3.2", "import-fresh": "^3.3.0", "module-alias": "^2.2.2", "read-pkg-up": "^7.0.1", "resolve-from": "^5.0.0", "vite": "^3.0.0" }, "devDependencies": { "get-it": "^5.2.1", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^3.0.2", "sanity": "3.1.4" }, "peerDependencies": { "react": "^18", "react-dom": "^18" }, "gitHead": "f9a9272c8f1c2e155490fbfbf1547240e8ee7341" }