update deps + eslint + element as second arg on mount

This commit is contained in:
2023-02-23 16:45:07 +03:00
parent d94d9e03cf
commit c7ddae4b86
12 changed files with 10089 additions and 327 deletions
+14 -8
View File
@@ -5,26 +5,32 @@
"main": "dist/index.js",
"scripts": {
"start": "nodemon ./stubs/server.js",
"build": "webpack --mode development"
"build": "webpack --mode development",
"build:prod": "webpack --mode production"
},
"author": "innoavvlasov@gmail.com",
"license": "ISC",
"devDependencies": {
"@types/node": "13.7.0",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@types/node": "16.18.12",
"@types/systemjs": "6.1.0",
"awesome-typescript-loader": "5.2.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "3.0.0",
"es6-promise": "4.2.8",
"eslint": "^8.34.0",
"exports-loader": "0.7.0",
"fbjs": "1.0.0",
"file-loader": "5.0.2",
"history": "4.10.1",
"imports-loader": "0.8.0",
"nodemon": "^2.0.20",
"rimraf": "3.0.1",
"systemjs": "6.2.2",
"typescript": "3.7.5",
"webpack": "4.41.5",
"webpack-cli": "3.3.10",
"whatwg-fetch": "3.0.0"
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}