stort/package.json

45 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2024-07-30 11:22:58 +08:00
{
"name": "stort",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
2024-07-30 18:03:06 +08:00
"lint": "next lint",
"tauri": "tauri"
2024-07-30 11:22:58 +08:00
},
"dependencies": {
2024-07-30 16:47:58 +08:00
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
2024-08-06 12:39:19 +08:00
"@mui/icons-material": "^5.16.6",
2024-08-07 18:59:11 +08:00
"@mui/lab": "^5.0.0-alpha.173",
2024-08-06 12:39:19 +08:00
"@mui/material": "^5.16.6",
2024-10-22 22:10:01 +08:00
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-fs": "^2.0.1",
"@tauri-apps/plugin-notification": "^2.0.0",
"@tauri-apps/plugin-process": "^2.0.0",
2024-08-06 00:14:02 +08:00
"jotai": "^2.9.1",
2024-08-01 01:47:08 +08:00
"lodash": "^4.17.21",
2024-07-30 16:47:58 +08:00
"next": "14.2.5",
2024-08-06 12:39:19 +08:00
"react": "^18.3.1",
"react-dom": "^18.3.1",
"smol-toml": "^1.3.0",
2024-10-22 22:10:01 +08:00
"tauri": "^0.15.0",
2024-08-06 00:14:02 +08:00
"zustand": "^4.5.4"
2024-07-30 11:22:58 +08:00
},
"devDependencies": {
2024-10-22 22:10:01 +08:00
"@tauri-apps/cli": "^2.0.4",
"@types/lodash": "^4.17.7",
2024-08-06 12:39:19 +08:00
"@types/node": "^20.14.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
2024-07-30 16:21:16 +08:00
"eslint-config-next": "14.2.5",
2024-08-06 12:39:19 +08:00
"typescript": "^5.5.4"
2024-07-30 11:22:58 +08:00
}
2024-10-22 22:10:01 +08:00
}