init
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "xuanzhi-wx",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "Native WeChat miniprogram architecture scaffold with JS, npm, and TDesign.",
|
||||
"scripts": {
|
||||
"lint": "eslint . --max-warnings=0",
|
||||
"test": "jest --runInBand",
|
||||
"test:watch": "jest --watch",
|
||||
"format": "prettier --write \"**/*.{js,json,md,wxml,wxss}\"",
|
||||
"ci:preview": "node scripts/ci/preview.js",
|
||||
"ci:upload": "node scripts/ci/upload.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"tdesign-miniprogram": "1.13.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "10.2.1",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
"globals": "17.5.0",
|
||||
"jest": "30.3.0",
|
||||
"jest-environment-jsdom": "30.3.0",
|
||||
"miniprogram-api-typings": "5.1.3",
|
||||
"miniprogram-ci": "2.1.31",
|
||||
"miniprogram-simulate": "1.6.1",
|
||||
"prettier": "3.8.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user