-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"name": "aburio-website",
"version": "4.1.0",
"description": "Aburio portfolio website",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --open --mode production",
"build": "webpack",
"stats": "webpack --json > stats.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aburio/aburio-website.git"
},
"author": "Arthur Burnichon (Aburio)",
"license": "MIT",
"bugs": {
"url": "https://github.com/aburio/aburio-website/issues"
},
"homepage": "https://github.com/aburio/aburio-website#readme",
"devDependencies": {
"bootstrap": "^5.3.2",
"css-loader": "^6.9.1",
"handlebars": "^4.7.8",
"html-bundler-webpack-plugin": "^3.4.11",
"pdfobject": "^2.2.12",
"sass": "^1.70.0",
"sass-loader": "^14.0.0",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@popperjs/core": "^2.11.8"
}
}