sanity-plugin-markdown 3.0.0-v3-studio.6 → 3.0.0-v3-studio.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +43 -41
package/package.json
CHANGED
|
@@ -1,25 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sanity-plugin-markdown",
|
|
3
|
-
"version": "3.0.0-v3-studio.
|
|
3
|
+
"version": "3.0.0-v3-studio.7",
|
|
4
4
|
"description": "Markdown fields in Sanity Studio. Supports Github flavored Markdown and image uploads.",
|
|
5
|
-
"
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"
|
|
15
|
-
"prepare": "husky install",
|
|
16
|
-
"compile": "tsc --noEmit",
|
|
17
|
-
"prepublishOnly": " npm run build"
|
|
5
|
+
"keywords": [
|
|
6
|
+
"sanity",
|
|
7
|
+
"sanity-plugin",
|
|
8
|
+
"studio",
|
|
9
|
+
"markdown",
|
|
10
|
+
"github flavored markdown"
|
|
11
|
+
],
|
|
12
|
+
"homepage": "https://github.com/sanity-io/sanity-plugin-markdown#readme",
|
|
13
|
+
"bugs": {
|
|
14
|
+
"url": "https://github.com/sanity-io/sanity-plugin-markdown/issues"
|
|
18
15
|
},
|
|
19
|
-
"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "https://github.com/sanity-io/sanity-plugin-markdown.git"
|
|
19
|
+
},
|
|
20
|
+
"license": "MIT",
|
|
21
|
+
"author": "Sanity.io <hello@sanity.io>",
|
|
23
22
|
"exports": {
|
|
24
23
|
".": {
|
|
25
24
|
"types": "./lib/src/index.d.ts",
|
|
@@ -27,21 +26,31 @@
|
|
|
27
26
|
"import": "./lib/index.esm.js",
|
|
28
27
|
"require": "./lib/index.js",
|
|
29
28
|
"default": "./lib/index.esm.js"
|
|
30
|
-
}
|
|
29
|
+
},
|
|
30
|
+
"./package.json": "./package.json"
|
|
31
31
|
},
|
|
32
|
+
"main": "./lib/index.js",
|
|
33
|
+
"module": "./lib/index.esm.js",
|
|
34
|
+
"source": "./src/index.ts",
|
|
35
|
+
"types": "./lib/src/index.d.ts",
|
|
32
36
|
"files": [
|
|
33
37
|
"src",
|
|
34
38
|
"lib",
|
|
35
39
|
"v2-incompatible.js",
|
|
36
40
|
"sanity.json"
|
|
37
41
|
],
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
|
|
42
|
+
"scripts": {
|
|
43
|
+
"prebuild": "npm run clean && plugin-kit verify-package --silent && pkg-utils",
|
|
44
|
+
"build": "pkg-utils build --strict",
|
|
45
|
+
"clean": "rimraf lib",
|
|
46
|
+
"compile": "tsc --noEmit",
|
|
47
|
+
"format": "prettier src -w",
|
|
48
|
+
"link-watch": "plugin-kit link-watch",
|
|
49
|
+
"lint": "eslint .",
|
|
50
|
+
"prepare": "husky install",
|
|
51
|
+
"prepublishOnly": " npm run build",
|
|
52
|
+
"watch": "pkg-utils watch"
|
|
53
|
+
},
|
|
45
54
|
"dependencies": {
|
|
46
55
|
"@reach/auto-id": "^0.17.0",
|
|
47
56
|
"@sanity/incompatible-plugin": "^1.0.4",
|
|
@@ -52,8 +61,8 @@
|
|
|
52
61
|
"devDependencies": {
|
|
53
62
|
"@commitlint/cli": "^17.2.0",
|
|
54
63
|
"@commitlint/config-conventional": "^17.2.0",
|
|
55
|
-
"@sanity/pkg-utils": "^1.
|
|
56
|
-
"@sanity/plugin-kit": "^2.
|
|
64
|
+
"@sanity/pkg-utils": "^1.17.2",
|
|
65
|
+
"@sanity/plugin-kit": "^2.1.4",
|
|
57
66
|
"@sanity/semantic-release-preset": "^2.0.2",
|
|
58
67
|
"@types/styled-components": "^5.1.26",
|
|
59
68
|
"@typescript-eslint/eslint-plugin": "^5.42.0",
|
|
@@ -67,9 +76,10 @@
|
|
|
67
76
|
"husky": "^8.0.1",
|
|
68
77
|
"lint-staged": "^13.0.3",
|
|
69
78
|
"prettier": "^2.7.1",
|
|
70
|
-
"
|
|
79
|
+
"prettier-plugin-packagejson": "^2.3.0",
|
|
80
|
+
"react": "^18",
|
|
71
81
|
"rimraf": "^3.0.2",
|
|
72
|
-
"sanity": "3.0.0-rc.0",
|
|
82
|
+
"sanity": "dev-preview || 3.0.0-rc.0",
|
|
73
83
|
"styled-components": "^5.3.6",
|
|
74
84
|
"typescript": "^4.8.4"
|
|
75
85
|
},
|
|
@@ -78,16 +88,8 @@
|
|
|
78
88
|
"sanity": "dev-preview || 3.0.0-rc.0",
|
|
79
89
|
"styled-components": "^5.2"
|
|
80
90
|
},
|
|
81
|
-
"repository": {
|
|
82
|
-
"type": "git",
|
|
83
|
-
"url": "https://github.com/sanity-io/sanity-plugin-markdown.git"
|
|
84
|
-
},
|
|
85
|
-
"bugs": {
|
|
86
|
-
"url": "https://github.com/sanity-io/sanity-plugin-markdown/issues"
|
|
87
|
-
},
|
|
88
|
-
"homepage": "https://github.com/sanity-io/sanity-plugin-markdown#readme",
|
|
89
|
-
"sanityExchangeUrl": "https://www.sanity.io/plugins/sanity-plugin-markdown",
|
|
90
91
|
"engines": {
|
|
91
|
-
"node": ">=14
|
|
92
|
-
}
|
|
92
|
+
"node": ">=14"
|
|
93
|
+
},
|
|
94
|
+
"sanityExchangeUrl": "https://www.sanity.io/plugins/sanity-plugin-markdown"
|
|
93
95
|
}
|