-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.46 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.46 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
{
"name": "konect-front-end",
"private": true,
"version": "0.0.0",
"license": "MIT",
"type": "module",
"packageManager": "pnpm@10.33.0",
"scripts": {
"start": "pnpm --filter @konect/app start",
"start:app": "pnpm --filter @konect/app start",
"start:web": "pnpm --filter @konect/web start",
"build": "turbo run build",
"build:analyze:staging": "pnpm build:analyze:staging:app",
"build:analyze:staging:app": "turbo run build:analyze:staging --filter @konect/app",
"build:analyze:staging:web": "turbo run build:analyze:staging --filter @konect/web",
"lint": "turbo run lint",
"preview": "pnpm --filter @konect/app preview",
"preview:app": "pnpm --filter @konect/app preview",
"preview:web": "pnpm --filter @konect/web preview"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@tanstack/eslint-plugin-query": "^5.99.2",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.7.1",
"turbo": "^2.9.12",
"typescript": "catalog:",
"typescript-eslint": "^8.58.0",
"vite": "catalog:"
},
"engines": {
"node": ">=22.20.0",
"pnpm": "^10.0.0"
}
}