mirror of
https://github.com/Qortal/Q-Apps-Utils.git
synced 2025-01-28 22:02:18 +00:00
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "qortal-app-utils",
|
|
"version": "1.5.0",
|
|
"description": "A series of convenience functions that perform common tasks, especially those that interact with the Qortal blockchain",
|
|
"keywords": [
|
|
"Qortal",
|
|
"QortalDataNetwork"
|
|
],
|
|
"author": "Qortal Dev Team",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Qortal/Q-Apps-Utils"
|
|
},
|
|
"private": false,
|
|
"main": "index.ts",
|
|
"types": "index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/icons-material": "^5.11.11",
|
|
"@mui/material": "^5.11.13",
|
|
"@mui/system": "^5.14.5",
|
|
"@types/node": "^20.8.4",
|
|
"colorsys": "github:netbeast/colorsys",
|
|
"node": "^20.7.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-intersection-observer": "^9.4.3",
|
|
"react-quill": "^2.0.0",
|
|
"react-rnd": "^10.4.1",
|
|
"ts-key-enum": "^2.0.12",
|
|
"vite-plugin-dts": "^3.6.2",
|
|
"vite-tsconfig-paths": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
"@typescript-eslint/parser": "^5.62.0",
|
|
"@vitejs/plugin-react": "^4.2.0",
|
|
"eslint": "^8.51.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.3.4",
|
|
"prettier": "^3.0.3",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.5.0"
|
|
}
|
|
}
|