-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 803 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 803 Bytes
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
{
"name": "linear",
"description": "Linear",
"private": true,
"version": "0.0.1",
"scripts": {
"attio": "attio",
"dev": "attio dev",
"build": "attio build",
"format": "biome format .",
"format-fix": "npx biome format --write .",
"clean": "rm -rf lib && rm -rf dist",
"lint": "npx biome lint .",
"test": ""
},
"devDependencies": {
"@biomejs/biome": "2.0.5",
"@types/node": "^24.0.4",
"@types/react": "19.0.0",
"node-fetch": "3.3.2",
"typescript": "5.8.3"
},
"dependencies": {
"@tanstack/react-query": "^5.83.0",
"attio": "0.0.1-experimental.20250829.2",
"event-target-polyfill": "^0.0.4",
"match-sorter": "8.0.3",
"react": "19.0.0",
"yet-another-abortcontroller-polyfill": "^0.0.4",
"zod": "^4.0.14"
}
}