-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.21 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
{
"name": "mdx-frisson-monorepo",
"description": "Beautiful MDX, great DX",
"version": "0.3.0",
"author": {
"name": "Sreetam Das",
"url": "https://github.com/sreetamdas"
},
"license": "MIT",
"type": "module",
"homepage": "https://github.com/sreetamdas/mdx-frisson",
"repository": {
"type": "git",
"url": "git+https://github.com/sreetamdas/mdx-frisson.git"
},
"bugs": {
"url": "https://github.com/sreetamdas/mdx-frisson/issues"
},
"packageManager": "pnpm@7.8.0",
"engines": {
"pnpm": "^7.0.0"
},
"private": true,
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint",
"compile": "turbo run compile",
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.25.0",
"@types/eslint": "^8.4.7",
"@types/eslint-plugin-prettier": "^3.1.0",
"@types/prettier": "^2.7.1",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"turbo": "^1.6.1",
"typescript": "^4.8.4",
"vite": "^3.1.8"
}
}