2024-04-14 14:57:30 +03:00
|
|
|
{
|
|
|
|
"name": "ext-one",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
2024-07-02 16:53:21 -04:00
|
|
|
"preview": "vite preview",
|
|
|
|
"test": "vitest",
|
|
|
|
"coverage": "vitest run --coverage"
|
2024-04-14 14:57:30 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@emotion/react": "^11.11.4",
|
|
|
|
"@emotion/styled": "^11.11.0",
|
|
|
|
"@mui/material": "^5.15.14",
|
2024-07-02 17:10:07 -04:00
|
|
|
"@testing-library/jest-dom": "^6.4.6",
|
2024-07-02 17:47:27 -04:00
|
|
|
"@testing-library/user-event": "^14.5.2",
|
2024-04-14 14:57:30 +03:00
|
|
|
"@types/chrome": "^0.0.263",
|
|
|
|
"asmcrypto.js": "2.3.2",
|
|
|
|
"bcryptjs": "2.4.3",
|
|
|
|
"buffer": "6.0.3",
|
2024-07-09 00:44:02 +03:00
|
|
|
"file-saver": "^2.0.5",
|
2024-04-14 14:57:30 +03:00
|
|
|
"jssha": "3.3.1",
|
|
|
|
"react": "^18.2.0",
|
2024-04-14 21:14:13 +03:00
|
|
|
"react-copy-to-clipboard": "^5.1.0",
|
2024-04-14 14:57:30 +03:00
|
|
|
"react-countdown-circle-timer": "^3.2.1",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-dropzone": "^14.2.3"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-07-02 17:10:07 -04:00
|
|
|
"@testing-library/dom": "^10.3.0",
|
|
|
|
"@testing-library/react": "^16.0.0",
|
2024-04-14 14:57:30 +03:00
|
|
|
"@types/react": "^18.2.64",
|
2024-04-14 21:14:13 +03:00
|
|
|
"@types/react-copy-to-clipboard": "^5.0.7",
|
2024-04-14 14:57:30 +03:00
|
|
|
"@types/react-dom": "^18.2.21",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^7.1.1",
|
|
|
|
"@typescript-eslint/parser": "^7.1.1",
|
|
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
|
|
"eslint": "^8.57.0",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
|
|
"typescript": "^5.2.2",
|
2024-07-02 16:53:21 -04:00
|
|
|
"vite": "^5.1.6",
|
|
|
|
"vitest": "^1.6.0"
|
2024-04-14 14:57:30 +03:00
|
|
|
}
|
|
|
|
}
|