Update project

This commit is contained in:
Andras Schmelczer 2022-09-21 14:39:32 +02:00
parent a8a3a5093a
commit 3cf5b14913
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
5 changed files with 12598 additions and 700 deletions

View file

@ -4,8 +4,9 @@
"private": true,
"scripts": {
"start": "webpack serve --open --mode development",
"lint": "npx eslint --fix \"src/**/*.ts\" && npx prettier --write \"src/**/*.(ts|scss|json|html)\"",
"build": "webpack --mode production"
"lint": "eslint --fix \"src/**/*.ts\" && prettier --write \"src/**/*.(ts|scss|json|html)\"",
"build": "webpack --mode production",
"update": "ncu"
},
"repository": {
"type": "git",
@ -29,8 +30,10 @@
],
"homepage": "https://github.com/schmelczerandras/timeline#readme",
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"css-loader": "^6.5.1",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
@ -38,15 +41,17 @@
"html-webpack-plugin": "^5.5.0",
"inline-source-webpack-plugin": "^2.0.1",
"mini-css-extract-plugin": "^2.5.2",
"npm-check-updates": "^16.1.3",
"prettier": "^2.5.1",
"resolve-url-loader": "^5.0.0",
"responsive-loader": "^2.3.0",
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"sharp": "^0.29.3",
"sharp": "^0.31.0",
"string-replace-loader": "^3.1.0",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^9.2.6",
"ts-loader": "^9.3.1",
"ts-node": "^10.8.1",
"typescript": "^4.5.5",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.1",