hasura-rest-hands-on/package.json

18 lines
407 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": {
2025-01-27 17:24:14 +09:00
"esbuild": "^0.24.2",
"highlight.js": "^11.11.1",
2021-07-16 22:11:10 +09:00
"highlightjs-graphql": "^1.0.2",
2025-01-27 17:24:14 +09:00
"prettier": "^3.4.2"
2021-07-16 22:11:10 +09:00
}
}