mirror of https://github.com/usememos/memos
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
472 B
JSON
24 lines
472 B
JSON
3 years ago
|
{
|
||
|
"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"
|
||
|
}
|