mirror of
https://github.com/kou029w/hasura-rest-hands-on.git
synced 2025-01-18 08:05:12 +00:00
4f4f686af0
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
17 lines
406 B
JSON
17 lines
406 B
JSON
{
|
|
"name": "@kou029w/hasura-rest-hands-on",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"workspaces": [
|
|
"frontend"
|
|
],
|
|
"scripts": {
|
|
"build": "esbuild src/*.js --outdir=theme --platform=browser --bundle --minify && npm --workspaces run build"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.20.0",
|
|
"highlight.js": "^11.7.0",
|
|
"highlightjs-graphql": "^1.0.2",
|
|
"prettier": "^3.0.0"
|
|
}
|
|
}
|