-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.47 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.47 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
{
"name": "nsql1h26-tailor",
"version": "1.0.0",
"private": true,
"description": "This is a monorepo for the tailor app project.",
"engines": {
"node": "^20.20.1 || >=22.0.0"
},
"scripts": {
"lint": "pnpm -r --if-present lint",
"format": "pnpm -r --if-present format",
"typecheck": "pnpm -r --if-present typecheck",
"format:check": "pnpm -r --if-present format:check",
"build": "concurrently -n backend,frontend -c blue,magenta \"pnpm --filter @nosql/backend build\" \"pnpm --filter @nosql/frontend build\"",
"dev": "concurrently -k -n backend,frontend -c blue,magenta \"pnpm --filter @nosql/backend start:dev\" \"pnpm --filter @nosql/frontend dev\"",
"preview": "concurrently -n backend,frontend -c blue,magenta \"pnpm --filter @nosql/backend start:prod\" \"pnpm --filter @nosql/frontend preview\""
},
"contributors": [
"Korshkov Aleksandr",
"Pivoev Nikita",
"Otmakhov Danil"
],
"license": "ISC",
"packageManager": "pnpm@10.30.0",
"devDependencies": {
"@dotenvx/dotenvx": "^1.54.1",
"@eslint/js": "^10.0.1",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/node": "^25.3.5",
"concurrently": "^9.2.1",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-vue": "^10.8.0",
"globals": "^17.4.0",
"jiti": "^2.6.1",
"prettier": "^3.8.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
"vue-eslint-parser": "^10.4.0"
}
}