2024-07-25 18:49:59 +08:00
|
|
|
{
|
2024-07-25 19:33:25 +08:00
|
|
|
"name": "ThriveX",
|
2024-07-25 18:49:59 +08:00
|
|
|
"private": true,
|
|
|
|
|
"version": "1.3.7",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vite build",
|
|
|
|
|
"preview": "vite preview"
|
|
|
|
|
},
|
|
|
|
|
"author": {
|
2024-07-25 19:33:25 +08:00
|
|
|
"name": "YuYang",
|
|
|
|
|
"email": "liuyuyang1024@yeah.net",
|
2024-12-09 15:17:04 +08:00
|
|
|
"url": "https://liuyuyang.net"
|
2024-07-25 18:49:59 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-01-04 19:58:42 +08:00
|
|
|
"@ant-design/icons": "^5.5.2",
|
2024-11-04 19:34:52 +08:00
|
|
|
"@bytemd/plugin-gemoji": "^1.21.0",
|
|
|
|
|
"@bytemd/plugin-gfm": "^1.21.0",
|
2024-11-02 21:04:13 +08:00
|
|
|
"@bytemd/plugin-highlight": "^1.21.0",
|
2024-12-28 22:10:06 +08:00
|
|
|
"@bytemd/plugin-math": "^1.21.0",
|
2024-11-02 21:04:13 +08:00
|
|
|
"@bytemd/react": "^1.21.0",
|
2024-07-25 20:22:04 +08:00
|
|
|
"antd": "^5.19.3",
|
2024-07-25 18:49:59 +08:00
|
|
|
"apexcharts": "^3.41.0",
|
2024-07-27 20:23:03 +08:00
|
|
|
"axios": "^1.7.2",
|
2024-08-22 13:39:56 +08:00
|
|
|
"compressorjs": "^1.2.1",
|
2024-08-14 13:10:44 +08:00
|
|
|
"dicebear": "^9.2.1",
|
2024-12-29 22:46:28 +08:00
|
|
|
"exiftool-vendored": "^29.0.0",
|
2024-07-25 18:49:59 +08:00
|
|
|
"flatpickr": "^4.6.13",
|
|
|
|
|
"headlessui": "^0.0.0",
|
|
|
|
|
"match-sorter": "^6.3.1",
|
|
|
|
|
"react": "^18.2.0",
|
|
|
|
|
"react-apexcharts": "^1.4.1",
|
|
|
|
|
"react-dom": "^18.2.0",
|
2024-08-16 13:37:56 +08:00
|
|
|
"react-github-calendar": "^4.2.2",
|
2024-07-25 18:49:59 +08:00
|
|
|
"react-hot-toast": "^2.4.1",
|
2024-07-25 23:03:12 +08:00
|
|
|
"react-icons": "^4.12.0",
|
2025-01-04 19:26:44 +08:00
|
|
|
"react-masonry-css": "^1.0.16",
|
2024-07-25 18:49:59 +08:00
|
|
|
"react-router-dom": "^6.14.2",
|
|
|
|
|
"react-toastify": "^9.1.3",
|
2024-12-28 22:10:06 +08:00
|
|
|
"rehype-callouts": "^1.4.1",
|
2024-12-29 22:46:28 +08:00
|
|
|
"remark-mark-highlight": "^0.1.1",
|
2024-07-25 20:22:04 +08:00
|
|
|
"sass": "^1.77.8",
|
2024-07-27 15:38:56 +08:00
|
|
|
"sort-by": "^0.0.2",
|
2024-07-27 20:23:03 +08:00
|
|
|
"vite-plugin-sass-dts": "^1.3.25",
|
|
|
|
|
"zustand": "^4.5.4"
|
2024-07-25 18:49:59 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/react": "^18.2.17",
|
|
|
|
|
"@types/react-dom": "^18.2.7",
|
|
|
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
|
|
|
"autoprefixer": "^10.4.14",
|
|
|
|
|
"file-loader": "^6.2.0",
|
|
|
|
|
"postcss": "^8.4.27",
|
|
|
|
|
"prettier": "^3.0.0",
|
|
|
|
|
"prettier-plugin-tailwindcss": "^0.4.1",
|
|
|
|
|
"tailwindcss": "^3.4.1",
|
|
|
|
|
"vite": "^4.4.7",
|
|
|
|
|
"webpack": "^5.88.2"
|
|
|
|
|
}
|
2024-07-25 20:22:04 +08:00
|
|
|
}
|