-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 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": "personal-website",
"version": "1.0.0",
"description": "My personal website.",
"main": "server.js",
"scripts": {
"start": "node -r esm server.js",
"build": "webpack --mode=production",
"dev": "webpack --mode=development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peelstnac/personal-website.git"
},
"author": "peelstnac",
"license": "MIT",
"bugs": {
"url": "https://github.com/peelstnac/personal-website/issues"
},
"homepage": "https://github.com/peelstnac/personal-website#readme",
"dependencies": {
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"imagemin-pngquant": "^9.0.1",
"parallax-js": "^3.1.0"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.1.5",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^5.0.0-beta.1",
"image-minimizer-webpack-plugin": "^2.2.0",
"img-loader": "^3.0.2",
"mini-css-extract-plugin": "^1.3.3",
"terser-webpack-plugin": "^5.0.3",
"webpack": "^5.11.0",
"webpack-cli": "^4.3.0"
}
}