Q-Apps-Utils/package.json

56 lines
1.6 KiB
JSON
Raw Normal View History

2023-10-09 18:44:15 +00:00
{
2023-10-11 22:41:55 +00:00
"name": "qortal-app-utils",
"version": "1.2.0",
2023-10-11 22:41:55 +00:00
"description": "A series of convenience functions that perform common tasks, especially those that interact with the Qortal blockchain",
2023-10-17 21:02:10 +00:00
"keywords": [
"Qortal",
"QortalDataNetwork"
],
2023-10-11 22:41:55 +00:00
"author": "Qortal Dev Team",
"repository": {
"type": "git",
"url": "https://github.com/Qortal/Q-Apps-Utils"
},
"private": false,
2023-10-17 21:02:10 +00:00
"main": "index.ts",
2023-10-11 22:41:55 +00:00
"types": "index.d.ts",
2023-10-09 18:44:15 +00:00
"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",
2023-10-11 22:41:55 +00:00
"@types/node": "^20.8.4",
2023-10-09 18:44:15 +00:00
"colorsys": "github:netbeast/colorsys",
2023-10-11 22:41:55 +00:00
"node": "^20.7.0",
2023-10-09 18:44:15 +00:00
"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-tsconfig-paths": "^4.2.1"
2023-10-09 18:44:15 +00:00
},
"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"
}
}