-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 787 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 787 Bytes
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
{
"devDependencies": {
"@symfony/webpack-encore": "^0.27.0",
"bootstrap": "^4.3.1",
"copy-webpack-plugin": "^5.0.3",
"core-js": "^3.1.4",
"jquery": "^3.4.1",
"mdbootstrap": "^4.8.2",
"popper.js": "^1.15.0",
"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": {
"aos": "^3.0.0-beta.6",
"babel-loader": "^8.0.6",
"dev": "^0.1.3",
"flatpickr": "^4.6.1",
"node-sass": "^4.12.0",
"sass-loader": "^7.0.1",
"twig": "^1.13.3"
}
}