1
0
Fork 0
mirror of https://github.com/kou029w/hasura-rest-hands-on.git synced 2025-03-30 09:35:17 +00:00
hasura-rest-hands-on/package.json
2025-03-01 09:59:37 +00:00

17 lines
403 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.25.0",
"highlight.js": "11.11.1",
"highlightjs-graphql": "1.0.2",
"prettier": "3.4.2"
}
}