-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.26 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
{
"name": "inariwrite",
"private": true,
"type": "module",
"packageManager": "pnpm@9.15.9",
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "turbo run dev",
"desktop:dev": "pnpm --filter @inariwrite/desktop run tauri:dev",
"desktop:build": "pnpm --filter @inariwrite/desktop run tauri:build",
"mobile:sync": "pnpm --filter @inariwrite/web run mobile:sync",
"mobile:add:android": "pnpm --filter @inariwrite/web exec cap add android",
"mobile:add:ios": "pnpm --filter @inariwrite/web exec cap add ios",
"build": "turbo run build",
"test": "turbo run test",
"test:e2e": "turbo run test:e2e",
"budget": "turbo run budget",
"lint": "turbo run lint",
"typecheck": "turbo run typecheck",
"audit": "pnpm audit --audit-level=high",
"changeset": "changeset",
"version-packages": "changeset version"
},
"pnpm": {
"overrides": {
"serialize-javascript": ">=7.0.3"
}
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1"
}
}