27 lines
609 B
JSON
27 lines
609 B
JSON
{
|
|
"name": "miniprogram-ts-less-quickstart",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"prepare": "husky install"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "",
|
|
"dependencies": {
|
|
"@vant/weapp": "^1.10.25",
|
|
"crypto-js": "^4.2.0",
|
|
"dayjs": "^1.11.9"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.7.1",
|
|
"@commitlint/config-conventional": "^17.7.0",
|
|
"@gci/prettier-config": "^1.0.1",
|
|
"husky": "^8.0.0",
|
|
"lint-staged": "^14.0.1",
|
|
"miniprogram-api-typings": "^2.12.0",
|
|
"prettier": "^3.0.3"
|
|
}
|
|
}
|