forked from contao/contao
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 900 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 900 Bytes
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
{
"devDependencies": {
"@biomejs/biome": "^1.9",
"@hotwired/stimulus": "^3.2",
"@hotwired/stimulus-webpack-helpers": "^1.0",
"@hotwired/turbo": "^8.0",
"@stimulus-components/color-picker": "^2.0",
"@symfony/webpack-encore": "^5.1",
"@web-auth/webauthn-stimulus": "file:vendor/web-auth/webauthn-stimulus/assets",
"accessible-menu": "^4.2",
"focus-trap": "^7.6",
"postcss": "^8.5",
"postcss-loader": "^8.1",
"postcss-preset-env": "^10.1"
},
"browserslist": [
"defaults"
],
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"check": "biome check --write --unsafe core-bundle/assets"
},
"private": true,
"packageManager": "npm@11.1.0"
}