You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.5 KiB

12 months ago
{
11 months ago
"name": "qortal-app-utils",
"version": "1.0.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.js",
"types": "index.d.ts",
12 months ago
"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",
11 months ago
"@types/node": "^20.8.4",
12 months ago
"colorsys": "github:netbeast/colorsys",
11 months ago
"node": "^20.7.0",
12 months ago
"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"
},
"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.0.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.3.2"
}
}