swiss-postcodes/package.json

48 lines
1,006 B
JSON

{
"name": "frontend",
"version": "1.0.0",
"description": "",
"source": "frontend/main.js",
"targets": {
"default": {
"distDir": "public/assets"
}
},
"scripts": {
"watch": "parcel watch",
"build": "parcel build"
},
"keywords": [],
"author": "",
"license": "MIT",
"packageManager": "pnpm@10.5.2",
"devDependencies": {
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"buffer": "^6.0.3",
"parcel": "^2.13.3",
"process": "^0.11.10"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@swc/core",
"core-js",
"deasync",
"lmdb",
"msgpackr-extract",
"parcel-bundler"
]
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/roboto": "^5.2.5",
"@mui/icons-material": "^6.4.6",
"@mui/material": "^6.4.6",
"axios": "^1.8.1",
"notistack": "^3.0.2",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
}