-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 820 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 820 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": "tanstack-start-amplify",
"version": "0.0.0",
"private": true,
"license": "MIT",
"author": "Masahiko Murakami <fossamagna2@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/fossamagna/tanstack-start-amplify"
},
"type": "module",
"scripts": {
"ready": "vp check && vp run -r test && vp run -r build",
"dev": "vp run website#dev",
"prepare": "vp config",
"release": "vp run -r build && changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "catalog:",
"@changesets/cli": "catalog:",
"esbuild": "catalog:",
"vite-plus": "catalog:"
},
"engines": {
"node": ">=22.12.0"
},
"packageManager": "pnpm@10.33.4",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"lightningcss"
]
}
}