-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·48 lines (48 loc) · 1.3 KB
/
package.json
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
{
"name": "@markdoc-schemas/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"postinstall": "node ./tools/scripts/patch-nx-cli.js"
},
"private": true,
"devDependencies": {
"@ahryman40k/nx-vitepress": "15.1.1",
"@astrojs/markdoc": "^0.8.0",
"@markdoc/markdoc": "^0.4.0",
"@nrwl/eslint-plugin-nx": "17.2.3",
"@nrwl/js": "17.2.3",
"@nrwl/linter": "17.2.3",
"@nx/js": "17.2.3",
"@nx/vite": "17.2.3",
"@nx/workspace": "17.2.3",
"@nxtensions/astro": "16.2.0",
"@release-it/keep-a-changelog": "^5.0.0",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "6.14.0",
"@typescript-eslint/parser": "6.14.0",
"@vitejs/plugin-react": "4.2.1",
"astro": "^4.0.4",
"dotenv-cli": "^7.3.0",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "^2.15.1",
"jsdom": "~23.0.1",
"markdoc-html-tag-schemas": "workspace:^",
"nx": "17.2.3",
"prettier": "^3.1.1",
"publint": "^0.2.6",
"release-it": "^17.0.1",
"tsup": "^8.0.1",
"typescript": "~5.3.3",
"vite": "5.0.8",
"vite-tsconfig-paths": "^4.2.2",
"vitest": "1.0.4"
},
"dependencies": {
"@vitest/coverage-v8": "1.0.4",
"@vue/theme": "^2.2.5",
"vitepress": "1.0.0-rc.31",
"vue": "^3.3.11"
}
}