forked from ai-paas/mlops-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.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
36
37
38
{
"name": "monorepo-template",
"private": true,
"scripts": {
"build": "turbo build",
"build:storybook": "turbo build:storybook build --filter storybook",
"dev": "turbo dev",
"dev:dashboard": "turbo run dev --filter total-dashboard",
"dev:storybook": "turbo run dev --filter storybook",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"prepare": "husky",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.0.5",
"husky": "^9.1.5",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.10",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.6",
"turbo": "^2.1.1",
"typescript": "^5.4.5",
"vitest": "^2.0.5"
},
"packageManager": "pnpm@8.15.6",
"engines": {
"node": ">=18"
}
}