forked from ernestwisniewski/kbin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.49 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
45
46
{
"devDependencies": {
"@hotwired/stimulus": "^3.0.0",
"@hotwired/turbo": "^7.0.1",
"@symfony/stimulus-bridge": "^3.0.0",
"@symfony/ux-autocomplete": "file:vendor/symfony/ux-autocomplete/assets",
"@symfony/ux-chartjs": "file:vendor/symfony/ux-chartjs/Resources/assets",
"@symfony/ux-dropzone": "file:vendor/symfony/ux-dropzone/Resources/assets",
"@symfony/ux-turbo": "file:vendor/symfony/ux-turbo/Resources/assets",
"@symfony/webpack-encore": "^1.7.0",
"bootstrap": "^5.2.2",
"chart.js": "^3.4.1",
"core-js": "^3.0.0",
"file-loader": "^6.0.0",
"node-sass": "^7.0.1",
"regenerator-runtime": "^0.13.2",
"sass-loader": "^12.0.0",
"tom-select": "^2.0.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.2.0",
"@popperjs/core": "^2.6.0",
"glightbox": "^3.2.0",
"imagesloaded": "^5.0.0",
"js-cookie": "^2.2.1",
"masonry-layout": "^4.2.2",
"simplemde": "^1.11.2",
"stimulus-animated-number": "^4.0.0",
"stimulus-character-counter": "^4.0.0",
"stimulus-clipboard": "^3.0.0",
"stimulus-reveal-controller": "^4.0.0",
"stimulus-scroll-progress": "^4.0.0",
"stimulus-timeago": "^4.0.0",
"stimulus-use": "^0.50.0-2",
"vanillajs-datepicker": "^1.1.2"
}
}