hasura-rest-hands-on/package.json

16 lines
382 B
JSON
Raw Normal View History

2021-07-16 22:11:10 +09:00
{
"name": "@kou029w/hasura-rest-hands-on",
"version": "1.0.0",
"private": true,
"scripts": {
2022-03-02 16:25:03 +09:00
"build": "esbuild src/*.js --outdir=theme --platform=browser --bundle --minify"
2021-07-16 22:11:10 +09:00
},
"devDependencies": {
2023-03-01 15:41:34 +09:00
"esbuild": "^0.17.10",
"highlight.js": "^11.7.0",
2021-07-16 22:11:10 +09:00
"highlightjs-graphql": "^1.0.2",
2023-03-01 15:41:34 +09:00
"prettier": "^2.8.4",
"prettier-plugin-md-nocjsp": "^1.5.1"
2021-07-16 22:11:10 +09:00
}
}