2024-09-20 02:28:25 +08:00
|
|
|
{
|
2024-09-20 23:15:42 +08:00
|
|
|
"name": "cstb-next",
|
|
|
|
|
"version": "0.0.1",
|
2024-09-20 02:28:25 +08:00
|
|
|
"private": true,
|
|
|
|
|
"author": {
|
2024-09-20 23:15:42 +08:00
|
|
|
"name": "Purp1e",
|
|
|
|
|
"email": "zx8244@qq.com"
|
2024-09-20 02:28:25 +08:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2024-11-11 10:04:00 +08:00
|
|
|
"next-start": "cross-env BROWSER=none next dev --turbo",
|
2024-09-20 02:28:25 +08:00
|
|
|
"next-build": "next build",
|
|
|
|
|
"tauri": "tauri",
|
|
|
|
|
"build": "tauri build",
|
2025-03-23 02:27:21 +08:00
|
|
|
"build-fast": "tauri build -b nsis -- --profile dev",
|
2024-09-20 02:28:25 +08:00
|
|
|
"dev": "tauri dev",
|
2025-03-15 04:18:57 +08:00
|
|
|
"lint": "next lint",
|
2025-03-19 21:15:15 +08:00
|
|
|
"fix": "next lint --fix"
|
2024-09-20 02:28:25 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-03-23 21:55:17 +08:00
|
|
|
"@formkit/auto-animate": "^0.8.2",
|
2025-08-06 17:59:27 +08:00
|
|
|
"@heroui/react": "^2.8.2",
|
2024-09-20 10:14:36 +08:00
|
|
|
"@icon-park/react": "^1.4.2",
|
2025-03-06 11:20:21 +08:00
|
|
|
"@reactuses/core": "6.0.1",
|
2025-03-23 01:08:50 +08:00
|
|
|
"@supabase/ssr": "0.6.1",
|
2025-03-23 21:55:17 +08:00
|
|
|
"@tauri-apps/api": "2.4.0",
|
2025-07-08 11:31:32 +08:00
|
|
|
"@tauri-apps/plugin-autostart": "^2.5.0",
|
|
|
|
|
"@tauri-apps/plugin-cli": "~2.2.1",
|
2025-03-23 21:55:17 +08:00
|
|
|
"@tauri-apps/plugin-clipboard-manager": "2.2.2",
|
2025-04-02 22:26:37 +08:00
|
|
|
"@tauri-apps/plugin-deep-link": "~2.2.1",
|
2025-07-08 11:31:32 +08:00
|
|
|
"@tauri-apps/plugin-dialog": "~2.2.2",
|
2025-03-23 21:55:17 +08:00
|
|
|
"@tauri-apps/plugin-fs": "2.2.0",
|
|
|
|
|
"@tauri-apps/plugin-global-shortcut": "2.2.0",
|
|
|
|
|
"@tauri-apps/plugin-http": "2.4.2",
|
|
|
|
|
"@tauri-apps/plugin-notification": "2.2.2",
|
|
|
|
|
"@tauri-apps/plugin-os": "2.2.1",
|
|
|
|
|
"@tauri-apps/plugin-process": "2.2.0",
|
2025-07-08 11:31:32 +08:00
|
|
|
"@tauri-apps/plugin-shell": "~2.2.2",
|
|
|
|
|
"@tauri-apps/plugin-store": "^2.3.0",
|
2025-03-24 09:55:21 +08:00
|
|
|
"@tauri-store/valtio": "2.1.1",
|
2024-09-27 10:38:40 +08:00
|
|
|
"@types/throttle-debounce": "^5.0.2",
|
2025-07-08 11:31:32 +08:00
|
|
|
"ahooks": "^3.9.0",
|
2025-08-06 17:59:27 +08:00
|
|
|
"framer-motion": "^12.23.12",
|
2025-03-23 21:55:17 +08:00
|
|
|
"next": "15.2.3",
|
2025-03-12 13:07:16 +08:00
|
|
|
"next-themes": "^0.4.6",
|
2025-08-06 17:59:27 +08:00
|
|
|
"react": "^19.1.1",
|
|
|
|
|
"react-dom": "^19.1.1",
|
2025-03-25 00:40:32 +08:00
|
|
|
"react-markdown": "^10.1.0",
|
|
|
|
|
"remark-gfm": "^4.0.1",
|
2025-07-08 11:31:32 +08:00
|
|
|
"swr": "^2.3.4",
|
2025-03-23 21:55:17 +08:00
|
|
|
"tauri-plugin-system-info-api": "^2.0.10"
|
2024-09-20 02:28:25 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-08-06 17:59:27 +08:00
|
|
|
"@tauri-apps/cli": "^2.7.1",
|
|
|
|
|
"@testing-library/dom": "^10.4.1",
|
|
|
|
|
"@testing-library/jest-dom": "^6.6.4",
|
2025-07-08 11:31:32 +08:00
|
|
|
"@testing-library/react": "^16.3.0",
|
2025-03-06 11:20:21 +08:00
|
|
|
"@testing-library/user-event": "^14.6.1",
|
2024-10-28 10:42:42 +08:00
|
|
|
"@types/jest": "^29.5.14",
|
2025-08-06 17:59:27 +08:00
|
|
|
"@types/node": "^22.17.0",
|
2025-03-06 11:20:21 +08:00
|
|
|
"@types/react": "19.0.10",
|
|
|
|
|
"@types/react-dom": "19.0.4",
|
2025-08-06 17:59:27 +08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.39.0",
|
|
|
|
|
"@typescript-eslint/parser": "^8.39.0",
|
2025-03-12 11:22:32 +08:00
|
|
|
"autoprefixer": "^10.4.21",
|
2024-09-20 23:15:42 +08:00
|
|
|
"clsx": "^2.1.1",
|
2024-09-20 02:28:25 +08:00
|
|
|
"cross-env": "^7.0.3",
|
2025-08-06 17:59:27 +08:00
|
|
|
"cssnano": "^7.1.0",
|
2025-03-23 21:55:17 +08:00
|
|
|
"eslint": "9.23.0",
|
|
|
|
|
"eslint-config-next": "15.2.3",
|
2025-07-08 11:31:32 +08:00
|
|
|
"lint-staged": "^15.5.2",
|
|
|
|
|
"postcss": "^8.5.6",
|
|
|
|
|
"postcss-import": "^16.1.1",
|
|
|
|
|
"postcss-nesting": "^13.0.2",
|
2025-03-06 11:20:21 +08:00
|
|
|
"tailwind-merge": "3.0.2",
|
|
|
|
|
"tailwindcss": "3.4.17",
|
2025-08-06 17:59:27 +08:00
|
|
|
"typescript": "^5.9.2"
|
2024-09-20 02:28:25 +08:00
|
|
|
},
|
|
|
|
|
"browserslist": {
|
2024-09-20 23:15:42 +08:00
|
|
|
"production": [
|
|
|
|
|
">0.2%",
|
|
|
|
|
"not dead",
|
|
|
|
|
"not op_mini all"
|
|
|
|
|
],
|
2024-09-20 02:28:25 +08:00
|
|
|
"development": [
|
|
|
|
|
"last 1 chrome version",
|
|
|
|
|
"last 1 firefox version",
|
|
|
|
|
"last 1 safari version"
|
|
|
|
|
]
|
|
|
|
|
}
|
2025-03-19 21:15:15 +08:00
|
|
|
}
|