-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 783 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 783 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
{
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"@symfony/ux-swup": "file:vendor/symfony/ux-swup/Resources/assets",
"@symfony/webpack-encore": "^1.0.0",
"bootstrap": "^4.5.2",
"bs-custom-file-input": "^1.3.4",
"core-js": "^3.6.5",
"jquery": "^3.5.1",
"node-sass": "^4.14.1",
"popper.js": "^1.16.1",
"sass-loader": "^9.0.0",
"stimulus": "^2.0.0",
"webpack-notifier": "^1.6.0"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@ckeditor/ckeditor5-build-balloon": "^23.1.0",
"@ckeditor/ckeditor5-build-classic": "^23.1.0",
"@symfony/stimulus-bridge": "^2.0.0",
"@ttskch/select2-bootstrap4-theme": "^1.4.0",
"codemirror": "^5.58.1",
"select2": "^4.0.13"
}
}