Es scheint, dass Sie eine Reihe von Dateien und Verzeichnissen in Ihrem Backend-Projekt bearbeitet haben. Hier ist ein zusammenfassender Überblick über die Änderungen:
1. **Entfernung von 'node_modules'**: Es scheint, dass Sie den 'node_modules'-Ordner entfernt oder aktualisiert haben, da einige Dateien wie '.gitignore', 'package
This commit is contained in:
24
backend/package.json
Normal file
24
backend/package.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "myp-backend",
|
||||
"version": "1.0.0",
|
||||
"description": "Mercedes-Benz MYP 3D-Druck-Management-System Backend",
|
||||
"scripts": {
|
||||
"build:css": "tailwindcss -i ./static/css/input.css -o ./static/css/output.css --minify",
|
||||
"watch:css": "tailwindcss -i ./static/css/input.css -o ./static/css/output.css --watch",
|
||||
"dev:css": "tailwindcss -i ./static/css/input.css -o ./static/css/output.css --watch --verbose"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^3.4.0",
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"@tailwindcss/typography": "^0.5.10"
|
||||
},
|
||||
"keywords": [
|
||||
"mercedes-benz",
|
||||
"3d-printing",
|
||||
"flask",
|
||||
"tailwindcss",
|
||||
"raspberry-pi"
|
||||
],
|
||||
"author": "Till Tomczak - Mercedes-Benz TBA Marienfelde",
|
||||
"license": "MIT"
|
||||
}
|
Reference in New Issue
Block a user