-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
38
39
40
41
42
43
44
{
"name": "andreasfink.xyz",
"version": "1.0.0",
"description": "",
"main": "./src/index.js",
"scripts": {
"watch": "webpack --watch",
"prod": "NODE_ENV=production webpack",
"dev": "webpack",
"build": "npm run prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AFink/andreasfink.xyz.git"
},
"author": "Andreas Fink <andreas@andreasfink.xyz>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AFink/andreasfink.xyz/issues"
},
"homepage": "https://github.com/AFink/andreasfink.xyz#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@popperjs/core": "^2.9.2",
"bootstrap": "^5.0.1",
"particles.js": "^2.0.0"
},
"devDependencies": {
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"handlebars": "^4.7.7",
"handlebars-loader": "^1.7.1",
"html-webpack-plugin": "^5.3.1",
"node-sass": "^6.0.0",
"sass-loader": "^12.0.0",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0"
}
}