mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-10-13 18:22:13 +08:00
30 lines
669 B
JSON
30 lines
669 B
JSON
{
|
|
"name": "@fesjs/template-h5",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"description": "fes 移动端项目模版",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "fes build",
|
|
"dev": "fes dev"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@fesjs/builder-webpack": "^4.0.0",
|
|
"@fesjs/fes": "^4.0.0",
|
|
"@fesjs/plugin-icon": "^5.0.0",
|
|
"@fesjs/plugin-request": "^5.0.0",
|
|
"core-js": "^3.43.0",
|
|
"lodash-es": "^4.17.21",
|
|
"vue": "^3.5.17"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^5.2.2",
|
|
"eslint": "^9.35.0",
|
|
"postcss-px-to-viewport-8-plugin": "^1.2.5",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|