forked from patdx/worker-experiments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (33 loc) · 831 Bytes
/
package.json
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
{
"name": "htmx-experiments",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "nx run-many --target=build",
"do-update": "pnpm update -iLr"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@nx/js": "17.1.3",
"@nx/workspace": "17.1.3",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"eslint": "8.48.0",
"eslint-plugin-sql-formatter": "1.0.5",
"nx": "17.1.3",
"open-cli": "7.2.0",
"prettier-package-json": "2.8.0",
"typescript": "5.2.2",
"wrangler": "3.4.0"
},
"packageManager": "pnpm@8.10.5+sha256.a4bd9bb7b48214bbfcd95f264bd75bb70d100e5d4b58808f5cd6ab40c6ac21c5",
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3"
]
}
}