Private
Public Access
1
0

chg: usr: make the first working version - the stepping is broken due to the algorythm structure #4

This commit is contained in:
2026-04-09 12:10:37 +02:00
parent dd4b410624
commit fa0fc0743d
51 changed files with 8355 additions and 55172 deletions

View File

@@ -27,15 +27,17 @@
"uglifycss": "0.0.25"
},
"devDependencies": {
"@babel/preset-env": "^7.23.0",
"@babel/preset-react": "^7.6.3",
"@symfony/webpack-encore": "^0.28.0",
"autoprefixer": "^7.2.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"@symfony/webpack-encore": "^4.0",
"autoprefixer": "^10.0.0",
"babel-loader": "^9.0",
"core-js": "^3.0.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"webpack-notifier": "^1.6.0"
"sass": "^1.77.0",
"sass-loader": "^13.0",
"webpack": "^5.72",
"webpack-cli": "^5.0",
"webpack-notifier": "^1.15.0"
},
"scripts": {
"dev-server": "encore dev-server",