mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "@lobehub/chat",
|
|
"version": "1.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "PORT=3010 next dev",
|
|
"lint": "next lint && npm run ts-check && npm run stylelint",
|
|
"prepare": "husky install",
|
|
"prettier": "prettier -c --write \"**/**\"",
|
|
"release": "semantic-release",
|
|
"start": "next start",
|
|
"stylelint": "stylelint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
|
|
"test": "vitest --passWithNoTests",
|
|
"test:coverage": "vitest run --coverage --passWithNoTests",
|
|
"test:update": "vitest -u",
|
|
"ts-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@lobehub/ui": "^1",
|
|
"@vercel/analytics": "^1",
|
|
"next": "^13",
|
|
"react": "^18",
|
|
"react-dom": "^18"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^13",
|
|
"@testing-library/jest-dom": "^5",
|
|
"@testing-library/react": "^14",
|
|
"@types/chroma-js": "^2",
|
|
"@types/lodash-es": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"@types/testing-library__jest-dom": "^5",
|
|
"@types/uuid": "^9",
|
|
"@umijs/lint": "^4",
|
|
"@vitest/coverage-c8": "latest",
|
|
"eslint": "^8",
|
|
"husky": "^8",
|
|
"jsdom": "^22",
|
|
"lint-staged": "^13",
|
|
"next-pwa": "^5",
|
|
"node-fetch": "^3",
|
|
"postcss-styled-syntax": "^0.4",
|
|
"prettier": "^2",
|
|
"prettier-plugin-organize-imports": "^3",
|
|
"prettier-plugin-packagejson": "^2",
|
|
"semantic-release": "^21",
|
|
"semantic-release-config-gitmoji": "^1",
|
|
"stylelint": "^15",
|
|
"stylelint-config-clean-order": "^5",
|
|
"stylelint-config-recommended": "^12",
|
|
"stylelint-order": "^6",
|
|
"typescript": "^5",
|
|
"vitest": "latest"
|
|
}
|
|
}
|