-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 862 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 862 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
{
"name": "launchware-site",
"version": "0.0.1",
"author": "Dan Pickett",
"license": "NONE",
"private": true,
"workspaces": [
"apps/gatsby",
"apps/functions"
],
"scripts": {
"format": "prettier --write .",
"gatsby:build": "pnpm --dir apps/gatsby build",
"develop:gatsby": "pnpm --dir apps/gatsby develop:gatsby"
},
"devDependencies": {
"netlify-cli": "^24.0.0",
"pnpm": "^10.0.0",
"prettier": "^3.8.1"
},
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"gatsby",
"gatsby-cli",
"netlify-cli",
"sharp"
],
"overrides": {
"msgpackr": "^1.11.9",
"ordered-binary": "^1.6.1"
}
}
}