53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "estim",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"tauri:dev": "tauri dev"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@iconify/react": "^5.2.0",
|
|
"@tauri-apps/plugin-dialog": "~2.2.0",
|
|
"@tauri-apps/plugin-notification": "~2.2.1",
|
|
"@tauri-apps/plugin-os": "~2.2.0",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.13",
|
|
"jotai": "^2.12.1",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "19.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-router-dom": "^7.2.0",
|
|
"react-transition-group": "^4.4.5",
|
|
"react-use": "^17.6.0",
|
|
"sanitize.css": "^13.0.0",
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-opener": "^2",
|
|
"uuid": "^11.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.19.0",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/react-transition-group": "^4.4.12",
|
|
"@types/uuid": "^10.0.0",
|
|
"eslint": "^9.19.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.0.0",
|
|
"lightningcss": "^1.29.1",
|
|
"@types/react": "19.0.10",
|
|
"@types/react-dom": "19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"typescript": "~5.8.2",
|
|
"typescript-eslint": "^8.22.0",
|
|
"vite": "^6.0.3",
|
|
"@tauri-apps/cli": "^2"
|
|
}
|
|
} |