-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.34 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/node": "^7.22.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@hotwired/stimulus": "^3.2.2",
"@swup/debug-plugin": "^3.0",
"@swup/fade-theme": "^1.0.5",
"@swup/forms-plugin": "^2.0",
"@swup/slide-theme": "^1.0.5",
"@symfony/stimulus-bridge": "^3.2.2",
"@symfony/ux-dropzone": "file:vendor/symfony/ux-dropzone/assets",
"@symfony/ux-swup": "file:vendor/symfony/ux-swup/assets",
"@symfony/ux-vue": "file:vendor/symfony/ux-vue/assets",
"@symfony/webpack-encore": "^4.4.0",
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
"@vue/babel-preset-jsx": "^1.4.0",
"core-js": "^3.32.1",
"regenerator-runtime": "^0.13.11",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"swup": "^3.0",
"ts-loader": "^9.4.4",
"typescript": "^4.9.5",
"vue": "^3.3.4",
"vue-loader": "^17.0.1",
"vue-template-compiler": "^2.7.14",
"webpack-cli": "^5.1.4",
"webpack-notifier": "^1.15.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@swup/matomo-plugin": "^1.0.1",
"@swup/plugin": "^1.0.1",
"animejs": "^3.2.1",
"aos": "^2.3.4",
"axios": "^1.4.0",
"babel-loader": "^9.1.3",
"dropzone": "^6.0.0-beta.2",
"fslightbox-vue": "^2.1.3",
"grapesjs": "^0.21.4",
"grapesjs-blocks-basic": "^1.0.2",
"gsap": "^3.12.2",
"lightbox2": "^2.11.4",
"lightgallery": "^2.7.2",
"loader-utils": "^3.2.1",
"mobile-detect": "^1.4.5",
"photoswipe": "^5.4.2",
"rellax": "^1.12.1",
"smooth-scrollbar": "^8.8.4",
"sortablejs": "^1.15.0",
"tabs": "^0.2.0",
"tailwindcss": "^3.3.3",
"viewerjs": "^1.11.6",
"vue-easy-lightbox": "^1.16.0",
"vue-gallery-slideshow": "^1.5.2",
"vuetify": "^3.3.13",
"webpack": "^5.88.2"
}
}