forked from joomla/framework.joomla.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 675 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 675 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
30
31
{
"private": true,
"engines": {
"node": ">=16",
"npm": ">=8.5.5"
},
"scripts": {
"dev": "mix",
"watch": "mix watch",
"prod": "mix --production"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"bootstrap": "^4.6.1",
"smooth-scroll": "^16.1.3"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.43",
"laravel-mix-purgecss": "^6.0.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.51.0",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.14"
},
"browserslist": [
"last 2 versions, not < 0.5%"
],
"license": "GPL-2.0+"
}