-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.56 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
{
"name": "guillaumebeaulieu.com",
"version": "1.1.0",
"description": "Official website for Guillaume Beaulieu, baroque recorder player",
"keywords": [],
"main": "src/gb.js",
"scripts": {
"build": "webpack --config webpack/webpack.prod.js",
"watch": "webpack --watch --config webpack/webpack.dev.js",
"start": "node src/js/server.js"
},
"homepage": "https://github.com/MesseBasseProduction/guillaumebeaulieu.com/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/MesseBasseProduction/guillaumebeaulieu.com.git"
},
"bugs": {
"url": "https://github.com/MesseBasseProduction/guillaumebeaulieu.com/issues"
},
"author": "ArthurBeaulieu",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0",
"country-flag-emoji-polyfill": "^0.1.8",
"css-loader": "^7.1.2",
"cssnano": "^7.0.6",
"eslint": "^9.15.0",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"jsdoc": "^4.0.4",
"mini-css-extract-plugin": "^2.9.2",
"node-sass": "^9.0.0",
"postcss": "^8.4.49",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.1.1",
"sass-loader": "^16.0.3",
"stylelint": "^16.10.0",
"stylelint-webpack-plugin": "^5.0.1",
"url-loader": "^4.1.1",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"compression": "^1.7.5",
"express": "^4.21.1"
}
}