-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.05 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
{
"devDependencies": {
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^3.0.0",
"@symfony/ux-live-component": "file:vendor/symfony/ux-live-component/assets",
"@symfony/webpack-encore": "^1.7.0",
"core-js": "^3.0.0",
"css-purge": "^3.1.8",
"regenerator-runtime": "^0.13.2",
"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": {
"bulma-calendar": "^6.1.17",
"choices.js": "^10.1.0",
"easy-autocomplete": "^1.3.5",
"feather-icons": "^4.28.0",
"jquery": "^3.6.0",
"lightgallery": "^2.4.0",
"moment": "^2.29.2",
"notyf": "^3.10.0",
"nouislider": "^15.5.1",
"pikaday": "^1.8.2",
"simplebar": "^5.3.6",
"summernote": "^0.8.20",
"webui-popover": "^1.2.18"
}
}