-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 KB
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
39
40
41
42
{
"name": "solidstartactionissue-oetzidev",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "sst dev",
"build": "sst build",
"deploy": "sst deploy",
"remove": "sst remove",
"console": "sst console",
"typecheck": "tsc --noEmit",
"clean": "find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"prettier-plugin-tailwindcss": "0.6.6",
"@tsconfig/node22": "22.0.0",
"sst": "3.4.18",
"typescript": "5.7.2",
"prettier": "3.3.3"
},
"resolutions": {
"nitropack": "npm:nitropack-nightly@latest"
},
"overrides": {
"nitropack": "npm:nitropack-nightly@latest",
"nitro": "npm:nitro-nightly@latest"
},
"pnpm": {
"overrides": {
"nitropack": "npm:nitropack-nightly@latest",
"nitro": "npm:nitro-nightly@latest"
},
"resolutions": {
"nitropack": "npm:nitropack-nightly@latest"
}
},
"workspaces": [
"packages/*"
]
}