memos/web/package.json

32 lines
778 B
JSON
Raw Normal View History

2021-12-08 23:43:52 +08:00
{
"name": "memos",
"version": "2.0.6",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
2021-12-13 17:23:35 +08:00
"serve": "vite preview",
"lint": "eslint --ext .js,.ts,.tsx, src"
2021-12-08 23:43:52 +08:00
},
"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",
2021-12-13 17:23:35 +08:00
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
2021-12-08 23:43:52 +08:00
"@vitejs/plugin-react": "^1.0.0",
2021-12-13 17:23:35 +08:00
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
2021-12-08 23:43:52 +08:00
"less": "^4.1.1",
2021-12-13 17:23:35 +08:00
"prettier": "2.5.1",
2021-12-08 23:43:52 +08:00
"typescript": "^4.3.2",
"vite": "^2.6.14"
},
"license": "MIT"
}