-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1015 Bytes
/
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
{
"name": "website",
"version": "0.0.0",
"description": "",
"author": "BBC Potsdam",
"license": "MIT",
"devDependencies": {
"css-loader": "^6.3.0",
"css-minimizer-webpack-plugin": "^3.0.2",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"fontmin": "^0.9.9",
"highlight.js": "^11.2.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"markdown-it": "^12.2.0",
"markdown-it-loader": "^0.7.0",
"mini-css-extract-plugin": "^2.3.0",
"pug": "^3.0.2",
"pug-loader": "^2.4.0",
"style-loader": "^3.3.0",
"webpack": "^5.56.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.3.0",
"webpack-remove-empty-scripts": "^0.7.1"
},
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack build --mode production",
"fonts": "node fonts.js",
"postinstall": "npm run fonts"
}
}