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
2023-01-01 01:24:48 +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.16.0",
"highlight.js": "^11.6.0",
"highlightjs-graphql": "^1.0.2",
"prettier": "^2.7.1",
"prettier-plugin-md-nocjsp": "^1.4.0"
}
}