-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"browserslist": "last 2 versions, ie 11, > 1%",
"devDependencies": {
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@hotwired/stimulus": "^3.2.2",
"@simplewebauthn/browser": "^10.0.0",
"@symfony/stimulus-bridge": "^3.2.2",
"@symfony/webpack-encore": "^4",
"@types/query-string": "^6.3.0",
"@web-auth/webauthn-stimulus": "file:vendor/web-auth/webauthn-stimulus/assets",
"compass-mixins": "^0",
"file-loader": "^6.0.0",
"query-string": "^6.8.3",
"sass": "^1.43",
"sass-loader": "^13.0",
"stylelint": "^15.10",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11",
"webpack-import-glob-loader": "^1.6.3"
},
"dependencies": {
"bootstrap": "^3",
"core-js": "^3.2.1",
"css-loader": "^6",
"glob-parent": ">=5.1.2",
"jquery": "^3",
"postcss": ">=8.4.31",
"select2": "^4",
"semver": ">7.5.2",
"serialize-javascript": ">=2.1.1",
"yargs-parser": ">=18.1.2"
},
"license": "Apache-2.0"
}