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-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-02-01 00:43:21 +08:00
|
|
|
"class-variance-authority": "^0.7.1",
|
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",
|
|
|
|
|
"react": "^19.0.0",
|
|
|
|
|
"react-dom": "^19.0.0",
|
2025-02-01 00:43:21 +08:00
|
|
|
"react-router": "^7.1.3",
|
|
|
|
|
"tailwind-merge": "^3.0.1"
|
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-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-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-01-30 16:02:38 +08:00
|
|
|
"eslint-import-resolver-typescript": "^3.7.0",
|
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",
|
|
|
|
|
"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
|
|
|
}
|