47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "comic_viewer",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"tauri-dev": "tauri dev"
|
|
},
|
|
"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",
|
|
"@tanstack/react-virtual": "3.0.0-beta.35",
|
|
"framer-motion": "^8.1.1",
|
|
"immer": "^9.0.17",
|
|
"ramda": "^0.28.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.8.2",
|
|
"react-use": "^17.4.0",
|
|
"use-immer": "^0.8.1",
|
|
"zustand": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@tauri-apps/cli": "^1.2.2",
|
|
"@types/node": "^18.7.10",
|
|
"@types/ramda": "^0.28.20",
|
|
"@types/react": "^18.0.15",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@vitejs/plugin-react": "^3.0.0",
|
|
"typescript": "^4.6.4",
|
|
"vite": "^4.0.0"
|
|
}
|
|
} |