mirror of
https://github.com/usememos/memos.git
synced 2024-12-20 01:31:29 +03:00
24 lines
472 B
JSON
24 lines
472 B
JSON
{
|
|
"name": "memos",
|
|
"version": "2.0.6",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"tiny-undo": "^0.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.2",
|
|
"@types/react-dom": "^17.0.2",
|
|
"@vitejs/plugin-react": "^1.0.0",
|
|
"less": "^4.1.1",
|
|
"typescript": "^4.3.2",
|
|
"vite": "^2.6.14"
|
|
},
|
|
"license": "MIT"
|
|
}
|