-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.42 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@prettier/plugin-mdx1",
"description": "Prettier MDX1 plugin",
"version": "0.0.5",
"author": "fisker <lionkay@gmail.com>",
"license": "MIT",
"files": [
"lib"
],
"homepage": "https://github.com/prettier/prettier-plugin-mdx1#readme",
"bugs": {
"url": "https://github.com/prettier/html-styles/issues"
},
"repository": "prettier/prettier-plugin-mdx1",
"funding": "https://github.com/prettier/prettier-plugin-mdx1?sponsor=1",
"type": "module",
"exports": "./lib/index.js",
"scripts": {
"test": "vitest",
"build": "node ./scripts/build.js",
"fix": "prettier . --write",
"release": "release-it"
},
"preferUnplugged": true,
"packageManager": "yarn@4.12.0",
"sideEffects": false,
"dependencies": {
"cjk-regex": "3.4.0",
"collapse-white-space": "1.0.6",
"escape-string-regexp": "5.0.0",
"remark-footnotes": "2.0.0",
"remark-math": "3.0.1",
"remark-parse": "8.0.3",
"unified": "9.2.2"
},
"devDependencies": {
"@babel/code-frame": "7.27.1",
"@babel/types": "7.28.5",
"@vitest/coverage-v8": "4.0.16",
"camelcase": "9.0.0",
"index-to-position": "1.2.0",
"jest-snapshot-serializer-raw": "2.0.0",
"outdent": "0.8.0",
"prettier": "^3.7.4",
"release-it": "19.2.2",
"serialize-javascript": "7.0.2",
"vitest": "^4.0.16"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}