mirror of
https://github.com/usememos/memos.git
synced 2024-12-20 01:31:29 +03:00
81d4f01b7f
* add i18n * add base e2e test * add multiple test for e2e * extract the funciton of write memo * change test sturct * deteled unused dir * use fixture * add fixture * restruced the project * feat: add workflow * feat: change playwright test position * feat: change playwright test position * using yarn intead of npm * change install method * only enable sign in test * adjust the order of test * change report pos * fix style of e2e workflow * add review test * unify locale * randome write content * change report pos * reduce unused wait time * reduce unused folder * stash * merge upstream locale * change test name * add test item * change action name * add lanuage setting * add shotscreen * change name of test * fix the error of import dep * fix the error of import dep * fix the error of filename * fix the format of workflow * fix the name error of test case * feat: change the describe of test case * feat: remove unused test * feat: change the fixtures name * feat: remove unused config * feat: change docker action * feat: change the generate method * feat: extrace screenshot * feat: change extra path * feat: change extra path * feat: screenshot and upload * feat: change upload filename * feat: change login method * feat: change e2e method * feat: change e2e test * feat: add wait for login --------- Co-authored-by: CorrectRoadH <a778917369@gmail.comå>
62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "memos",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint --ext .js,.ts,.tsx, src",
|
|
"lint-fix": "eslint --ext .js,.ts,.tsx, src --fix"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.5",
|
|
"@emotion/styled": "^11.10.5",
|
|
"@mui/joy": "^5.0.0-alpha.67",
|
|
"@radix-ui/react-tooltip": "^1.0.5",
|
|
"@reduxjs/toolkit": "^1.8.1",
|
|
"axios": "^0.27.2",
|
|
"copy-to-clipboard": "^3.3.2",
|
|
"dayjs": "^1.11.3",
|
|
"highlight.js": "^11.6.0",
|
|
"i18next": "^21.9.2",
|
|
"i18next-browser-languagedetector": "^7.0.1",
|
|
"lodash-es": "^4.17.21",
|
|
"lucide-react": "^0.105.0",
|
|
"qrcode.react": "^3.1.0",
|
|
"qs": "^6.11.0",
|
|
"randomstring": "^1.2.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hot-toast": "^2.4.0",
|
|
"react-i18next": "^11.18.6",
|
|
"react-redux": "^8.0.1",
|
|
"react-router-dom": "^6.8.2",
|
|
"react-use": "^17.4.0",
|
|
"semver": "^7.3.8",
|
|
"tailwindcss": "^3.2.4",
|
|
"zustand": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.32.2",
|
|
"@tailwindcss/line-clamp": "^0.4.2",
|
|
"@types/lodash-es": "^4.17.5",
|
|
"@types/node": "^18.0.3",
|
|
"@types/qs": "^6.9.7",
|
|
"@types/react": "^18.0.26",
|
|
"@types/react-dom": "^18.0.10",
|
|
"@types/semver": "^7.3.13",
|
|
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
|
"@typescript-eslint/parser": "^5.6.0",
|
|
"@vitejs/plugin-react-swc": "^3.0.0",
|
|
"autoprefixer": "^10.4.2",
|
|
"eslint": "^8.4.1",
|
|
"eslint-config-prettier": "^8.6.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.27.1",
|
|
"less": "^4.1.1",
|
|
"postcss": "^8.4.5",
|
|
"prettier": "2.5.1",
|
|
"terser": "^5.16.1",
|
|
"typescript": "^4.3.2",
|
|
"vite": "^4.0.0"
|
|
}
|
|
}
|