1
0
Fork 0
mirror of https://github.com/imjasonh/gots synced 2026-07-13 11:27:32 +00:00
gots/frontend/package.json
Jason Hall 0c84c06bb7 initial commit
Signed-off-by: Jason Hall <jason@chainguard.dev>
2025-08-30 20:38:34 -04:00

16 lines
No EOL
354 B
JSON

{
"name": "gojs-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "webpack --mode=production",
"dev": "webpack --mode=development --watch"
},
"devDependencies": {
"typescript": "^5.0.0",
"webpack": "^5.80.0",
"webpack-cli": "^5.1.0",
"ts-loader": "^9.4.0",
"html-webpack-plugin": "^5.5.0"
}
}