mirror of
https://github.com/Vomitblood/stort.git
synced 2024-11-26 13:55:27 +08:00
38 lines
924 B
JSON
38 lines
924 B
JSON
{
|
|
"name": "stort",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/cache": "^11.13.1",
|
|
"@emotion/react": "^11.13.0",
|
|
"@emotion/server": "^11.11.0",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@mui/icons-material": "^5.16.6",
|
|
"@mui/material": "^5.16.6",
|
|
"@tauri-apps/api": "^1.6.0",
|
|
"jotai": "^2.9.1",
|
|
"lodash": "^4.17.21",
|
|
"next": "14.2.5",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"smol-toml": "^1.3.0",
|
|
"zustand": "^4.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.17.7",
|
|
"@tauri-apps/cli": "^1.6.0",
|
|
"@types/node": "^20.14.14",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "14.2.5",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
} |