mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-10-02 00:00:04 +08:00
29 lines
639 B
JSON
29 lines
639 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": "^3.1.0",
|
|
"@fesjs/fes": "^3.1.17",
|
|
"@fesjs/plugin-icon": "^4.0.0",
|
|
"@fesjs/plugin-request": "^4.0.1",
|
|
"core-js": "^3.43.0",
|
|
"vue": "^3.5.17"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "4.16.1",
|
|
"eslint": "9.29.0",
|
|
"postcss-px-to-viewport-8-plugin": "^1.2.5",
|
|
"typescript": "5.8.3"
|
|
}
|
|
}
|