-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1000 Bytes
/
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
{
"name": "kala-pavura-turbo",
"private": true,
"scripts": {
"build": "turbo build --filter saagaraya",
"dev": "turbo dev --filter saagaraya",
"lint": "turbo lint -- --fix",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"test": "turbo test"
},
"devDependencies": {
"@repo/eslint-config": "*",
"@repo/typescript-config": "*",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.12.4",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-sort-exports": "^0.9.1",
"eslint-plugin-unused-imports": "^4.0.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.1",
"turbo": "latest"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*",
"packages/libs/*"
]
}