hasura-rest-hands-on/package.json

18 lines
406 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,
2024-01-29 17:03:32 +09:00
"workspaces": [
"frontend"
],
2021-07-16 22:11:10 +09:00
"scripts": {
2024-01-29 17:03:32 +09:00
"build": "esbuild src/*.js --outdir=theme --platform=browser --bundle --minify && npm --workspaces run build"
2021-07-16 22:11:10 +09:00
},
"devDependencies": {
"esbuild": "^0.20.0",
2023-03-01 15:41:34 +09:00
"highlight.js": "^11.7.0",
2021-07-16 22:11:10 +09:00
"highlightjs-graphql": "^1.0.2",
2023-11-17 12:36:43 +09:00
"prettier": "^3.0.0"
2021-07-16 22:11:10 +09:00
}
}