-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.22 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.22 KB
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
{
"dependencies": {
"@fortawesome/fontawesome-free": "^5.3.1",
"@fortawesome/fontawesome-svg-core": "^1.2.4",
"@fortawesome/free-regular-svg-icons": "^5.5.0",
"@fortawesome/free-solid-svg-icons": "^5.5.0",
"bootstrap": "^4.6.0",
"gsap": "^3.6.0",
"intersection-observer": "^0.12.0",
"jquery": "^3.3",
"mmenu-js": "^8.5.21",
"mobile-detect": "^1.4.4",
"photoswipe": "^4.1.3",
"popper.js": "^1.12",
"scrollmagic": "2.0.6",
"select2": "^4.0.5",
"swiper": "^6.4.14"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.1",
"@symfony/webpack-encore": "^0.31",
"autoprefixer": "^9.3.1",
"babel-eslint": "^10.0.1",
"core-js": "^3.1.4",
"css-hot-loader": "^1.3.4",
"eslint": "^6.2.1",
"eslint-config-standard": "^14.0.0",
"eslint-loader": "^3.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"expose-loader": "^1.0.0",
"html-loader": "^0.5.5",
"html-webpack-exclude-assets-plugin": "^0.0.7",
"html-webpack-plugin": "^3.2.0",
"html-webpack-tags-plugin": "^2.0.15",
"image-webpack-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass-chokidar": "^1.3",
"path": "^0.12.7",
"postcss-loader": "^3.0.0",
"regenerator-runtime": "^0.13.3",
"sass-loader": "^9.0.0",
"script-loader": "^0.7.0",
"style-loader": "^1.0.0",
"stylelint": "^10.1.0",
"svg-url-loader": "^6.0.0",
"webpack-dev-server": "^3.1.10",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server --progress --colors",
"dev": "encore dev --progress",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"browserslist": [
"last 2 versions",
"ios >= 9",
"ie >= 11",
"not dead"
]
}