-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.31 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"type": "module",
"scripts": {
"start": "html-bundle --hmr --secure --handler utils/staticFiles.js",
"build": "html-bundle --isCritical --handler utils/staticFiles.js",
"lint": "eslint --flag unstable_ts_config src/**/*.{ts,js,mjs,jsx,tsx} --fix && tsc --noEmit",
"format": "prettier --write .",
"test": "playwright test",
"update": "npx npm-check-updates -u && npm i && npm outdated"
},
"dependencies": {
"comlink": "^4.4.2",
"hydro-js": "^1.5.22",
"progressive-picture": "^2.0.5",
"workbox-cacheable-response": "^7.3.0",
"workbox-expiration": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.10.1",
"@eslint/js": "^9.22.0",
"@esm-bundle/chai": "^4.3.4",
"@playwright/test": "^1.51.0",
"@tailwindcss/postcss": "^4.0.14",
"@types/node": "^22.13.10",
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.6",
"cssnano-preset-advanced": "^7.0.6",
"eslint": "^9.22.0",
"globals": "^16.0.0",
"html-bundle": "^6.1.8",
"node-json-minify": "^3.0.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"sharp": "^0.33.5",
"tailwindcss": "^4.0.13",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.1"
}
}