mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 09:02:49 +03:00
9611ff7386
* chore: update github action * chore: release `v0.1.3` * fix: create migration_history table * fix: compare migration_history
38 lines
967 B
JSON
38 lines
967 B
JSON
{
|
|
"name": "memos",
|
|
"version": "0.1.3",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"serve": "vite preview",
|
|
"lint": "eslint --ext .js,.ts,.tsx, src"
|
|
},
|
|
"dependencies": {
|
|
"@reduxjs/toolkit": "^1.8.1",
|
|
"axios": "^0.27.2",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"react-redux": "^8.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.5",
|
|
"@types/react": "^18.0.9",
|
|
"@types/react-dom": "^18.0.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
|
"@typescript-eslint/parser": "^5.6.0",
|
|
"@vitejs/plugin-react": "^1.0.0",
|
|
"autoprefixer": "^10.4.2",
|
|
"eslint": "^8.4.1",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.27.1",
|
|
"less": "^4.1.1",
|
|
"postcss": "^8.4.5",
|
|
"prettier": "2.5.1",
|
|
"tailwindcss": "^3.0.18",
|
|
"typescript": "^4.3.2",
|
|
"vite": "^2.9.0"
|
|
}
|
|
}
|