-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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
43
44
{
"devDependencies": {
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^3.0.0",
"@symfony/webpack-encore": "^2.0.0",
"bloodhound-js": "^1.2.3",
"bootstrap-tagsinput": "^0.7.1",
"bootswatch": "^3.3.7",
"core-js": "^3.0.0",
"eonasdan-bootstrap-datetimepicker": "^4.17.49",
"font-awesome": "^4.7.0",
"highlight.js": "^11.5.1",
"imports-loader": "^3.1.1",
"jquery": "^3.6.0",
"lato-font": "^3.0.0",
"regenerator-runtime": "^0.13.2",
"sass": "^1.51.0",
"typeahead.js": "^0.11.1",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.1.3",
"bootstrap-sass": "^3.4.3",
"dotenv": "^16.0.0",
"flag-icons": "^6.9.3",
"jquery-mousewheel": "^3.1.13",
"jquery-touchswipe": "^1.6.19",
"jquery-ui": "^1.13.1",
"lightgallery": "^2.7.1",
"mixpanel-browser": "^2.59.0",
"picturefill": "^3.0.3",
"sass-loader": "^12.0"
}
}