You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/package.json

45 lines
1.3 KiB
JSON

{
"name": "tailchat",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "concurrently -k npm:dev:web npm:dev:server",
"dev:web": "cd client/web && pnpm run dev",
"dev:server": "cd server && pnpm run dev",
"start:service": "cd server && pnpm run start:service",
"preinstall": "npx only-allow pnpm",
"lint:fix": "eslint --fix './**/*.{ts,tsx}'",
"prepare": "husky install"
},
"keywords": [],
"author": "moonrailgun <moonrailgun@gmail.com>",
"license": "Apache-2.0",
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"commitlint": "^17.0.3",
"concurrently": "^7.3.0",
"dayjs": "^1.10.6",
"esbuild": "^0.15.5",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.0",
"fs-extra": "^10.0.0",
"gulp-sort": "^2.0.0",
"husky": "^8.0.1",
"i18next-scanner": "^3.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"typescript": "^4.8.2",
"vinyl-fs": "^3.0.3"
},
"dependencies": {
"crc": "^3.8.0",
"lodash": "^4.17.21"
}
}