Update dependencies
This commit is contained in:
parent
cd7d384ac3
commit
997ae9e2b8
3 changed files with 10944 additions and 39 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
node_modules
|
node_modules
|
||||||
dist
|
dist
|
||||||
target
|
target
|
||||||
package-lock.json
|
.DS_Store
|
||||||
|
|
|
||||||
10924
package-lock.json
generated
Normal file
10924
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
57
package.json
57
package.json
|
|
@ -3,9 +3,9 @@
|
||||||
"description": "An easily configurable timeline of projects.",
|
"description": "An easily configurable timeline of projects.",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "webpack-dev-server --mode development",
|
"start": "webpack serve --open --mode development",
|
||||||
"lint": "npx eslint --fix \"src/**/*.ts\" && npx prettier --write \"src/**/*\"",
|
"lint": "npx eslint --fix \"src/**/*.ts\" && npx prettier --write \"src/**/*\"",
|
||||||
"build": "webpack --mode production && rm dist/*.js && rm dist/*.css"
|
"build": "webpack --mode production"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
@ -24,47 +24,28 @@
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/schmelczerandras/timeline/issues"
|
"url": "https://github.com/schmelczerandras/timeline/issues"
|
||||||
},
|
},
|
||||||
"postcss": {
|
|
||||||
"plugins": {
|
|
||||||
"autoprefixer": {}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"defaults"
|
"defaults"
|
||||||
],
|
],
|
||||||
"homepage": "https://github.com/schmelczerandras/timeline#readme",
|
"homepage": "https://github.com/schmelczerandras/timeline#readme",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@typescript-eslint/eslint-plugin": "^3.9.1",
|
"css-loader": "^6.5.1",
|
||||||
"@typescript-eslint/parser": "^3.9.1",
|
"file-loader": "^6.2.0",
|
||||||
"autoprefixer": "^9.8.6",
|
"html-webpack-plugin": "^5.5.0",
|
||||||
"clean-webpack-plugin": "^3.0.0",
|
"inline-source-webpack-plugin": "^2.0.1",
|
||||||
"css-loader": "^3.6.0",
|
"mini-css-extract-plugin": "^2.5.2",
|
||||||
"cssnano": "^4.1.10",
|
"resolve-url-loader": "^5.0.0",
|
||||||
"eslint": "^7.2.0",
|
"responsive-loader": "^2.3.0",
|
||||||
"eslint-config-prettier": "^6.11.0",
|
"sass": "^1.49.0",
|
||||||
"eslint-plugin-import": "^2.21.2",
|
"sass-loader": "^12.4.0",
|
||||||
"eslint-plugin-prettier": "^3.1.4",
|
"sharp": "^0.29.3",
|
||||||
"eslint-plugin-unused-imports": "^0.1.3",
|
"string-replace-loader": "^3.1.0",
|
||||||
"file-loader": "^5.1.0",
|
|
||||||
"html-webpack-inline-source-plugin": "0.0.10",
|
|
||||||
"html-webpack-plugin": "^3.2.0",
|
|
||||||
"mini-css-extract-plugin": "^0.9.0",
|
|
||||||
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
||||||
"postcss-loader": "^3.0.0",
|
|
||||||
"prettier": "^1.19.1",
|
|
||||||
"resolve-url-loader": "^3.1.1",
|
|
||||||
"responsive-loader": "^2.2.0",
|
|
||||||
"sass": "^1.26.10",
|
|
||||||
"sass-loader": "^8.0.2",
|
|
||||||
"sharp": "^0.23.4",
|
|
||||||
"string-replace-loader": "^2.3.0",
|
|
||||||
"style-loader": "^1.2.1",
|
|
||||||
"svg-inline-loader": "^0.8.2",
|
"svg-inline-loader": "^0.8.2",
|
||||||
"terser-webpack-plugin": "^2.3.8",
|
"terser-webpack-plugin": "^5.3.0",
|
||||||
"ts-loader": "^6.2.2",
|
"ts-loader": "^9.2.6",
|
||||||
"typescript": "^3.9.7",
|
"typescript": "^4.5.5",
|
||||||
"webpack": "^4.44.1",
|
"webpack": "^5.67.0",
|
||||||
"webpack-cli": "^3.3.12",
|
"webpack-cli": "^4.9.1",
|
||||||
"webpack-dev-server": "^3.11.0"
|
"webpack-dev-server": "^4.7.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue