-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1 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
{
"name": "mantine-contextmenu-turborepo",
"version": "6.1.0",
"description": "This is a monorepo; see package/package.json for more info",
"private": true,
"workspaces": [
"docs",
"package"
],
"scripts": {
"set-package-versions": "NODE_NO_WARNINGS=1 node scripts/set-package-versions.mjs",
"build": "turbo run build --no-daemon",
"dev": "turbo run dev --parallel --no-daemon",
"start": "npx serve docs/out",
"lint": "turbo run lint --no-daemon",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"test": "turbo run test",
"test:watch": "turbo run test:watch"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.2",
"eslint-config-prettier": "^9.0.0",
"prettier": "^3.0.3",
"turbo": "^1.10.16",
"typescript": "^5.2.2"
},
"engines": {
"npm": ">=8.13.2",
"node": ">=16.16.0"
},
"packageManager": "yarn@1.22.19"
}