hasura-rest-hands-on/package.json
2023-09-01 04:05:16 +00:00

15 lines
381 B
JSON

{
"name": "@kou029w/hasura-rest-hands-on",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "esbuild src/*.js --outdir=theme --platform=browser --bundle --minify"
},
"devDependencies": {
"esbuild": "^0.19.0",
"highlight.js": "^11.7.0",
"highlightjs-graphql": "^1.0.2",
"prettier": "^3.0.0",
"prettier-plugin-md-nocjsp": "^1.5.1"
}
}