-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1004 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1004 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
35
36
37
38
{
"name": "ux-methods",
"private": true,
"version": "2.0.0",
"description": "11ty site with Sanity Studio for UX Methods",
"keywords": [
"sanity",
"11ty"
],
"type": "module",
"engines": {
"node": ">=22"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "pnpm -r --parallel dev",
"dev_old": "npm-run-all --parallel dev:*",
"dev:studio": "pnpm run dev --filter=ux-methods-studio",
"dev:web": "pnpm run dev --filter=ux-methods-web"
},
"devDependencies": {
"@sanity/blueprints": "^0.2.0",
"@types/node": "^24.10.11",
"npm-run-all": "^4.1.5",
"typescript": "^5.9.3"
},
"dependencies": {
"@sanity/client": "^7.14.1",
"@sanity/functions": "^1.2.0",
"metascraper": "^5.49.21",
"metascraper-author": "^5.49.21",
"metascraper-date": "^5.49.21",
"metascraper-description": "^5.49.21",
"metascraper-image": "^5.49.21",
"metascraper-publisher": "^5.49.21",
"metascraper-title": "^5.49.21"
}
}