-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.58 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.58 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "scribear",
"version": "0.0.0",
"description": "",
"author": "scribear",
"private": true,
"type": "module",
"workspaces": [
"apps/*",
"infra/*",
"libs/*",
"libs/clients/*",
"libs/schemas/*",
"libs/store/*",
"libs/ui/*"
],
"scripts": {
"build": "npm run build --workspaces --if-present",
"changeset": "changeset",
"changeset:version": "changeset version",
"format": "npm run format --workspaces",
"format:fix": "npm run format:fix --workspaces --if-present",
"lint": "npm run lint --workspaces",
"lint:fix": "npm run lint:fix --workspaces --if-present",
"test:integration": "npm run test:integration --workspaces --if-present",
"test:unit": "npm run test:unit --workspaces --if-present"
},
"engines": {
"node": ">=24.0.0"
},
"devDependencies": {
"@changesets/cli": "2.30.0",
"@eslint/js": "9.38.0",
"@trivago/prettier-plugin-sort-imports": "6.0.2",
"@types/node": "24.9.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.4",
"@vitest/coverage-istanbul": "4.0.18",
"@vitest/ui": "4.0.18",
"concurrently": "9.2.1",
"esbuild": "0.27.4",
"eslint": "9.38.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-check-file": "3.3.1",
"globals": "17.3.0",
"pino-pretty": "13.1.3",
"prettier": "3.8.1",
"testcontainers": "11.12.0",
"typescript": "5.9.3",
"typescript-eslint": "8.56.1",
"vite": "7.3.1",
"vite-tsconfig-paths": "6.1.1",
"vitest": "4.0.18",
"vitest-mock-extended": "3.1.0"
}
}