Merge branch 'feature/WW-26-architecture'

This commit is contained in:
Fran Jurmanović
2021-06-02 22:36:50 +02:00
4 changed files with 22982 additions and 4043 deletions

20
.eslintrc.json Normal file
View File

@@ -0,0 +1,20 @@
{
"env": {
"browser": true,
"es2021": true
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
}
}

18126
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

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"
}
}

8873
yarn.lock

File diff suppressed because it is too large Load Diff