-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 887 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 887 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
32
{
"name": "inge-portfolio",
"version": "1.0.0",
"description": "Inge portfolio site",
"main": "public/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "FJ Lessing <me@fjlessing.co.za> (https://fjlessing.co.za)",
"license": "ISC",
"devDependencies": {
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.2.0-beta1",
"browser-sync": "^2.27.10",
"browser-sync-webpack-plugin": "^2.3.0",
"copy-webpack-plugin": "^10.2.4",
"filename-regex": "^2.0.1",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.43",
"laravel-mix-webp": "^0.1.3",
"locomotive-scroll": "^4.1.4",
"mix-html-builder": "^0.8.0",
"page-flip": "^2.0.7",
"popper.js": "^1.16.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.51.0",
"sass-loader": "^12.1.0"
},
"overrides": {
"autoprefixer": "10.4.5"
}
}