Skip to content

Instantly share code, notes, and snippets.

@e111077
Last active August 5, 2022 08:26
Show Gist options
  • Select an option

  • Save e111077/8df90fc96b632b9838abf95681b0a3a7 to your computer and use it in GitHub Desktop.

Select an option

Save e111077/8df90fc96b632b9838abf95681b0a3a7 to your computer and use it in GitHub Desktop.
I/O 2021 example package.json
{
"scripts": {
"build": "tsc",
"build:watch": "npm run build -- --watch",
"serve": "web-dev-server --node-resolve --watch --open",
"dev": "npm run build:watch & npm run serve"
},
"devDependencies": {
"@web/dev-server": "^0.1.17",
"typescript": "^4.2.4"
},
"dependencies": {
"lit": "^2.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment