Files
cstb-next/package.json

96 lines
3.1 KiB
JSON
Raw Normal View History

2024-09-20 02:28:25 +08:00
{
2024-09-20 23:15:42 +08:00
"name": "cstb-next",
2025-11-05 02:35:35 +08:00
"version": "0.0.6",
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",
"build-fast": "tauri build -b nsis -- --profile dev",
"build-fast-prod": "tauri build -b nsis -- --profile fast-release",
2024-09-20 02:28:25 +08:00
"dev": "tauri dev",
"lint": "next lint",
2025-11-08 23:57:26 +08:00
"fix": "next lint --fix",
"gen": "node scripts/generate-latest-json.js --base-url https://github.com/plsgo/cstb/releases --rename",
"gen:debug": "node scripts/generate-latest-json.js --base-url https://github.com/plsgo/cstb/releases --target debug --rename",
"gen:fast-release": "node scripts/generate-latest-json.js --base-url https://github.com/plsgo/cstb/releases --target fast-release --rename"
2024-09-20 02:28:25 +08:00
},
"dependencies": {
2025-10-28 00:45:54 +08:00
"@formkit/auto-animate": "^0.8.4",
"@heroui/react": "^2.8.5",
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",
"@supabase/ssr": "0.6.1",
2025-11-05 02:24:17 +08:00
"@tauri-apps/api": "^2.9.0",
2025-11-04 23:33:36 +08:00
"@tauri-apps/plugin-autostart": "^2.5.1",
2025-11-05 02:24:17 +08:00
"@tauri-apps/plugin-cli": "^2.4.1",
"@tauri-apps/plugin-clipboard-manager": "^2.3.2",
"@tauri-apps/plugin-deep-link": "^2.4.5",
"@tauri-apps/plugin-dialog": "^2.4.2",
"@tauri-apps/plugin-fs": "^2.4.4",
"@tauri-apps/plugin-global-shortcut": "^2.3.1",
"@tauri-apps/plugin-http": "^2.5.4",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-shell": "^2.3.3",
2025-11-04 23:33:36 +08:00
"@tauri-apps/plugin-store": "^2.4.1",
2025-11-08 23:57:26 +08:00
"@tauri-apps/plugin-updater": "^2.9.0",
2025-11-05 02:24:17 +08:00
"@tauri-store/valtio": "^3.2.0",
"@types/throttle-debounce": "^5.0.2",
2025-10-28 00:45:54 +08:00
"ahooks": "^3.9.6",
"framer-motion": "^12.23.24",
2025-11-05 00:22:03 +08:00
"next": "16.0.1",
"next-themes": "^0.4.6",
2025-10-28 00:45:54 +08:00
"react": "^19.2.0",
"react-dom": "^19.2.0",
2025-03-25 00:40:32 +08:00
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
2025-10-28 00:45:54 +08:00
"swr": "^2.3.6",
"tauri-plugin-system-info-api": "^2.0.10"
2024-09-20 02:28:25 +08:00
},
"devDependencies": {
2025-11-08 13:24:00 +08:00
"@tailwindcss/postcss": "^4.1.17",
"@tauri-apps/cli": "^2.9.4",
2025-08-06 17:59:27 +08:00
"@testing-library/dom": "^10.4.1",
2025-10-28 00:45:54 +08:00
"@testing-library/jest-dom": "^6.9.1",
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",
"@types/node": "^22.19.1",
2025-03-06 11:20:21 +08:00
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@typescript-eslint/eslint-plugin": "^8.47.0",
"@typescript-eslint/parser": "^8.47.0",
"autoprefixer": "^10.4.22",
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-11-04 23:33:36 +08:00
"cssnano": "^7.1.2",
"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",
2025-11-08 13:24:00 +08:00
"tailwindcss": "^4.1.17",
2025-10-28 00:45:54 +08:00
"typescript": "^5.9.3"
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"
]
}
}