2021-12-08 18:43:52 +03:00
|
|
|
{
|
|
|
|
"name": "memos",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
2023-03-02 05:05:15 +03:00
|
|
|
"lint": "eslint --ext .js,.ts,.tsx, src",
|
|
|
|
"lint-fix": "eslint --ext .js,.ts,.tsx, src --fix"
|
2021-12-08 18:43:52 +03:00
|
|
|
},
|
2023-06-15 17:35:41 +03:00
|
|
|
"packageManager": "pnpm@8.6.1",
|
2021-12-08 18:43:52 +03:00
|
|
|
"dependencies": {
|
2023-08-02 15:20:34 +03:00
|
|
|
"@emotion/react": "^11.11.1",
|
|
|
|
"@emotion/styled": "^11.11.0",
|
2023-08-20 21:35:53 +03:00
|
|
|
"@mui/joy": "5.0.0-beta.2",
|
2022-05-21 07:21:06 +03:00
|
|
|
"@reduxjs/toolkit": "^1.8.1",
|
2022-05-22 07:02:58 +03:00
|
|
|
"axios": "^0.27.2",
|
2023-07-15 17:57:57 +03:00
|
|
|
"classnames": "^2.3.2",
|
2022-09-14 14:24:13 +03:00
|
|
|
"copy-to-clipboard": "^3.3.2",
|
2022-10-14 17:29:28 +03:00
|
|
|
"highlight.js": "^11.6.0",
|
2022-09-19 17:27:50 +03:00
|
|
|
"i18next": "^21.9.2",
|
2023-03-05 18:45:33 +03:00
|
|
|
"i18next-browser-languagedetector": "^7.0.1",
|
2022-02-05 19:13:15 +03:00
|
|
|
"lodash-es": "^4.17.21",
|
2023-07-29 13:57:09 +03:00
|
|
|
"lucide-react": "^0.263.0",
|
2023-01-18 13:49:48 +03:00
|
|
|
"qrcode.react": "^3.1.0",
|
2022-09-30 19:07:06 +03:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2023-03-09 03:54:14 +03:00
|
|
|
"react-hot-toast": "^2.4.0",
|
2022-09-19 17:27:50 +03:00
|
|
|
"react-i18next": "^11.18.6",
|
2022-09-16 17:48:41 +03:00
|
|
|
"react-redux": "^8.0.1",
|
2023-03-07 04:24:31 +03:00
|
|
|
"react-router-dom": "^6.8.2",
|
2023-03-08 04:00:10 +03:00
|
|
|
"react-use": "^17.4.0",
|
2023-01-07 08:58:42 +03:00
|
|
|
"semver": "^7.3.8",
|
2023-03-18 17:07:14 +03:00
|
|
|
"tailwindcss": "^3.2.4",
|
2023-07-30 17:55:45 +03:00
|
|
|
"textarea-caret": "^3.1.0",
|
2023-07-14 08:09:21 +03:00
|
|
|
"uuid": "^9.0.0",
|
2023-03-18 17:07:14 +03:00
|
|
|
"zustand": "^4.3.6"
|
2021-12-08 18:43:52 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-05 16:30:23 +03:00
|
|
|
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
|
2022-02-05 19:13:15 +03:00
|
|
|
"@types/lodash-es": "^4.17.5",
|
2022-07-10 04:02:56 +03:00
|
|
|
"@types/node": "^18.0.3",
|
2022-07-07 18:11:20 +03:00
|
|
|
"@types/qs": "^6.9.7",
|
2023-08-02 15:20:34 +03:00
|
|
|
"@types/react": "^18.2.18",
|
|
|
|
"@types/react-dom": "^18.2.7",
|
2023-01-07 08:58:42 +03:00
|
|
|
"@types/semver": "^7.3.13",
|
2023-07-30 17:55:45 +03:00
|
|
|
"@types/textarea-caret": "^3.0.1",
|
2023-07-14 08:09:21 +03:00
|
|
|
"@types/uuid": "^9.0.2",
|
2021-12-13 12:23:35 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
|
|
|
"@typescript-eslint/parser": "^5.6.0",
|
2023-08-20 21:35:53 +03:00
|
|
|
"@vitejs/plugin-react-swc": "^3.3.2",
|
2022-01-31 14:16:01 +03:00
|
|
|
"autoprefixer": "^10.4.2",
|
2023-08-02 15:20:34 +03:00
|
|
|
"eslint": "^8.46.0",
|
2023-01-25 19:35:50 +03:00
|
|
|
"eslint-config-prettier": "^8.6.0",
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
2021-12-13 12:23:35 +03:00
|
|
|
"eslint-plugin-react": "^7.27.1",
|
2021-12-08 18:43:52 +03:00
|
|
|
"less": "^4.1.1",
|
2023-04-15 19:47:40 +03:00
|
|
|
"postcss": "^8.4.21",
|
2023-08-05 16:30:23 +03:00
|
|
|
"prettier": "2.6.2",
|
2022-12-11 17:15:52 +03:00
|
|
|
"terser": "^5.16.1",
|
2023-08-20 21:35:53 +03:00
|
|
|
"typescript": "^5.1.6",
|
|
|
|
"vite": "^4.4.9"
|
2022-06-19 06:32:49 +03:00
|
|
|
}
|
2021-12-08 18:43:52 +03:00
|
|
|
}
|