Last commit july 5th

This commit is contained in:
2024-07-05 13:46:23 +02:00
parent dad0d86e8c
commit b0e4dfbb76
24982 changed files with 2621219 additions and 413 deletions

25
spa/package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "spa",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@symfony/webpack-encore": "^4.6.1",
"babel-preset-preact": "^2.0.0",
"bootstrap": "^5.3.3",
"cordova": "^12.0.0",
"html-webpack-plugin": "^5.6.0",
"node-sass": "^9.0.0",
"preact": "^10.22.1",
"preact-router": "^4.1.2",
"sass-loader": "^14.2.1"
}
}