sigit.io/package.json

45 lines
1.2 KiB
JSON
Raw Normal View History

2024-02-27 14:03:15 +00:00
{
"name": "web",
"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",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.15.11",
2024-03-01 10:16:35 +00:00
"@mui/lab": "5.0.0-alpha.166",
"@mui/material": "5.15.11",
"@nostr-dev-kit/ndk": "2.5.0",
"@reduxjs/toolkit": "2.2.1",
"axios": "1.6.7",
"lodash": "4.17.21",
"nostr-tools": "2.3.1",
2024-02-27 14:03:15 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "9.1.0",
"react-router-dom": "6.22.1",
"react-toastify": "10.0.4",
"redux": "5.0.1"
2024-02-27 14:03:15 +00:00
},
"devDependencies": {
"@types/lodash": "4.14.202",
2024-02-27 14:03:15 +00:00
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"ts-css-modules-vite-plugin": "1.0.20",
"typescript": "^5.2.2",
"vite": "^5.1.4"
}
}