create-hydro-app
Version:
Create hydro apps with no build configuration.
40 lines (39 loc) • 1.34 kB
JSON
{
"type": "module",
"scripts": {
"dev": "html-bundle --hmr --secure --handler utils/staticFiles.js",
"lint": "eslint src/**/*.{ts,js} --fix",
"build": "html-bundle --critical --secure --handler utils/staticFiles.js",
"preview": "npm run build && serve build --ssl-cert localhost.pem --ssl-key localhost-key.pem",
"test": "wtr test/**/*.html --node-resolve --coverage",
"update": "npx npm-check-updates -u && npm i && npm outdated"
},
"dependencies": {
"comlink": "^4.3.1",
"hydro-js": "^1.5.2",
"progressive-picture": "^2.0.5",
"tailwindcss": "^3.0.7",
"workbox-cacheable-response": "^6.4.2",
"workbox-expiration": "^6.4.2",
"workbox-routing": "^6.4.2",
"workbox-strategies": "^6.4.2"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"@web/test-runner": "^0.13.23",
"autoprefixer": "^10.4.0",
"cssnano": "^5.0.14",
"cssnano-preset-advanced": "^5.1.9",
"eslint": "^8.5.0",
"html-bundle": "^6.0.2",
"node-json-minify": "^3.0.0",
"postcss": "^8.4.5",
"postcss-preset-env": "^7.1.0",
"postcss-reporter": "^7.0.5",
"serve": "^13.0.2",
"sharp": "^0.29.3",
"typescript": "^4.5.4"
}
}