UNPKG

2.1 kBJSONView Raw
1{
2 "name": "@sanity/core",
3 "version": "0.147.9",
4 "description": "Sanity core bundle, containing required packages for the development and build process",
5 "main": "lib/index.js",
6 "author": "Sanity.io <hello@sanity.io>",
7 "license": "MIT",
8 "scripts": {
9 "clean": "rimraf lib"
10 },
11 "engines": {
12 "node": ">=8.0.0"
13 },
14 "keywords": [
15 "sanity",
16 "cms",
17 "headless",
18 "realtime",
19 "content",
20 "core"
21 ],
22 "dependencies": {
23 "@babel/plugin-proposal-class-properties": "^7.7.4",
24 "@babel/preset-env": "^7.7.4",
25 "@babel/preset-react": "^7.7.4",
26 "@babel/register": "^7.7.4",
27 "@sanity/check": "0.147.0",
28 "@sanity/export": "0.147.8",
29 "@sanity/generate-help-url": "0.147.0",
30 "@sanity/import": "0.147.9",
31 "@sanity/mutator": "0.147.8",
32 "@sanity/plugin-loader": "0.147.0",
33 "@sanity/resolver": "0.147.0",
34 "@sanity/schema": "0.147.6",
35 "@sanity/server": "0.147.0",
36 "@sanity/util": "0.147.0",
37 "@sanity/uuid": "0.147.0",
38 "@sanity/webpack-integration": "0.147.0",
39 "batch-stream-operation": "^1.0.2",
40 "chokidar": "^2.0.3",
41 "configstore": "^3.0.0",
42 "debug": "^3.1.0",
43 "deep-sort-object": "^1.0.1",
44 "dotenv": "^8.2.0",
45 "es6-promisify": "^6.0.0",
46 "execa": "^1.0.0",
47 "filesize": "^3.5.6",
48 "fs-extra": "^6.0.1",
49 "get-uri": "^2.0.2",
50 "jsdom": "^12.0.0",
51 "jsdom-global": "^3.0.2",
52 "json-lexer": "^1.1.1",
53 "json5": "^1.0.1",
54 "lodash": "^4.17.15",
55 "log-symbols": "^2.2.0",
56 "oneline": "^1.0.3",
57 "path-exists": "^3.0.0",
58 "pirates": "^4.0.0",
59 "pluralize": "^7.0.0",
60 "pretty-ms": "^3.2.0",
61 "resolve-bin": "^0.4.0",
62 "resolve-from": "^4.0.0",
63 "rimraf": "^2.7.1",
64 "semver": "^6.1.2",
65 "simple-get": "^3.0.2",
66 "tar-fs": "^1.16.0",
67 "terser": "^4.4.0"
68 },
69 "repository": {
70 "type": "git",
71 "url": "git+https://github.com/sanity-io/sanity.git"
72 },
73 "bugs": {
74 "url": "https://github.com/sanity-io/sanity/issues"
75 },
76 "homepage": "https://www.sanity.io/",
77 "gitHead": "c4cc5b534b17bbf8feba519395955b9ecf37ebc7"
78}