chg: usr: make the first working version - the stepping is broken due to the algorythm structure #4
This commit is contained in:
16
package.json
16
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user