mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-28 20:47:49 +01:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "dhfs-webui",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"source": "src/index.html",
|
|
"scripts": {
|
|
"start": "parcel --public-url /webui",
|
|
"build": "parcel build --public-url /webui"
|
|
},
|
|
"browserslist": "> 0.5%, last 2 versions, not dead",
|
|
"dependencies": {
|
|
"jwt-decode": "^4.0.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-router": "^7.4.1",
|
|
"react-router-dom": "^7.4.1",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"@parcel/resolver-default": {
|
|
"packageExports": true
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/transformer-sass": "^2.14.4",
|
|
"@parcel/transformer-typescript-tsc": "^2.14.4",
|
|
"@parcel/validator-typescript": "^2.14.4",
|
|
"@types/eslint": "^9.6.1",
|
|
"@types/eslint-config-prettier": "^6.11.3",
|
|
"@types/react": "^19.0.12",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@typescript-eslint/eslint-plugin": "^8.28.0",
|
|
"@typescript-eslint/parser": "^8.28.0",
|
|
"eslint": "^9",
|
|
"eslint-config-prettier": "^10.1.1",
|
|
"eslint-plugin-react": "^7.37.4",
|
|
"parcel": "^2.14.4",
|
|
"prettier": "^3.5.3",
|
|
"process": "^0.11.10",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|