stort/package.json

35 lines
818 B
JSON
Raw 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-07-30 22:27:23 +08:00
"@mui/icons-material": "^5.16.5",
2024-07-30 16:47:58 +08:00
"@mui/material": "^5.16.5",
2024-07-30 18:03:06 +08:00
"@tauri-apps/api": "^1.6.0",
2024-08-01 01:47:08 +08:00
"@types/lodash": "^4.17.7",
"lodash": "^4.17.21",
2024-07-30 16:47:58 +08:00
"next": "14.2.5",
2024-07-30 11:22:58 +08:00
"react": "^18",
2024-07-30 16:47:58 +08:00
"react-dom": "^18"
2024-07-30 11:22:58 +08:00
},
"devDependencies": {
2024-07-30 16:21:16 +08:00
"@tauri-apps/cli": "^1.6.0",
2024-07-30 11:22:58 +08:00
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
2024-07-30 16:21:16 +08:00
"eslint-config-next": "14.2.5",
"typescript": "^5"
2024-07-30 11:22:58 +08:00
}
2024-07-30 18:03:06 +08:00
}