优化
This commit is contained in:
47
client/package.json
Normal file
47
client/package.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "tailchat",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"workspaces": [
|
||||
"web",
|
||||
"shared"
|
||||
],
|
||||
"repository": "https://github.com/msgbyte/tailchat.git",
|
||||
"author": "moonrailgun <moonrailgun@gmail.com>",
|
||||
"license": "Apache-2.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"translation": "node build/script/scanTranslation.js",
|
||||
"test": "cd web && pnpm test"
|
||||
},
|
||||
"pnpm": {
|
||||
"peerDependencyRules": {
|
||||
"ignoreMissing": [
|
||||
"acorn",
|
||||
"acorn-dynamic-import"
|
||||
]
|
||||
}
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^12.1.4",
|
||||
"@commitlint/config-conventional": "^12.1.4",
|
||||
"@types/fs-extra": "^9.0.13",
|
||||
"@types/jest": "^27.0.3",
|
||||
"@types/node": "^15.12.5",
|
||||
"commitlint": "^12.1.4",
|
||||
"dayjs": "^1.10.6",
|
||||
"esbuild": "^0.12.25",
|
||||
"fs-extra": "^10.0.0",
|
||||
"gulp-sort": "^2.0.0",
|
||||
"i18next-scanner": "^3.0.0",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"lint-staged": "^11.0.0",
|
||||
"prettier": "^2.3.2",
|
||||
"typescript": "^4.5.2",
|
||||
"vinyl-fs": "^3.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"crc": "^3.8.0",
|
||||
"lodash": "^4.17.21"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user