-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 865 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
{
"name": "zjael.github.io",
"version": "1.0.0",
"scripts": {
"dev": "webpack serve --mode development --hot",
"build": "webpack --mode production --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zjael/zjael.github.io.git"
},
"author": "Jakob Sjælland",
"license": "MIT",
"bugs": {
"url": "https://github.com/zjael/zjael.github.io/issues"
},
"homepage": "https://github.com/zjael/zjael.github.io#readme",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"css-loader": "^4.3.0",
"file-loader": "^6.1.1",
"html-webpack-plugin": "^4.5.0",
"style-loader": "^2.0.0",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0",
"webpack-dev-server": "^3.11.0"
}
}