UNPKG

2.19 kBJSONView Raw
1{
2 "name": "@sanity/core",
3 "version": "1.149.19",
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": ">=10.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/preset-typescript": "^7.7.4",
27 "@babel/register": "^7.7.4",
28 "@sanity/check": "1.149.16",
29 "@sanity/export": "1.149.18",
30 "@sanity/generate-help-url": "1.149.16",
31 "@sanity/import": "1.149.18",
32 "@sanity/mutator": "1.149.18",
33 "@sanity/plugin-loader": "1.149.18",
34 "@sanity/resolver": "1.149.16",
35 "@sanity/schema": "1.149.19",
36 "@sanity/server": "1.149.18",
37 "@sanity/util": "1.149.16",
38 "@sanity/uuid": "1.149.16",
39 "@sanity/webpack-integration": "1.149.18",
40 "batch-stream-operation": "^1.0.2",
41 "chokidar": "^2.0.3",
42 "configstore": "^5.0.1",
43 "debug": "^3.1.0",
44 "deep-sort-object": "^1.0.1",
45 "dotenv": "^8.2.0",
46 "es6-promisify": "^6.0.0",
47 "execa": "^1.0.0",
48 "filesize": "^3.5.6",
49 "fs-extra": "^6.0.1",
50 "get-uri": "^2.0.2",
51 "jsdom": "^12.0.0",
52 "jsdom-global": "^3.0.2",
53 "json-lexer": "^1.1.1",
54 "json5": "^1.0.1",
55 "klaw-sync": "^4.0.0",
56 "lodash": "^4.17.15",
57 "log-symbols": "^2.2.0",
58 "oneline": "^1.0.3",
59 "path-exists": "^3.0.0",
60 "pirates": "^4.0.0",
61 "pluralize": "^7.0.0",
62 "pretty-ms": "^3.2.0",
63 "resolve-bin": "^0.4.0",
64 "resolve-from": "^4.0.0",
65 "rimraf": "^2.7.1",
66 "semver": "^6.1.2",
67 "simple-get": "^3.0.2",
68 "tar-fs": "^1.16.0",
69 "terser": "4.6.7"
70 },
71 "repository": {
72 "type": "git",
73 "url": "git+https://github.com/sanity-io/sanity.git"
74 },
75 "bugs": {
76 "url": "https://github.com/sanity-io/sanity/issues"
77 },
78 "homepage": "https://www.sanity.io/",
79 "gitHead": "2bda917f81ebe3c8934e4d357e8cc9d091a47a28"
80}