-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.17 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
{
"name": "next-mdx-relations-monorepo",
"private": true,
"workspaces": [
"ts-example",
"next-mdx-relations"
],
"scripts": {
"lint": "eslint --fix . && echo 'linted 💯'",
"test": "vitest run",
"testing": "vitest watch --coverage",
"example:dev": "yarn workspace ts-example dev",
"example:build": "yarn workspace ts-example build",
"package:build": "yarn workspace next-mdx-relations build",
"package:release": "yarn workspace next-mdx-relations release"
},
"dependencies": {
"fast-glob": "3.2.11",
"gray-matter": "4.0.3",
"next-mdx-remote": "4.0.3"
},
"devDependencies": {
"@babel/core": "7.18.5",
"@babel/preset-env": "7.18.2",
"@babel/preset-typescript": "7.17.12",
"@netlify/plugin-nextjs": "4.9.1",
"@types/mock-fs": "4.13.1",
"@typescript-eslint/eslint-plugin": "5.28.0",
"@typescript-eslint/parser": "5.28.0",
"c8": "7.11.3",
"eslint": "8.18.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.0.0",
"happy-dom": "5.3.1",
"mock-fs": "5.1.2",
"prettier": "2.7.1",
"typescript": "4.7.4",
"vitest": "0.15.1"
}
}