50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "comic_viewer",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"tauri-dev": "tauri dev",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/css": "^11.10.6",
|
|
"@emotion/react": "^11.10.6",
|
|
"@emotion/styled": "^11.10.6",
|
|
"@mantine/core": "^6.0.0",
|
|
"@mantine/form": "^6.0.0",
|
|
"@mantine/hooks": "^6.0.0",
|
|
"@mantine/modals": "^6.0.0",
|
|
"@mantine/notifications": "^6.0.0",
|
|
"@mantine/nprogress": "^6.0.0",
|
|
"@tabler/icons-react": "^2.8.0",
|
|
"@tauri-apps/api": "^1.2.0",
|
|
"events": "^3.3.0",
|
|
"framer-motion": "^8.1.1",
|
|
"immer": "^9.0.17",
|
|
"ramda": "^0.28.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-use": "^17.4.0",
|
|
"react-window": "^1.8.8",
|
|
"use-immer": "^0.8.1",
|
|
"zustand": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@tauri-apps/cli": "^1.2.2",
|
|
"@types/events": "^3.0.0",
|
|
"@types/node": "^18.7.10",
|
|
"@types/ramda": "^0.28.20",
|
|
"@types/react": "^18.0.15",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/react-window": "^1.8.5",
|
|
"@vitejs/plugin-react": "^3.0.0",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^4.0.0"
|
|
}
|
|
}
|