You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
838 B
32 lines
838 B
{ |
|
"name": "geneb", |
|
"version": "1.0.0", |
|
"description": "", |
|
"author": "", |
|
"license": "", |
|
"keywords": [], |
|
"scripts": { |
|
"beforeCompile": "babel src/pages --out-dir src/pages --only **/*.jsx", |
|
"lint:fix": "eslint . --fix" |
|
}, |
|
"dependencies": { |
|
"@miniprogram-component-plus/video-swiper": "^1.0.1", |
|
"@vant/weapp": "^1.11.2", |
|
"dayjs": "^1.11.10", |
|
"echarts": "^5.4.3", |
|
"miniprogram-licia": "^1.39.2", |
|
"mp-html": "^2.4.2", |
|
"number-precision": "^1.6.0" |
|
}, |
|
"devDependencies": { |
|
"@antfu/eslint-config": "^3.2.0", |
|
"@babel/cli": "^7.23.4", |
|
"@babel/core": "^7.23.6", |
|
"@babel/plugin-transform-react-jsx": "^7.23.4", |
|
"eslint": "^9.9.1", |
|
"eslint-config-prettier": "^9.1.0", |
|
"miniprogram-api-typings": "^3.12.2", |
|
"prettier": "^3.3.3", |
|
"typescript": "^5.8.3" |
|
} |
|
}
|
|
|