-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 795 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 795 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
33
34
{
"name": "breadcrumbs",
"version": "1.1.0",
"description": "Navigation breadcrumbs for Roam Research.",
"main": "index.js",
"scripts": {
"postinstall": "patch-package",
"start": "samepage dev",
"prebuild:roam": "npm install",
"build:roam": "samepage build --dry",
"deploy:vercel": "tsx scripts/deploy-vercel.ts",
"test": "samepage test"
},
"keywords": [
"roam",
"roam-research",
"roamjs",
"breadcrumbs",
"navigation"
],
"license": "MIT",
"dependencies": {
"@vercel/blob": "^1.1.1",
"roamjs-components": "^0.86.4"
},
"devDependencies": {
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.11",
"tsx": "^4.20.5"
},
"samepage": {
"extends": "node_modules/roamjs-components/package.json"
}
}