2025-01-30 14:24:13 +08:00
|
|
|
{
|
|
|
|
|
"name": "project-reactrouter-cms",
|
|
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "react-router build",
|
|
|
|
|
"dev": "react-router dev",
|
|
|
|
|
"start": "react-router-serve ./build/server/index.js",
|
2025-01-30 15:40:30 +08:00
|
|
|
"typecheck": "react-router typegen && tsc",
|
|
|
|
|
"knip": "knip",
|
|
|
|
|
"format": "prettier --write .",
|
|
|
|
|
"lint": "eslint .",
|
|
|
|
|
"prepare": "husky",
|
|
|
|
|
"validate": "pnpm lint && pnpm typecheck && pnpm knip"
|
2025-01-30 14:24:13 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-02-22 15:15:04 +07:00
|
|
|
"@headlessui/react": "^2.2.0",
|
2025-03-04 05:49:00 +08:00
|
|
|
"@heroicons/react": "^2.2.0",
|
2025-02-23 19:47:12 +08:00
|
|
|
"@hookform/resolvers": "^4.1.1",
|
2025-03-05 23:39:09 +08:00
|
|
|
"@monaco-editor/react": "^4.7.0",
|
2025-01-30 16:02:38 +08:00
|
|
|
"@react-router/fs-routes": "^7.1.3",
|
2025-01-30 14:24:13 +08:00
|
|
|
"@react-router/node": "^7.1.3",
|
|
|
|
|
"@react-router/serve": "^7.1.3",
|
2025-03-05 23:39:09 +08:00
|
|
|
"@tiptap/extension-color": "^2.11.5",
|
|
|
|
|
"@tiptap/extension-highlight": "^2.11.5",
|
|
|
|
|
"@tiptap/extension-image": "^2.11.5",
|
|
|
|
|
"@tiptap/extension-link": "^2.11.5",
|
|
|
|
|
"@tiptap/extension-text-align": "^2.11.5",
|
|
|
|
|
"@tiptap/extension-text-style": "^2.11.5",
|
2025-03-02 23:13:09 +07:00
|
|
|
"@tiptap/react": "^2.11.5",
|
|
|
|
|
"@tiptap/starter-kit": "^2.11.5",
|
2025-02-24 12:15:59 +08:00
|
|
|
"chart.js": "^4.4.8",
|
2025-02-01 00:43:21 +08:00
|
|
|
"class-variance-authority": "^0.7.1",
|
2025-02-24 12:27:49 +08:00
|
|
|
"datatables.net-dt": "^2.2.2",
|
|
|
|
|
"datatables.net-react": "^1.0.0",
|
2025-02-25 04:48:13 +08:00
|
|
|
"embla-carousel-react": "^8.5.2",
|
2025-02-22 15:15:04 +07:00
|
|
|
"html-react-parser": "^5.2.2",
|
2025-01-30 14:24:13 +08:00
|
|
|
"isbot": "^5.1.17",
|
2025-02-27 19:37:31 +08:00
|
|
|
"jose": "^6.0.8",
|
2025-01-30 14:24:13 +08:00
|
|
|
"react": "^19.0.0",
|
2025-02-24 12:15:59 +08:00
|
|
|
"react-chartjs-2": "^5.3.0",
|
2025-03-05 23:39:09 +08:00
|
|
|
"react-colorful": "^5.6.1",
|
2025-01-30 14:24:13 +08:00
|
|
|
"react-dom": "^19.0.0",
|
2025-02-23 19:43:45 +08:00
|
|
|
"react-hook-form": "^7.54.2",
|
2025-03-08 15:34:38 +08:00
|
|
|
"react-hook-reading-time": "^1.0.0",
|
2025-02-01 00:43:21 +08:00
|
|
|
"react-router": "^7.1.3",
|
2025-03-08 20:25:41 +07:00
|
|
|
"react-share": "^5.2.2",
|
2025-02-27 19:37:31 +08:00
|
|
|
"remix-hook-form": "^6.1.3",
|
2025-03-09 11:36:47 +08:00
|
|
|
"string-strip-html": "^13.4.12",
|
2025-02-23 19:43:45 +08:00
|
|
|
"tailwind-merge": "^3.0.1",
|
2025-02-25 08:51:08 +08:00
|
|
|
"xior": "^0.6.3",
|
2025-02-23 19:47:12 +08:00
|
|
|
"zod": "^3.24.2"
|
2025-01-30 14:24:13 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-01-30 15:40:30 +08:00
|
|
|
"@commitlint/cli": "^19.6.1",
|
|
|
|
|
"@commitlint/config-conventional": "^19.6.0",
|
|
|
|
|
"@commitlint/format": "^19.5.0",
|
|
|
|
|
"@commitlint/is-ignored": "^19.6.0",
|
|
|
|
|
"@eslint/js": "^9.19.0",
|
2025-03-04 08:55:01 +08:00
|
|
|
"@hookform/devtools": "^4.3.3",
|
2025-01-30 14:24:13 +08:00
|
|
|
"@react-router/dev": "^7.1.3",
|
2025-02-21 16:44:51 +07:00
|
|
|
"@tailwindcss/typography": "^0.5.16",
|
2025-01-30 14:24:13 +08:00
|
|
|
"@tailwindcss/vite": "^4.0.0",
|
2025-02-24 12:15:59 +08:00
|
|
|
"@tanstack/eslint-plugin-query": "^5.66.1",
|
2025-01-30 15:40:30 +08:00
|
|
|
"@types/node": "^20.17.16",
|
2025-01-30 14:24:13 +08:00
|
|
|
"@types/react": "^19.0.1",
|
|
|
|
|
"@types/react-dom": "^19.0.1",
|
2025-01-30 15:40:30 +08:00
|
|
|
"@typescript-eslint/parser": "^8.22.0",
|
|
|
|
|
"eslint": "^8.0.1",
|
2025-02-25 09:41:47 +08:00
|
|
|
"eslint-config-prettier": "^10.0.1",
|
2025-02-25 09:47:28 +08:00
|
|
|
"eslint-import-resolver-typescript": "^3.8.3",
|
2025-01-30 15:40:30 +08:00
|
|
|
"eslint-plugin-import": "^2.31.0",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
2025-02-23 17:41:54 +08:00
|
|
|
"eslint-plugin-react": "^7.37.4",
|
2025-01-30 15:40:30 +08:00
|
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
|
|
|
"eslint-plugin-unicorn": "^56.0.1",
|
2025-02-25 08:51:08 +08:00
|
|
|
"eslint-plugin-unused-imports": "^4.1.4",
|
2025-01-30 15:40:30 +08:00
|
|
|
"globals": "^15.14.0",
|
|
|
|
|
"husky": "^9.1.7",
|
|
|
|
|
"knip": "^5.43.6",
|
|
|
|
|
"lint-staged": "^15.4.3",
|
|
|
|
|
"prettier": "^3.4.2",
|
|
|
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
2025-01-30 14:24:13 +08:00
|
|
|
"react-router-devtools": "^1.1.0",
|
|
|
|
|
"tailwindcss": "^4.0.0",
|
2025-01-30 15:40:30 +08:00
|
|
|
"typescript": "^5.7.3",
|
|
|
|
|
"typescript-eslint": "^8.22.0",
|
2025-01-30 14:24:13 +08:00
|
|
|
"vite": "^5.4.11",
|
|
|
|
|
"vite-tsconfig-paths": "^5.1.4"
|
2025-02-22 12:03:32 +08:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2025-02-22 12:07:29 +08:00
|
|
|
"node": ">=22.13.1",
|
|
|
|
|
"pnpm": ">=9.15.4"
|
2025-01-30 14:24:13 +08:00
|
|
|
}
|
2025-01-30 15:40:30 +08:00
|
|
|
}
|