This commit is contained in:
Fran Jurmanović
2021-06-02 22:36:40 +02:00
parent 1437b92056
commit 8d25e829f6
4 changed files with 22982 additions and 4043 deletions

View File

@@ -6,7 +6,8 @@
"license": "MIT",
"scripts": {
"start": "webpack serve --mode development --hot",
"build": "webpack --mode production"
"build": "webpack --mode production",
"format": "eslint"
},
"dependencies": {
"@babel/core": "^7.14.3",
@@ -31,6 +32,9 @@
"webpack-dev-server": "^3.11.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"eslint": "^7.27.0",
"webpack-cli": "^4.7.0"
}
}