-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.65 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "personal-website",
"version": "1.0.0",
"description": "",
"main": "src/app.js",
"dependencies": {
"@popperjs/core": "^2.11.6",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"compression": "^1.7.4",
"debug": "^4.3.7",
"express": "^4.21.0",
"http-errors": "^2.0.0",
"i18next": "^23.15.1",
"i18next-fs-backend": "^2.3.2",
"i18next-http-middleware": "^3.6.0",
"iso-639-1": "^3.1.3",
"pug": "^3.0.3"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"compression-webpack-plugin": "^11.1.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.9.1",
"nodemon": "^3.1.7",
"npm-run-all": "^4.1.5",
"postcss-loader": "^8.1.1",
"sass": "^1.79.3",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm-run-all build-*",
"build-css": "webpack --mode=production",
"build-cli": "node ./cli",
"start": "node ./bin/www",
"watch": "nodemon --watch . -x \"npm run build-css && npm start\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/giacomo-secchi/personal-website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/giacomo-secchi/personal-website/issues"
},
"homepage": "https://github.com/giacomo-secchi/personal-website#readme"
}