1
0
Fork 0
mirror of https://github.com/kou029w/hasura-rest-hands-on.git synced 2025-04-08 05:26:25 +00:00
hasura-rest-hands-on/package.json
2024-01-29 08:07:44 +00:00

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"
}
}