72 lines
2.3 KiB
JSON
72 lines
2.3 KiB
JSON
{
|
|
"name": "web",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"homepage": "https://sigit.io/",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"lint:fix": "eslint . --fix --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"formatter:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,html,css,sass,less,yml,md,graphql}\"",
|
|
"formatter:fix": "prettier --write \"src/**/*.{ts,tsx,js,jsx,html,css,sass,less,yml,md,graphql}\"",
|
|
"preview": "vite preview",
|
|
"preinstall": "git config core.hooksPath .git-hooks"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "11.11.4",
|
|
"@emotion/styled": "11.11.0",
|
|
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
|
"@fortawesome/free-brands-svg-icons": "^6.6.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
|
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
"@mui/icons-material": "5.15.11",
|
|
"@mui/lab": "5.0.0-alpha.166",
|
|
"@mui/material": "5.15.11",
|
|
"@noble/hashes": "^1.4.0",
|
|
"@nostr-dev-kit/ndk": "2.5.0",
|
|
"@reduxjs/toolkit": "2.2.1",
|
|
"axios": "1.6.7",
|
|
"crypto-hash": "3.0.0",
|
|
"crypto-js": "^4.2.0",
|
|
"dnd-core": "16.0.1",
|
|
"file-saver": "2.0.5",
|
|
"idb": "8.0.0",
|
|
"jszip": "3.10.1",
|
|
"lodash": "4.17.21",
|
|
"mui-file-input": "4.0.4",
|
|
"nostr-tools": "2.7.0",
|
|
"pdf-lib": "^1.17.1",
|
|
"pdfjs-dist": "^4.4.168",
|
|
"react": "^18.2.0",
|
|
"react-dnd": "16.0.1",
|
|
"react-dnd-html5-backend": "16.0.1",
|
|
"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",
|
|
"tseep": "1.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/file-saver": "2.0.7",
|
|
"@types/lodash": "4.14.202",
|
|
"@types/pdfjs-dist": "^2.10.378",
|
|
"@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",
|
|
"prettier": "3.2.5",
|
|
"ts-css-modules-vite-plugin": "1.0.20",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.1.4",
|
|
"vite-tsconfig-paths": "4.3.2"
|
|
}
|
|
}
|