mirror of
https://github.com/balzack/databag.git
synced 2025-05-04 07:25:15 +00:00
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"name": "databag",
|
|
"version": "0.2.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint .",
|
|
"format": "prettier --single-quote true --print-width 200 --write src",
|
|
"lint:fix": "yarn lint --fix",
|
|
"type-check": "tsc --project tsconfig.json --pretty --noEmit",
|
|
"update-deps": "node ./src/config/update-deps.mjs"
|
|
},
|
|
"dependencies": {
|
|
"@mantine/core": "^7.11.2",
|
|
"@mantine/hooks": "^7.11.2",
|
|
"@mantine/modals": "^7.12.2",
|
|
"@tabler/core": "^1.0.0-beta20",
|
|
"@tabler/icons-react": "^3.12.0",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/jest": "29.0.3",
|
|
"@types/react-color": "^3.0.13",
|
|
"@types/react-dom": "18.0.6",
|
|
"@vitejs/plugin-react": "4.3.1",
|
|
"crypto-js": "^4.2.0",
|
|
"databag-client-sdk": "^0.0.20",
|
|
"dompurify": "^3.2.3",
|
|
"jest": "29.1.1",
|
|
"jsencrypt": "^3.3.2",
|
|
"react": "18.3.1",
|
|
"react-animate-height": "^3.2.3",
|
|
"react-color": "^2.19.3",
|
|
"react-dom": "18.2.0",
|
|
"react-easy-crop": "^5.0.8",
|
|
"react-image-file-resizer": "^0.4.8",
|
|
"react-resize-detector": "^11.0.1",
|
|
"react-router-dom": "^6.26.0",
|
|
"redaxios": "^0.5.1",
|
|
"ts-jest": "29.0.2",
|
|
"ts-node": "10.9.1",
|
|
"typescript": "5.5.4",
|
|
"vite": "5.3.5",
|
|
"vite-plugin-linter": "1.2.0",
|
|
"vite-plugin-svgr": "4.2.0",
|
|
"vite-tsconfig-paths": "4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.8.0",
|
|
"@types/react": "^18.3.5",
|
|
"eslint": "9.x",
|
|
"eslint-plugin-react": "^7.35.0",
|
|
"globals": "^15.9.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"prettier": "3.3.3",
|
|
"typescript-eslint": "^8.0.0"
|
|
}
|
|
}
|