UNPKG

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