This commit is contained in:
26
05_react/uebungen/u10_input-price/package.json
Normal file
26
05_react/uebungen/u10_input-price/package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "u10_input-price",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"lint": "oxlint",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.3.8",
|
||||
"react": "^19.2.8",
|
||||
"react-dom": "^19.2.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^19.2.17",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^6.0.4",
|
||||
"oxlint": "^1.75.0",
|
||||
"sass-embedded": "^1.100.0",
|
||||
"styled-components": "^6.5.0",
|
||||
"vite": "^8.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user