memos/web/package.json

55 lines
1.5 KiB
JSON
Raw Normal View History

2021-12-08 18:43:52 +03:00
{
"name": "memos",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
2021-12-13 12:23:35 +03:00
"serve": "vite preview",
2022-10-01 17:56:20 +03:00
"lint": "eslint --ext .js,.ts,.tsx, src",
2022-10-01 17:59:00 +03:00
"test": "jest --passWithNoTests"
2021-12-08 18:43:52 +03:00
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
2022-11-30 15:34:16 +03:00
"@mui/joy": "^5.0.0-alpha.56",
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",
2022-09-14 14:24:13 +03:00
"copy-to-clipboard": "^3.3.2",
2022-07-16 06:50:40 +03:00
"dayjs": "^1.11.3",
"highlight.js": "^11.6.0",
2022-09-19 17:27:50 +03:00
"i18next": "^21.9.2",
2022-02-05 19:13:15 +03:00
"lodash-es": "^4.17.21",
"qs": "^6.11.0",
2022-09-30 19:07:06 +03:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2022-07-29 19:29:20 +03:00
"react-feather": "^2.0.10",
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",
"react-router-dom": "^6.4.0",
"tailwindcss": "^3.2.4"
2021-12-08 18:43:52 +03:00
},
"devDependencies": {
2022-10-01 17:56:20 +03:00
"@jest/globals": "^29.1.2",
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",
"@types/qs": "^6.9.7",
2022-09-30 19:07:06 +03:00
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
2021-12-13 12:23:35 +03:00
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
2022-07-14 14:33:20 +03:00
"@vitejs/plugin-react": "^2.0.0",
"autoprefixer": "^10.4.2",
2021-12-13 12:23:35 +03:00
"eslint": "^8.4.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
2022-10-01 17:56:20 +03:00
"jest": "^29.1.2",
2021-12-08 18:43:52 +03:00
"less": "^4.1.1",
2022-10-04 09:35:07 +03:00
"lodash": "^4.17.21",
"postcss": "^8.4.5",
2021-12-13 12:23:35 +03:00
"prettier": "2.5.1",
2022-10-01 17:56:20 +03:00
"ts-jest": "^29.0.3",
2021-12-08 18:43:52 +03:00
"typescript": "^4.3.2",
2022-07-14 14:33:20 +03:00
"vite": "^3.0.0"
}
2021-12-08 18:43:52 +03:00
}